mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-13 15:28:38 +00:00
- Track which settings are overridden by env vars in backend - Expose env override information in system settings API - Show clear warnings in UI when settings are controlled by env vars - Disable input fields when overridden by environment variables - Add helpful instructions for users to remove env vars if needed This improves UX by making it clear why UI changes don't take effect when environment variables are set. Follows container best practices where env vars have highest precedence, while clearly communicating this behavior to users. Addresses user confusion when UI settings don't work due to env var overrides. |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| auth.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| frontend_embed.go | ||
| guest_metadata.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| security.go | ||
| security_setup_fix.go | ||
| settings.go | ||
| system_settings.go | ||
| updates.go | ||