seafdav and seadoc are working

This commit is contained in:
2025-12-29 20:29:52 +01:00
parent 32035edeb1
commit f6e4deff7c
3 changed files with 43 additions and 1 deletions

20
caddy/sites/seafile.caddy Normal file
View File

@@ -0,0 +1,20 @@
seafile.{$SUBDOMAIN}.{$DOMAIN} {
log {
output file /var/log/seafile.log
}
rewrite /socket.io /socket.io/
handle_path /socket.io/* {
rewrite * /socket.io{path}
reverse_proxy host:7070
}
handle_path /sdoc-server/* {
reverse_proxy host:7070
}
route {
reverse_proxy host:8082
}
}