From 5b2ddba8ede6748b725b811954a6351860141ca7 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 6 Jan 2025 23:02:53 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e73c62..df19d53 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,13 @@ services: - ./4get/banner:/var/www/html/4get/banner - ./4get/template/home.html:/var/www/html/4get/template/home.html ``` -There's some verbose when running docker compose logs. \ No newline at end of file +There's some verbose when running docker compose logs. + +### HTTPS notice + +The included httpd.conf doesn't include a HTTPS setup, this is no problem if you know what you're doing. + +However, if you're unfamiliar with this stuff, I would recommend using [Nginx Proxy Manager](https://nginxproxymanager.com/) and +setting up HTTPS there. + +You can then reverse proxy to your 4get service through your domain with HTTPS. \ No newline at end of file