small server to check if a yunohost instance is reachable via http for LE check
Find a file
dependabot[bot] dadd51c4ca
Bump aiohttp from 3.8.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 16:18:09 +00:00
README.md [doc] typo 2019-01-19 12:09:52 +01:00
requirements-frozen.txt Bump aiohttp from 3.8.4 to 3.8.5 2023-07-20 16:18:09 +00:00
requirements.txt [enh] do ipv4 dns check 2019-01-19 08:47:56 +01:00
yunodiagnoser.py Update dependencies 2021-06-17 17:32:13 +02:00
yunodiagnoser.service Update yunodiagnoser.service 2023-04-14 14:34:10 +02: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.