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