add immich to Caddyfile
This commit is contained in:
parent
ae0781c4ae
commit
c0a1c37751
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue