From a4874d18d25b909a5adf8c82e73ad870c6865df3 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:53:29 +0100 Subject: [PATCH] arr --- hosts/server/secrets/default.nix | 3 ++- server-modules/arr.nix | 5 ++++- server-modules/glance.nix | 9 +++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/hosts/server/secrets/default.nix b/hosts/server/secrets/default.nix index 1bebb50..f1598ed 100644 --- a/hosts/server/secrets/default.nix +++ b/hosts/server/secrets/default.nix @@ -17,7 +17,8 @@ nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; }; adguard-pwd = { }; hoarder = { }; - wireguard-pia = { }; + wireguard-pia = { owner = "torrenter"; }; + recyclarr = { owner = "recyclarr"; }; }; }; } diff --git a/server-modules/arr.nix b/server-modules/arr.nix index 2fb1968..b3ee92d 100644 --- a/server-modules/arr.nix +++ b/server-modules/arr.nix @@ -28,7 +28,10 @@ in { vpn.enable = true; }; - recyclarr.enable = true; + recyclarr = { + enable = true; + configFile = config.sops.secrets.recyclarr.path; + }; }; services.nginx.virtualHosts = { diff --git a/server-modules/glance.nix b/server-modules/glance.nix index f2742dd..85b0fa1 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -136,6 +136,11 @@ in { url = "https://jellyfin.hadi.diy"; icon = "si:jellyfin"; } + { + title = "Jellyseerr"; + url = "https://jellyseerr.hadi.diy"; + icon = "si:odysee"; + } { title = "Radarr"; url = "https://radarr.hadi.diy"; @@ -149,12 +154,12 @@ in { { title = "Prowlarr"; url = "https://prowlarr.hadi.diy"; - icon = "si:prowlarr"; + icon = "si:podcastindex"; } { title = "SABnzbd"; url = "https://sabnzbd.hadi.diy"; - icon = "si:sabnzbd"; + icon = "si:sabanci"; } { title = "Transmission";