-
-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update immich.subdomain.conf.sample #713
base: master
Are you sure you want to change the base?
Conversation
Use the default immich-server container name as per the official compose
Please see the lines 2 and 3. The config is correct |
Update comments
Right, the comments also needed to be updated, thanks for the reminder |
I was saying to leave everything as is. Because the way the readme is right now, it is correct. |
So instead of changing the config so it works without any additional change from the users, it's better if everyone who wants to use immich have to rename their container or change the config? |
I don't recall the reasoning why it was done like this. Perhaps the upstream container used to be named immich at some point, or perhaps there was no official container and whoever submitted the config used the app name. Or maybe upstream had separate server and frontend containers. Whatever the reason was, our current conf works as intended and lots of people are using it, many with the auto proxy mod. Changing it now would be a breaking change for them for little to no benefit added. New users follow the instructions at the top of the conf to name the container that provides the gui as directed and it works. I did that myself not long ago 😉 Thanks for the PR, but I personally don't see a high enough benefit to cost ratio to warrant such changes. |
The official docker image was always called immich-server (or more specifically immich_server) since 2022. Is there any metrics on how many people are actually using the auto proxy mod with immich? |
When it comes to docker usage, metrics are quite lacking. Here's one thing we can do though. Since the current conf uses |
Description
Renaming the default container name from immich to immich-server as that's what it called in the official compose file:
https://github.com/immich-app/immich/blob/v1.119.1/docker/docker-compose.yml#L12
Benefits of this PR and context
It will work out of the box with the default configs, no need to edit the config or rename the container.
How Has This Been Tested?
Using the default immich-compose.yaml.
With the old config it fails and nginx error.log says:
After changing it to immich-server it will start working, access.log saying:
Source / References
Not sure when was any of their container called simply immich by default, maybe never.
Looking back the changelog all I can find is removing immich-proxy in v1.88.0
https://github.com/immich-app/immich/releases/tag/v1.88.0