Add files.hubris.network for Seafile (LXC 125)
This commit is contained in:
16
Caddyfile
16
Caddyfile
@@ -175,3 +175,19 @@ artifacto.hubris.network {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
files.hubris.network {
|
||||
tls {
|
||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||
}
|
||||
encode zstd gzip
|
||||
# Seafile desktop client uploads large files; bump the body cap.
|
||||
request_body {
|
||||
max_size 10GB
|
||||
}
|
||||
reverse_proxy 192.168.8.185:80 {
|
||||
header_up X-Forwarded-Proto https
|
||||
header_up X-Forwarded-Host {host}
|
||||
header_up Host {host}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user