add immich to Caddyfile

This commit is contained in:
bartronx7 2025-10-05 12:12:41 -05:00
parent ae0781c4ae
commit c0a1c37751

View file

@ -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
}
}