diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index a5e0528..3590c1c 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -245,6 +245,22 @@ jobs: apply_update + # ============================================================== + # librex update + # ============================================================== + curl -s https://raw.githubusercontent.com/Ahwxorg/LibreY/main/instances.json | \ + jq '[ + .instances | + .[] | + select(.librey|not) | + .clearnet] | + sort' > librex-tmp.json + jq --slurpfile librex librex-tmp.json \ + '( .[] | select(.type == "librex") ) + .instances |= $librex[0]' services-full.json > services-tmp.json + + apply_update + # ============================================================== # librey update # ============================================================== diff --git a/services-full.json b/services-full.json index e066cf0..8606f83 100644 --- a/services-full.json +++ b/services-full.json @@ -456,7 +456,7 @@ { "type": "librex", "test_url": "/search.php?q=<%=query%>", - "fallback": "https://search.femboy.hu", + "fallback": "https://librex.myroware.eu", "instances": [ "https://search.femboy.hu", "https://lx.vern.cc", @@ -593,7 +593,10 @@ "fallback": "https://4get.ca", "instances": [ "https://4get.ca", - "https://4get.zzls.xyz" + "https://4get.zzls.xyz", + "https://4getus.zzls.xyz", + "https://4get.silly.computer", + "https://4get.cynic.moe" ] }, { diff --git a/services.json b/services.json index af3bd9e..1cb559d 100644 --- a/services.json +++ b/services.json @@ -421,7 +421,7 @@ { "type": "librex", "test_url": "/search.php?q=<%=query%>", - "fallback": "https://search.femboy.hu", + "fallback": "https://librex.myroware.eu", "instances": [ "https://search.femboy.hu", "https://lx.vern.cc", @@ -550,7 +550,10 @@ "fallback": "https://4get.ca", "instances": [ "https://4get.ca", - "https://4get.zzls.xyz" + "https://4get.zzls.xyz", + "https://4getus.zzls.xyz", + "https://4get.silly.computer", + "https://4get.cynic.moe" ] }, {