From 4f8a1c88b9ffc7a66759e244f8be01e109c4b759 Mon Sep 17 00:00:00 2001 From: ItsMeRitch <55960162+ItsMeRitch@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:41:23 +0100 Subject: [PATCH] Update readme-vars.yml Myself and some other users reported issues with the software working out of the box on LAN only. This is resolved by commenting out the proxy_set_header in the nginx config. Adding some clear guidance on this would reduce issues opened and help future users --- readme-vars.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index edc79f4..59032e1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -33,6 +33,12 @@ app_setup_block_enabled: true app_setup_block: | Webui is accessible at http://SERVERIP:PORT + If only using locally, comment out the following line in /config/nginx/site-confs/default.conf for local discovery: + + ``` + proxy_set_header X-Forwarded-for $remote_addr; + ``` + # changelog changelogs: - { date: "31.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}