Dudesss
Dudesss
IImmich
Created by Dudesss on 4/6/2025 in #help-desk-support
Immich, Authentik, Caddy with Docker
No description
89 replies
IImmich
Created by Dudesss on 3/30/2025 in #help-desk-support
Caddy Docker with Immich and Authentik
Hi, sorry for the basic question. I'm new to using Caddy, Immich, and Authentik. I have everything localhost in Docker containers. Immich and Authentik containers were able to communicate with each other by container names, but Immich wants a full URL instead of a container name. So I figured I'd give Caddy a first-time try for myself. Everything is part of the same Docker network. I'm so confused how to setup the Caddy file.
immich.local:2283 {
reverse_proxy localhost:2283
file_server browse
}


authentik.local:9443 {
reverse_proxy localhost:9443
file_server browse
}
immich.local:2283 {
reverse_proxy localhost:2283
file_server browse
}


authentik.local:9443 {
reverse_proxy localhost:9443
file_server browse
}
7 replies