🏡 my personal home lab
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix var

+3 -3
+3 -3
modules/caddy.nix
··· 12 12 delay_start 3 13 13 realm ${name} 14 14 driver generic 15 - client_id {$${lib.toUpper name}_OIDC_CLIENT_ID} 16 - client_secret {$${lib.toUpper name}_OIDC_CLIENT_SECRET} 15 + client_id {''$${lib.toUpper name}_OIDC_CLIENT_ID} 16 + client_secret {''$${lib.toUpper name}_OIDC_CLIENT_SECRET} 17 17 scopes openid email profile 18 18 base_auth_url ${issuer} 19 19 metadata_url ${issuer}/.well-known/openid-configuration ··· 24 24 enable identity provider ${name} 25 25 cookie domain goo.garden 26 26 cookie insecure off 27 - trust login redirect uri domain suffix goo.garden path prefix / 27 + trust login redirect uri domain ${domain} path prefix / 28 28 transform user { 29 29 match realm ${name} 30 30 action add role authp/user