From 56cbb44f68e8827c1e3c5f64b1a7575c48773c80 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 10 Dec 2023 21:37:29 +0100 Subject: [PATCH] Freya: add Ombi and better Transmission defaults --- instances/baldur/configuration.nix | 1 + instances/freya/configuration.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/instances/baldur/configuration.nix b/instances/baldur/configuration.nix index 5412c02..d70f01c 100644 --- a/instances/baldur/configuration.nix +++ b/instances/baldur/configuration.nix @@ -77,6 +77,7 @@ "radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:7878/"; proxyWebsockets = true; }; }; "sonarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8989/"; proxyWebsockets = true; }; }; "lidarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8686/"; proxyWebsockets = true; }; }; + "ombi.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:5000/"; proxyWebsockets = true; }; }; "jellyfin.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8096/"; proxyWebsockets = true; }; }; }; }; diff --git a/instances/freya/configuration.nix b/instances/freya/configuration.nix index e7dd8df..f20a1da 100644 --- a/instances/freya/configuration.nix +++ b/instances/freya/configuration.nix @@ -79,12 +79,12 @@ bazarr = { enable = true; openFirewall = true; group = "users"; }; fail2ban = { enable = true; bantime-increment.enable = true; }; jellyfin = { enable = true; openFirewall = true; group = "users"; }; + lidarr = { enable = true; openFirewall = true; group = "users"; }; + ombi = { enable = true; openFirewall = true; group = "users"; }; prowlarr = { enable = true; openFirewall = true; }; radarr = { enable = true; openFirewall = true; group = "users"; }; sonarr = { enable = true; openFirewall = true; group = "users"; }; - lidarr = { enable = true; openFirewall = true; group = "users"; }; - transmission = { enable = true; openFirewall = true; group = "users"; } - // { settings = { download-dir = "/mnt/raid/condiviso/Torrent"; incomplete-dir = "/mnt/raid/condiviso/Torrent/.incomplete"; }; }; + transmission = { enable = true; openFirewall = true; group = "users"; settings.download-dir = "/mnt/raid/condiviso/Torrent"; }; snapper.configs = let