From db0445dbb7867e26176399cfce74dac1292eca36 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 19 Jan 2019 10:08:13 +0100 Subject: [PATCH] [doc] add a README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..076c273 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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 travial 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.