diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index 7f483acc45c5b40a813e2b09aed4b65408d7662d..91ee70af285553c02c59ac2f3b5b1bc4a39368ac 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -37,19 +37,22 @@ jobs: # ============================================================== # Bibliogram update - # ============================================================== - curl -s https://bibliogram.art/api/instances | \ - jq '[ - .data | - .[] | - select(.onion_site | not) | - .address - ] | sort' > bibliogram-tmp.json - jq --slurpfile bibliogram bibliogram-tmp.json \ - '( .[] | select(.type == "bibliogram") ) - .instances |= $bibliogram[0]' services-full.json > services-tmp.json - - apply_update + # NOTE: Bibliogram has been discontinued and the official instance + # at bibliogram.art is no longer around. Unless a new "official" + # instance pops up, Bibliogram will likely be removed from farside + # ============================================================== + #curl -s https://bibliogram.art/api/instances | \ + #jq '[ + #.data | + #.[] | + #select(.onion_site | not) | + #.address + #] | sort' > bibliogram-tmp.json + #jq --slurpfile bibliogram bibliogram-tmp.json \ + #'( .[] | select(.type == "bibliogram") ) + #.instances |= $bibliogram[0]' services-full.json > services-tmp.json + + #apply_update # ============================================================== # searx update diff --git a/services-full.json b/services-full.json index d17e51a60e43fefa521f382208c88f190eb18c37..80c0ec6b3e5d7f0d98a457a3db8a9a93b234e0ed 100644 --- a/services-full.json +++ b/services-full.json @@ -70,20 +70,13 @@ { "type": "bibliogram", "test_url": "/p/Ch2WRmiLMjj/", - "fallback": "https://bibliogram.art", + "fallback": "https://bibliogram.1d4.us", "instances": [ - "https://bib.actionsack.com", "https://bibliogram.1d4.us", - "https://bibliogram.art", "https://bibliogram.froth.zone", "https://bibliogram.priv.pw", - "https://bibliogram.pussthecat.org", - "https://bibliogram.snopyta.org", "https://ig.beparanoid.de", - "https://ig.funami.tech", - "https://ig.tokhmi.xyz", - "https://insta.trom.tf", - "https://insta.tromdienste.de" + "https://ig.tokhmi.xyz" ] }, { diff --git a/services.json b/services.json index 4802e6b1c72bc16799a03d75cedab9acdbcf21bb..eb82fab53c91e9da88fd9e4757587fdf1c909e0a 100644 --- a/services.json +++ b/services.json @@ -43,17 +43,12 @@ { "type": "bibliogram", "test_url": "/p/Ch2WRmiLMjj/", - "fallback": "https://bibliogram.art", + "fallback": "https://bibliogram.1d4.us", "instances": [ "https://bibliogram.1d4.us", - "https://bibliogram.art", "https://bibliogram.froth.zone", "https://bibliogram.priv.pw", - "https://bibliogram.pussthecat.org", - "https://bibliogram.snopyta.org", - "https://ig.beparanoid.de", - "https://insta.trom.tf", - "https://insta.tromdienste.de" + "https://ig.beparanoid.de" ] }, {