mirror of
https://github.com/benbusby/farside.git
synced 2025-06-07 18:06:38 +00:00
Expand Searx instance filter to check http errors
This commit is contained in:
parent
4a824e449b
commit
7fbf761b05
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-instances.yml
vendored
1
.github/workflows/update-instances.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
.instances |
|
||||
to_entries[] |
|
||||
select(.value.network_type == "normal") |
|
||||
select(.value.http.error == null) |
|
||||
select(.value.tls != null) |
|
||||
.key
|
||||
] | sort' > searx-tmp.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue