move seafile from nginx to caddy

This commit is contained in:
2024-11-16 16:46:46 +01:00
parent 1ac22311a7
commit 03f5d7b78f
2 changed files with 14 additions and 20 deletions

View File

@@ -41,6 +41,7 @@ authentik.rik.veenboer.xyz {
X-Custom-Password
X-User-Header
X-Homeassistant-User
X-Seafile-User
}
}
}
@@ -67,3 +68,16 @@ insecure.rik.veenboer.xyz {
reverse_proxy host:12345
}
}
seafile.rik.veenboer.xyz {
handle {
reverse_proxy http://host:8100
}
handle_path /seafhttp* {
reverse_proxy http://host:8100
}
handle /seafdav* {
reverse_proxy http://host:8180
}