chore(media): stop using usenet
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
d6729d89d5
commit
1b80d90209
6 changed files with 4 additions and 57 deletions
|
@ -142,7 +142,6 @@ in {
|
||||||
jellystat.reverseProxy = "${nosIP}:3070";
|
jellystat.reverseProxy = "${nosIP}:3070";
|
||||||
prowlarr.reverseProxy = "${nosIP}:9696";
|
prowlarr.reverseProxy = "${nosIP}:9696";
|
||||||
radarr.reverseProxy = "${nosIP}:7878";
|
radarr.reverseProxy = "${nosIP}:7878";
|
||||||
sabnzbd.reverseProxy = "${nosIP}:8382";
|
|
||||||
sonarr.reverseProxy = "${nosIP}:8989";
|
sonarr.reverseProxy = "${nosIP}:8989";
|
||||||
|
|
||||||
qbittorent = {
|
qbittorent = {
|
||||||
|
|
|
@ -18,7 +18,6 @@ in {
|
||||||
(import ./media/jellystat/compose.nix configPath)
|
(import ./media/jellystat/compose.nix configPath)
|
||||||
(import ./media/prowlarr/compose.nix configPath)
|
(import ./media/prowlarr/compose.nix configPath)
|
||||||
(import ./media/radarr/compose.nix configPath)
|
(import ./media/radarr/compose.nix configPath)
|
||||||
(import ./media/sabnzbd/compose.nix configPath)
|
|
||||||
(import ./media/seerr/compose.nix configPath)
|
(import ./media/seerr/compose.nix configPath)
|
||||||
(import ./media/sonarr/compose.nix configPath)
|
(import ./media/sonarr/compose.nix configPath)
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -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";
|
|
||||||
}
|
|
|
@ -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 {
|
sonarr = rec {
|
||||||
href = "https://lan.nelim.org/sonarr";
|
href = "https://lan.nelim.org/sonarr";
|
||||||
|
|
8
flake.lock
generated
8
flake.lock
generated
|
@ -1790,11 +1790,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1738994490,
|
"lastModified": 1739129304,
|
||||||
"narHash": "sha256-Y5sEdnFopkJ2MfJr+irL6JLdXrLK2utEal9dXsf+0P4=",
|
"narHash": "sha256-Qu7nLnxrzZyQTLDD2bLrki1KOe7snAWPJxZ2Bxj3FEE=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "4777580bde7e86968083a2125d3946120aca067f",
|
"rev": "8d991fbb480564e0631d4d5a48ca906ca0966266",
|
||||||
"revCount": 91,
|
"revCount": 92,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.nelim.org/matt1432/nixos-secrets"
|
"url": "ssh://git@git.nelim.org/matt1432/nixos-secrets"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue