From 15f1f98c74a2452029e7ed9d7439ab8862ce78d5 Mon Sep 17 00:00:00 2001 From: ToledoEM <8144940+ToledoEM@users.noreply.github.com> Date: Tue, 5 May 2026 12:49:32 +0100 Subject: [PATCH] codacy lint and code style fix --- nginx_webserver_proxy/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx_webserver_proxy/README.md b/nginx_webserver_proxy/README.md index 1c479a23c2..803637603c 100644 --- a/nginx_webserver_proxy/README.md +++ b/nginx_webserver_proxy/README.md @@ -5,6 +5,7 @@ ## Why This Add-on? Home Assistant's built-in folder server has limitations: + - Can only serve from a single folder at a time - No reverse proxy capabilities - No SSL/HTTPS support @@ -43,6 +44,7 @@ This add-on combines a full reverse proxy with a proper static file server, allo ## Default Credentials First login (port 81): + - Email: `admin@example.com` - Password: `changeme` @@ -59,11 +61,13 @@ Paths are validated at startup for safe access: ## Examples **Reverse proxy:** + 1. Open the admin UI at `http://:81` 2. Add a proxy host pointing to another service 3. Configure SSL via Let's Encrypt (optional) **Static website:** + 1. Place files in `/share/www` (or your configured `static_site_root`) 2. Access at `http://:80/` (or your configured `static_site_prefix`)