fix(vikunja): OIDC na forgejo.kapala.org + redirect vikunja.kapala.org (cert okit.pl wygasl)

This commit is contained in:
oskar 2026-07-02 17:24:51 +02:00
parent 886bc85e0b
commit f454ac7448

View file

@ -10,13 +10,13 @@ auth:
openid:
enabled: true
# MUST end with a trailing slash — matches Vikunja's redirect handling.
redirecturl: "https://vikunja.okit.pl/auth/openid/"
redirecturl: "https://vikunja.kapala.org/auth/openid/"
providers:
forgejo:
name: "Forgejo"
# authurl MUST have a trailing slash — it must match the OIDC issuer
# exactly or discovery fails.
authurl: "https://forgejo.okit.pl/"
authurl: "https://forgejo.kapala.org/"
clientid: "15ad6f99-b8ca-48dc-92b9-97907ddc4367"
# clientsecret is injected via
# VIKUNJA_AUTH_OPENID_PROVIDERS_FORGEJO_CLIENTSECRET (.env) — never here.