oidc komga

This commit is contained in:
Arno
2024-12-28 11:13:07 +00:00
parent d2932d7c32
commit 8dbcfd0433
3 changed files with 14 additions and 3 deletions

View File

@ -1,4 +1,12 @@
# Konga
ProxyPass /komga http://komga:25600/komga retry=0 keepalive=On
ProxyPassReverse /komga http://komga:25600/komga retry=0
ProxyPassReverse /komga http://komga:25600/komga retry=0
<LocationMatch "^/komga/login$">
Redirect 302 /komga/oauth2/authorization/keycloak
</LocationMatch>
<LocationMatch "^/komga/login?redirect=%2Fdashboard$">
Redirect 302 /komga/oauth2/authorization/keycloak
</LocationMatch>