Add optional OIDC authentication with Keycloak, Authentik, and Pocket-ID support

This commit is contained in:
2026-01-19 22:09:54 +01:00
parent 62ab6dede3
commit d64eb3db95
25 changed files with 2028 additions and 37 deletions

View File

@@ -368,6 +368,14 @@
"toast.ban.title": "New block occurred",
"toast.ban.action": "banned in",
"toast.unban.title": "IP unblocked",
"toast.unban.action": "unblocked from"
"toast.unban.action": "unblocked from",
"auth.login_title": "Sign in to Fail2ban UI",
"auth.login_description": "Please authenticate to access the management interface",
"auth.login_button": "Sign in with OIDC",
"auth.logging_in": "Redirecting to login...",
"auth.logout": "Logout",
"auth.user_info": "User Information",
"auth.session_expired": "Your session has expired. Please log in again.",
"auth.login_required": "Authentication required"
}