-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uptime average of public instances #57
Comments
Maybe we could use https://github.com/upptime/upptime for tracking the instances health? We can then fetch the health per month of every instance in a neat json file like here: https://github.com/xnaas/nitter-instances/blob/master/history/summary.json |
I spent a couple of hours setting up this repo: https://github.com/searxng/searx-instances-uptime I guess searx-space can now take advantage of https://github.com/searxng/searx-instances-uptime/blob/master/history/summary.json and use it to display the uptime per month of every instance (except tor, I'll work on that). Is adding a column "Uptime" a good idea? Or should it be displayed in another way? |
In my opinion, we can change the columns in this way:
|
Implemented in #124 :
I leave the issue open the time searx.space gets at least one update. |
This is a break down of issue #54 because it contained too many features at the same time.
Track the uptime of public instances. We could use uptime robot or another tool for that and then use their API for fetching the overall uptime. That's what Invidious does with their instances list: https://instances.invidio.us/
The text was updated successfully, but these errors were encountered: