snapshot of new seafile
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user