added login path to auth

This commit is contained in:
2025-03-24 19:58:12 -05:00
parent 37399d4426
commit c45a39ee30
+11
View File
@@ -131,11 +131,22 @@ authentik.akanealw.com {
path /static/*
path /assets/*
}
@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