snapshot of new seafile

This commit is contained in:
2024-12-01 10:54:05 +01:00
parent 220c96b1e5
commit bf5cd881ab
18 changed files with 37 additions and 1127 deletions

View File

@@ -31,7 +31,7 @@
rik.veenboer.xyz \
*.rik.veenboer.xyz \
{
reverse_proxy nginx
# reverse_proxy nginx
handle_path /test/* {
reverse_proxy host:12345
}
@@ -63,6 +63,7 @@ import unprotected grafana host:3333
import unprotected pgadmin host:5050
import unprotected homarr host:17575
import unprotected jellyseerr host:15055
import unprotected seafile host:12380
(authentik) {
reverse_proxy /outpost.goauthentik.io/* http://host:19000
@@ -236,3 +237,17 @@ geo.rik.veenboer.xyz {
header_up X-Geo-Traits-Static-Ip-Score "{geoip2.traits_static_ip_score}"
}
}
}
xx.rik.veenboer.xyz {
log {
output file /var/log/seafile.log
}
handle /seafhttp* {
uri strip_prefix seafhttp
reverse_proxy host:18082
}
handle {
reverse_proxy host:12380
}
}