add settings override with env variables

This commit is contained in:
jeffvli
2026-03-06 19:32:38 -08:00
parent 9e08157517
commit e603048a80
6 changed files with 670 additions and 2 deletions
+2
View File
@@ -136,6 +136,8 @@ services:
5. _Optional_ - To disable Umami analytics tracking in the Docker/web version, set the environment variable `ANALYTICS_DISABLED=true`. When enabled, the analytics script will not be loaded and all tracking will be disabled.
6. _Optional_ - App settings (theme, language, sidebar options, etc.) can be overridden with environment variables on first run. The variables use the `FS_` prefix (e.g. `FS_GENERAL_THEME=defaultDark`, `FS_GENERAL_LANGUAGE=de`). See [the settings environment variable documentation](docs/ENV_SETTINGS.md) for the full list.
## FAQ
### MPV is either not working or is rapidly switching between pause/play states