mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: env_config.go does not look for all of the settings #636
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cweagans on GitHub (Jan 30, 2026).
Reproduction steps
When I have
UI_CONFIG_DISABLED=true, I cannot configure the new home page option that was added in #1215 because env_config.go doesn't have an entry for it.The workaround of setting UI_CONFIG_DISABLED=false, then changing the home page setting in the UI, and re-disabling ui config doesn't work (the setting just flips back to its default).
I suspect (but don't know) that this is also true for other settings that are available in the UI.
Expected behavior
All UI settings should be configurable through the environment.
Actual Behavior
They are not.
Pocket ID Version
2.2.0
Database
sqlite
OS and Environment
Linux with Caddy reverse proxy
Log Output
No response