Add files.hubris.network for Seafile (LXC 125)

This commit is contained in:
Caddy on hubris
2026-05-12 12:21:29 +02:00
parent 7e856d85a6
commit 139f889c23

View File

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