We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All instances except one display 🟡 or ?.
if your searx setup use docker, then see
There is no documentation on how to install searx-checker if you don't use docker. Basically you need to call every day (cron.daily) :
python3 checker/checker.py -o <somewhere>/status.json http://127.0.0.1:8888
Then map <your searx instance url>/status to <somewhere>/status.json
<your searx instance url>/status
<somewhere>/status.json
Example: https://a.searx.space/status
The text was updated successfully, but these errors were encountered:
Besides the cron call, I have added the necessary documentation for searx-checker without Docker in this PR: searx/searx-checker#8
cron
EDIT: I added the systemd timers cron-like call in: searx/searx-checker#9
systemd timers
Sorry, something went wrong.
No branches or pull requests
Description
All instances except one display 🟡 or ?.
Current way to have ✔️ and ❌
if your searx setup use docker, then see
There is no documentation on how to install searx-checker if you don't use docker.
Basically you need to call every day (cron.daily) :
Then map
<your searx instance url>/status
to<somewhere>/status.json
Example: https://a.searx.space/status
searx-checker should be embedded into searx
The text was updated successfully, but these errors were encountered: