mirror of
https://github.com/benbusby/farside.git
synced 2025-04-25 13:10:02 +00:00
Remove version req from searx instance auto-update
The majority of searx instances returned by https://searx.space/data/instances.json seem to be running non-release versions of searx (i.e. versions like "2022.11.06-ae54c7d5" and not "1.0.0"). Since the version itself doesn't indicate reliability alone imo, I don't think it's necessary to exclude instances based on this criteria in the auto-update nightly build.
This commit is contained in:
parent
1f7e08c634
commit
1a780b630f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/update-instances.yml
vendored
1
.github/workflows/update-instances.yml
vendored
|
@ -63,7 +63,6 @@ jobs:
|
|||
to_entries[] |
|
||||
select(.value.network_type == "normal") |
|
||||
select(.value.version | . != null) |
|
||||
select(.value.version | startswith("1.0.0")) |
|
||||
select(.value.network.asn_privacy == 0) |
|
||||
select(.value.http.error == null) |
|
||||
select(.value.tls.grade == "A+" or .value.tls.grade == "A") |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue