diff options
author | Emile <git@emile.space> | 2025-04-12 20:35:13 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2025-04-12 20:35:13 +0200 |
commit | 1fbf1db449943a424f0afd388aa5fff52ef7c959 (patch) | |
tree | c397229d57edf549c1c01b2cc9361c9d004674ab | |
parent | fdb2809ac6d91863bf4a46d5bb2c4a3bdf2d4f92 (diff) |
(corrino) hedgedoc: using new authelia naming scheme
-rw-r--r-- | nix/hosts/corrino/www/md.emile.space.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/hosts/corrino/www/md.emile.space.nix b/nix/hosts/corrino/www/md.emile.space.nix index 95f27b1..d9db013 100644 --- a/nix/hosts/corrino/www/md.emile.space.nix +++ b/nix/hosts/corrino/www/md.emile.space.nix @@ -14,10 +14,10 @@ # auth via authelia services.authelia.instances.main.settings.identity_providers.oidc.clients = [ { - id = "HedgeDoc"; + client_id = "HedgeDoc"; # ; nix run nixpkgs#authelia -- crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986 - secret = "$pbkdf2-sha512$310000$l4Kyec7Q9oY2GAhWA/xMig$P/MYFmulfgsDNyyiclUzd6le0oSiOvqCIvl4op5DkXtVTxLWlMA3ZwhJ6Z7u.OfIREuEM2htH6asxWPhBhkpNQ"; + client_secret = "$pbkdf2-sha512$310000$l4Kyec7Q9oY2GAhWA/xMig$P/MYFmulfgsDNyyiclUzd6le0oSiOvqCIvl4op5DkXtVTxLWlMA3ZwhJ6Z7u.OfIREuEM2htH6asxWPhBhkpNQ"; public = false; authorization_policy = "two_factor"; redirect_uris = [ "https://md.emile.space/auth/oauth2/callback" ]; |