updates to oidc for garage

This commit is contained in:
TheWanderingCrow 2025-12-15 17:23:38 -05:00
parent 1d7490f502
commit 0d02da6516

View file

@ -54,7 +54,7 @@ in
MailConfig__Port=587
MailConfig__Username="${config.sops.placeholder."lubelogger/mailer/user"}"
MailConfig__Password="${config.sops.placeholder."lubelogger/mailer/pass"}"
UserNameHash="${config.sops.placeholder."lubelogger/user_hash"}"
UserNameHash="4edb2d15b8db5bf021b72ea3300ffb94c7c7002d6fda2c8902f371ee09f9065b"
UserPasswordHash="${config.sops.placeholder."lubelogger/pass_hash"}"
LUBELOGGER_CUSTOM_WIDGETS=true
OpenIDConfig__Name=Pocket ID
@ -65,6 +65,9 @@ in
OpenIDConfig__TokenURL=https://auth.wanderingcrow.net/api/oidc/token
OpenIDConfig__Scope=openid email
OpenIDConfig__UsePKCE=true
OpenIDConfig__DisableRegularLogin=true
OpenIDConfig__LogOutURL=https://auth.wanderingcrow.net/api/oidc/end-session
EnableRootUserOIDC=true
'';
};