[Feature]: running proxy (nginx) as a non-root user #1591
Replies: 3 comments
-
I have been looking into this myself as I attempt to deploy immich in my homelab. Came across this that might be useful: |
Beta Was this translation helpful? Give feedback.
-
Also from https://hub.docker.com/_/nginx:
|
Beta Was this translation helpful? Give feedback.
-
I understand your approach with Nginx but if you don't mind changing reverse proxy, go with Traefik. It can be detached from any other container (like Immich for example) and can be run as non-root user. I'm not sure if i satisfied your post but let me know. |
Beta Was this translation helpful? Give feedback.
-
Feature detail
Expectation:
To be able to run the whole system as a non-root user so that the user's dir can be shared with other apps (e.g: via data sync, symlink,...)
Current situation:
This line (nginx/start.sh#L15) will fail if running the proxy container as a non-root user:
Other solutions are also welcome & appreciated!
Platform
Server
Beta Was this translation helpful? Give feedback.
All reactions