removed bypass from caddy, will be testing in authentik

This commit is contained in:
2025-03-24 20:27:55 -05:00
parent b8109008b6
commit cdda7bee73

View File

@@ -125,27 +125,6 @@ authentik.akanealw.com {
@filebrowser host filebrowser.akanealw.com
handle @filebrowser {
path /api/public/dl/.*
path /share/.*
path /static/.*
}
@loginfilebrowser {
path /login*
}
handle @filebrowser {
handle @bypassfilebrowser {
reverse_proxy 192.168.1.30:8484
}
}
handle @filebrowser {
handle @loginfilebrowser {
import auth
reverse_proxy 192.168.1.30:8484
}
}
handle @filebrowser {
import auth
reverse_proxy 192.168.1.30:8484
}