From 53e5b18c61ff4a790a5a4b66fbf3673f1cb79e39 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Dec 2025 16:11:02 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- mealie/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/README.md b/mealie/README.md index 9a1618344..b5447c2e3 100644 --- a/mealie/README.md +++ b/mealie/README.md @@ -58,7 +58,7 @@ Configurations can be done through the app webUI, except for the following optio | `DATA_DIR` | str | `/config` | Data directory path | | `ALLOW_SIGNUP` | bool | `true` | Allow new user signup | -To configure Gunicorn's `--forwarded-allow-ips` setting for trusted reverse proxies, manually add a `FORWARDED_ALLOW_IPS` entry to your add-on configuration (comma-separated IPs). It is optional and hidden from the default options tab. +To configure Gunicorn's `--forwarded-allow-ips` setting for trusted reverse proxies, manually add a `FORWARDED_ALLOW_IPS` entry to your add-on configuration (comma-separated IPs). It is optional and hidden from the default options tab. For example: `FORWARDED_ALLOW_IPS: "192.168.1.1,10.0.0.1"` ### Example Configuration