seafdav and seadoc are working
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
import unprotected authentik host:19000
|
||||
import unprotected vouch host:9090
|
||||
import unprotected jellyfin host:8097
|
||||
import unprotected seafile host:8082
|
||||
import unprotected pgadmin host:5050
|
||||
import unprotected homarr host:17575
|
||||
import unprotected jellyseerr host:15055
|
||||
@@ -59,3 +58,4 @@ import sites/tesla.caddy
|
||||
import sites/geo.caddy
|
||||
import sites/auth.caddy
|
||||
import sites/test.caddy
|
||||
import sites/seafile.caddy
|
||||
|
||||
20
caddy/sites/seafile.caddy
Normal file
20
caddy/sites/seafile.caddy
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user