🐛 Bug Report: On first start, UI config overrides don’t take effect #101

Closed
opened 2025-07-08 08:39:51 -04:00 by AtHeartEngineer · 0 comments

Originally created by @dougmeredith on 6/5/2025

Reproduction steps

Create a new setup using Docker and version 1.2.0. Set environment variables

UI_CONFIG_DISABLED:                     "true"
APP_NAME:                               "SSO Test"

If you go to the web UI you will see the name "Pocket ID" rather than "SSO Test". None of the other UI-overrides from the environment take effect either. If you restart the container, only then do these items take effect.

Expected behavior

UI overrides should be in effect when the container is first created.

Actual Behavior

UI overrides are not in effect when the container is first created. You must restart it for this to happen.

Version and Environment

v1.2.0

This is behind Traefik.

Log Output

No response

*Originally created by @dougmeredith on 6/5/2025* ### Reproduction steps Create a new setup using Docker and version 1.2.0. Set environment variables ``` UI_CONFIG_DISABLED: "true" APP_NAME: "SSO Test" ``` If you go to the web UI you will see the name "Pocket ID" rather than "SSO Test". None of the other UI-overrides from the environment take effect either. If you restart the container, only then do these items take effect. ### Expected behavior UI overrides should be in effect when the container is first created. ### Actual Behavior UI overrides are not in effect when the container is first created. You must restart it for this to happen. ### Version and Environment v1.2.0 This is behind Traefik. ### Log Output _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#101