diff --git a/configurations/cluster/modules/caddy/default.nix b/configurations/cluster/modules/caddy/default.nix index de6047ce..110f0da2 100644 --- a/configurations/cluster/modules/caddy/default.nix +++ b/configurations/cluster/modules/caddy/default.nix @@ -142,7 +142,6 @@ in { jellystat.reverseProxy = "${nosIP}:3070"; prowlarr.reverseProxy = "${nosIP}:9696"; radarr.reverseProxy = "${nosIP}:7878"; - sabnzbd.reverseProxy = "${nosIP}:8382"; sonarr.reverseProxy = "${nosIP}:8989"; qbittorent = { diff --git a/configurations/nos/modules/docker/default.nix b/configurations/nos/modules/docker/default.nix index dbf861fa..0ca3cea7 100644 --- a/configurations/nos/modules/docker/default.nix +++ b/configurations/nos/modules/docker/default.nix @@ -18,7 +18,6 @@ in { (import ./media/jellystat/compose.nix configPath) (import ./media/prowlarr/compose.nix configPath) (import ./media/radarr/compose.nix configPath) - (import ./media/sabnzbd/compose.nix configPath) (import ./media/seerr/compose.nix configPath) (import ./media/sonarr/compose.nix configPath) ]; diff --git a/configurations/nos/modules/docker/media/sabnzbd/compose.nix b/configurations/nos/modules/docker/media/sabnzbd/compose.nix deleted file mode 100644 index 11e5e887..00000000 --- a/configurations/nos/modules/docker/media/sabnzbd/compose.nix +++ /dev/null @@ -1,31 +0,0 @@ -rwDataDir: {pkgs, ...}: let - rwPath = rwDataDir + "/media/sabnzbd"; -in { - virtualisation.docker.compose."sabnzbd" = { - networks.proxy_net = {external = true;}; - - services."sabnzbd" = { - image = pkgs.callPackage ./images/sabnzbd.nix pkgs; - restart = "always"; - - ports = ["8382:8082"]; - - environment = { - PUID = "1000"; - PGID = "1000"; - TZ = "America/New_York"; - }; - - volumes = [ - "${rwPath}/data:/config" - "/data:/data" - ]; - - cpus = 2; - networks = ["proxy_net"]; - }; - }; - - # For accurate stack trace - _file = ./compose.nix; -} diff --git a/configurations/nos/modules/docker/media/sabnzbd/images/sabnzbd.nix b/configurations/nos/modules/docker/media/sabnzbd/images/sabnzbd.nix deleted file mode 100644 index a88ef762..00000000 --- a/configurations/nos/modules/docker/media/sabnzbd/images/sabnzbd.nix +++ /dev/null @@ -1,8 +0,0 @@ -pkgs: -pkgs.dockerTools.pullImage rec { - imageName = "ghcr.io/linuxserver/sabnzbd"; - imageDigest = "sha256:7afe3af1cff19c2a7a5d4bacb2202fcb21a0ee15b7e23e4114ab3f7070213662"; - hash = "sha256-A2y29l8YW662tTEW2lt3srcEoYuLjLrfWd4Jy4+2bEY="; - finalImageName = imageName; - finalImageTag = "latest"; -} diff --git a/configurations/nos/modules/homepage/default.nix b/configurations/nos/modules/homepage/default.nix index 8f3b5dbb..8ce57124 100644 --- a/configurations/nos/modules/homepage/default.nix +++ b/configurations/nos/modules/homepage/default.nix @@ -152,18 +152,6 @@ }; }; } - { - sabnzbd = rec { - href = "https://lan.nelim.org/sabnzbd"; - icon = "sabnzbd.png"; - description = "nzb client"; - widget = { - type = "sabnzbd"; - url = href; - key = "{{HOMEPAGE_VAR_SAB_API}}"; - }; - }; - } { sonarr = rec { href = "https://lan.nelim.org/sonarr"; diff --git a/flake.lock b/flake.lock index 458093de..753df18f 100644 --- a/flake.lock +++ b/flake.lock @@ -1790,11 +1790,11 @@ ] }, "locked": { - "lastModified": 1738994490, - "narHash": "sha256-Y5sEdnFopkJ2MfJr+irL6JLdXrLK2utEal9dXsf+0P4=", + "lastModified": 1739129304, + "narHash": "sha256-Qu7nLnxrzZyQTLDD2bLrki1KOe7snAWPJxZ2Bxj3FEE=", "ref": "refs/heads/main", - "rev": "4777580bde7e86968083a2125d3946120aca067f", - "revCount": 91, + "rev": "8d991fbb480564e0631d4d5a48ca906ca0966266", + "revCount": 92, "type": "git", "url": "ssh://git@git.nelim.org/matt1432/nixos-secrets" },