Adjust forwarded allow IPs option visibility

This commit is contained in:
Alexandre
2025-12-05 16:07:14 +01:00
parent f325ec908d
commit a2a98c8bdb
4 changed files with 15 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ 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.
### Example Configuration
```yaml