Patch: OIDC polish (#636)

- Added two env vars for OIDC login: 
- HIDE_LOCAL_AUTH - Remove the "password" option on login page when OIDC
enabled
  - OIDC_AUTO_REDIRECT - Immediately launch OIDC provider page
- Improved UX for initial OIDC setup, including creating a local admin
user
- Added callback URL label to OIDC setup page
- Fix Qbittorrent save path bug
This commit is contained in:
Alex
2026-02-21 11:51:11 +00:00
committed by GitHub
parent fdd46852f2
commit 014fc38b48
26 changed files with 369 additions and 89 deletions
+2
View File
@@ -12,6 +12,8 @@ services:
- SYS_PTRACE
environment:
DEBUG: true
# HIDE_LOCAL_AUTH: true
OIDC_AUTO_REDIRECT: true
volumes:
- ./.local/config:/config
- ./.local/books:/books