diff options
| author | Ben Busby <contact@benbusby.com> | 2022-09-15 11:19:18 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2022-09-15 11:19:18 -0600 |
| commit | b901d8a69ce4525f72448c52163900c22bd4b368 (patch) | |
| tree | 6cadfb5b5e475291683bbe6ac6a9e90419537bc3 /.github | |
| parent | 4f18793048f80afb1149cc23e81e4c2a3a63ff91 (diff) | |
| download | farside-b901d8a69ce4525f72448c52163900c22bd4b368.tar.gz | |
Manually clear out dead bibliogram instances
Also removes bibliogram from the auto-updater
Bibliogram is discontinued, and many instances are going offline as a
result. This clears out the ones that have already been deactivated, but
the better solution would probably be to stop supporting bibliogram.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index 7f483ac..91ee70a 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 |
