added login path to auth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user