Unable to setup reverse proxy with nginx
I am having a lil trouble making my nginx proxy work with immich. i have not made any changes to my docker compose. I have attached my nginx config file as well below. Would greatly appreciate any help.
11 Replies
the /photos route should point to my immich instance running on port 2283
Immich doesn't work with virtual paths like that, just subdomain.
photos.immich.com works
immich.com/photos does not work (yet)
oh
how would i go about setting up photos.immich.com
https://github.com/immich-app/immich/discussions/1679 here's the discussion related to virtual path
GitHub
[Feature] Support base url on the web app · immich-app immich · Dis...
Describe the bug Immich server is deployed using default docker-compose.yml on the private host (Windows10) at http://192.168.3.3:2283/ It is accessible via reverse proxy (Windows Server 2019, IIS ...
roughly:
That's a very rough example, and idk if duckdns supports subdomains
ah idt it does
but thanks anyway
From a quick google I think it might (https://old.reddit.com/r/homelab/comments/89li2u/duckdns_subsubdomains_possible/)
thanks ill give it a try
it worked man thanks @bo0tzz
Nice!
I recommend running all your apps on separate subdomains, it's usually better supported and is also better security-wise
yah fine ill look into that in the future