diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-30 19:30:46 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-30 19:30:46 -0800 |
| commit | 1a9fedf0a61b7d514c7e5b1c30a5fb545f91822c (patch) | |
| tree | 73536ebcafc10b1d6df97a57558abd497d32fc88 /profiles/authelia.nix | |
| parent | some tweaks for media players (diff) | |
| download | infra-1a9fedf0a61b7d514c7e5b1c30a5fb545f91822c.tar.gz | |
move miniflux configuration for authelia in the miniflux profile
Diffstat (limited to 'profiles/authelia.nix')
| -rw-r--r-- | profiles/authelia.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/authelia.nix b/profiles/authelia.nix index 8a345b2..b5d2c94 100644 --- a/profiles/authelia.nix +++ b/profiles/authelia.nix @@ -38,21 +38,6 @@ path = "/var/lib/authelia-main/db.sqlite3"; }; }; - identity_providers.oidc = { - clients = [ - { - id = "miniflux"; - description = "Miniflux RSS"; - secret = "$pbkdf2-sha512$310000$OPAy.BbYps2sWTt4Broxbg$uB6QZaHK1n7MHheaWhly/cvnNIw4gZbY.BibTCHvodcRAAggSTUA8rTdjzudaKtJZW7Lm4u0j2C2D1VFmRV2Aw"; - redirect_uris = [ "https://reader.fcuny.net/oauth2/oidc/callback" ]; - scopes = [ - "openid" - "email" - "profile" - ]; - } - ]; - }; }; }; |
