3 ms·
Honestly, this is a problem that has been solved by LLMs. Just point Claude Code to the server over SSH and say "We need Immich to be served over HTTPS". You
by AussieWog93 2mo ago
Honestly, this is a problem that has been solved by LLMs. Just point Claude Code to the server over SSH and say "We need Immich to be served over HTTPS".
You could theoretically upstream the fixed compose.yaml if you felt like it, but the project seemed unusually hostile towards the one fix I tried to upstream.
- smw 2mo agoHere's the entirety of the Caddy config to reverse proxy something with managed tls certs. I feel like it's not that big a deal? photos.example.com { reverse_proxy 127.0.0.1:8080 { header_up X-Real-IP {remote_host} } }
- crtasm 2mo agocaddy passes on the source IP by default so it's even easier than that photos.example.com { reverse_proxy 127.0.0.1:8080 } the immich documentation covers this as well as nginx, apache and traefik https://docs.immich.app/administration/reverse-proxy https://docs.immich.app/administration/reverse-proxy
- sam_lowry_ 2mo agoHeh... I self-host Immich with Caddy, and it's more complex, really. Caddy runs in podman, there are firewall rules to allow traffic in and out and proper dependencies in systemd units and a readme that covers all that. Exactly the point OP is making. All because we forced TLS on everyone instead of solving the JS injection problem in some other alternative way. Like... legal, maybe?
- crtasm 1mo agoI self-host immich and just did apt install caddy + the config above, it can be that simple
- deleted 2mo ago[deleted]