mirror of
https://github.com/YunoHost/check-http.git
synced 2026-03-25 08:32:45 +01:00
small server to check if a yunohost instance is reachable via http for LE check
| .github/workflows | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
| yunodiagnoser.py | ||
| yunodiagnoser.service | ||
check-http
This is a HTTP server that allow a YunoHost instance to check if it can be reached by HTTP from outside before trying to generate a LE certificate.
This is done because some network configration prevent HTTP loopback.
Installation
This is a trivial python 3 (yes 3) project to install, juste create a
virtualenv, install the content of the requirements.txt (there is a "-frozen"
version if need) and do python server.py. No other configuration/db needed.