Settings UI is locked
-
[1.61.0]
- Update Immich to 1.103.1
- Full changelog
- Fixed an issue of being unable to view detailed assets in partner sharing on the web.
- Read-only album sharing permission
- Permanent URL on the web for asset viewer
- Jump-to-date from memory view on the mobile app
- Action bar in memory view on the web
- Improve geocoding location data
- Notable fix: Occasional logout on iOS
- Notable fix: Asset's status sync issue on the mobile app
- Notable fix: Memory leak causing mobile app crashes when swiping continuously in the detail view
@nebulon Hi, I have recently updated Immich to 1.103.1. After the update, the server settings in admin GUI are locked and there's a notice, that it is managed by the config file. How can I re-enable the settings in GUI, please?
-
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on
-
So the latest package version now allows to change the config file. Most of the settings UI is disabled as the config file is the single source of truth for settings now: https://docs.cloudron.io/apps/immich/#settings
-
Let's see, in a few minutes. Restore a backup.
-
@luckow Which package version are you on? I am thinking you are maybe a version behind the latest version.
-
The Cloudron docs say that the settings are coming from /app/data/immich.json; however, the file only contains {}. Where are the OAuth settings coming from? I don't want to copy the Immich defaults into the settings file, which presumably would break OAuth.
...
I was able to export the settings .json from the UI, and paste them into /app/data/immich.json, and then edit there. -
The OAuth and all package specific settings will be merge into the /app/data/immich.json on runtime. If they were set manually, they will be overwritten. You can see those
jq
lines at https://git.cloudron.io/cloudron/immich-app/-/blob/main/start.sh?ref_type=heads#L21 -
Hey,
I had a storage template set up and noticed today it hasn't been running since may. And other of my settings were changed.
I found that the UI is locked and set to default? settings.
I go to the file and just find{}
Can we please enable changing the settings in the UI again?
-
I guess we first have to find a way to pre-setup necessary config variables programmatically and ideally lock only those in the UI. Currently most of the settings UI is locked once a config file exists.
Maybe you could create a feature request upstream to only lock settings in the UI which are set in the config file.