From 1a9fedf0a61b7d514c7e5b1c30a5fb545f91822c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 19:30:46 -0800 Subject: move miniflux configuration for authelia in the miniflux profile --- profiles/authelia.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'profiles/authelia.nix') 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" - ]; - } - ]; - }; }; }; -- cgit v1.2.3