mirror of
https://github.com/benbusby/farside.git
synced 2025-04-25 13:10:02 +00:00
Move SearXNG instance check to nightly build
searx.space includes metrics for instance uptime, which is now implemented as part of farside's nightly build. Accordingly, the instance availability task built into farside now excludes searxng instances. Closes #95
This commit is contained in:
parent
65c12769bf
commit
bb3a01f8c1
2 changed files with 20 additions and 11 deletions
1
.github/workflows/update-instances.yml
vendored
1
.github/workflows/update-instances.yml
vendored
|
@ -93,6 +93,7 @@ jobs:
|
|||
select(.value.version | . != null) |
|
||||
select(.value.network.asn_privacy == 0) |
|
||||
select(.value.http.error == null) |
|
||||
select(.value.uptime.uptimeDay >= 99) |
|
||||
select(.value.tls.grade == "A+" or .value.tls.grade == "A") |
|
||||
select(.value.http.grade == "A+" or .value.http.grade == "A") |
|
||||
select(.value.html.grade == "V" or .value.html.grade == "F") |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue