diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 5948ea1..34114c5 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -8,7 +8,8 @@ api_key af43a35060854eb98fd0c0837113a384 user bakeley api_endpoint https://api.namecheap.com/xml.response - client_ip 70.112.209.162 + # client_ip 70.112.209.162 + client_ip 172.58.55.28 } } @@ -46,4 +47,9 @@ handle @sftp { reverse_proxy sftpgo:8080 } + + @immich host immich.akeley.tech + handle @immich { + reverse_proxy immich-server:2283 + } }