testing bypass paths for filebrowser
This commit is contained in:
@@ -95,17 +95,45 @@ authentik.akanealw.com {
|
||||
}
|
||||
|
||||
# --------------------------------------------------
|
||||
# external subdomains
|
||||
# external subdomains without authentik
|
||||
# --------------------------------------------------
|
||||
|
||||
@adguard2 host adguard2.akanealw.com
|
||||
@bitwarden host bitwarden.akanealw.com
|
||||
handle @bitwarden {
|
||||
reverse_proxy 192.168.1.4:8089
|
||||
}
|
||||
|
||||
@giteadocker host gitea-docker.akanealw.com
|
||||
handle @giteadocker {
|
||||
reverse_proxy 192.168.1.4:3001
|
||||
}
|
||||
|
||||
@gitea host gitea.akanealw.com
|
||||
handle @gitea {
|
||||
reverse_proxy 192.168.1.50:3000
|
||||
}
|
||||
|
||||
|
||||
# --------------------------------------------------
|
||||
# external subdomains with authentik
|
||||
# --------------------------------------------------
|
||||
|
||||
@bitwarden host adguard2.akanealw.com
|
||||
handle @adguard2 {
|
||||
import auth
|
||||
reverse_proxy 192.168.1.3:80
|
||||
}
|
||||
|
||||
@filebrowser host filebrowser.akanealw.com
|
||||
@bypassfilebrowser {
|
||||
path /share/*
|
||||
path /static/*
|
||||
path /assets/*
|
||||
}
|
||||
handle @filebrowser {
|
||||
handle @bypassfilebrowser {
|
||||
reverseproxy 192.168.1.30:8484
|
||||
}
|
||||
import auth
|
||||
reverse_proxy 192.168.1.30:8484
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user