small server to check if a yunohost instance is reachable via http for LE check
Find a file
dependabot[bot] a2b9af80f9
Bump urllib3 from 1.25.6 to 1.25.8
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 to 1.25.8.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.6...1.25.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 22:09:51 +00:00
README.md [doc] typo 2019-01-19 12:09:52 +01:00
requirements-frozen.txt Bump urllib3 from 1.25.6 to 1.25.8 2021-04-30 22:09:51 +00:00
requirements.txt [enh] do ipv4 dns check 2019-01-19 08:47:56 +01:00
yunodiagnoser.py fix: new exception 2021-01-21 19:44:36 +01:00
yunodiagnoser.service Moar things for deployment and for stuff to work and report meaningful errors 2019-11-20 16:10:36 +00:00

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.