Bot Updating Documentation

pull/279/head
LinuxServer-CI 2024-12-24 16:25:16 +00:00
rodzic 4b3fe49d2e
commit a1e8becf59
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -143,7 +143,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `SITE_NAME=` | The site's name (e.g., "Example Corp HealthChecks"). |
| `SUPERUSER_EMAIL=` | Superuser email. |
| `SUPERUSER_PASSWORD=` | Superuser password. |
| `ALLOWED_HOSTS=` | A comma-separated list of valid hostnames for the server. Default is: `*`. |
| `ALLOWED_HOSTS=` | A comma-separated list of valid hostnames for the server. Default is the domain portion of `SITE_ROOT`. |
| `APPRISE_ENABLED=False` | Set to `True` to enable the Apprise integration (https://github.com/caronc/apprise). |
| `CSRF_TRUSTED_ORIGINS=` | A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of trusted origins for unsafe requests (e.g. POST). Defaults to the value of `SITE_ROOT`. |
| `DEBUG=True` | Set to `False` to disable. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security. |