Add qBittorrent
Deploy / run-nix-build (push) Has been cancelled
Deploy / deploy-site (push) Has been cancelled
Lint / fmt (push) Has been cancelled
Lint / build-website (push) Has been cancelled
Lint / test (push) Has been cancelled

This commit is contained in:
Alexander
2026-04-26 15:51:43 +02:00
parent 7cc521933d
commit 8b4a4c67b2
6 changed files with 252 additions and 6 deletions
+5
View File
@@ -35,6 +35,7 @@ in {
readarr-audiobook = 211;
recyclarr = 269;
sabnzbd = 38;
qbittorrent = 71;
transmission = 70;
# Removed 2025-10-29
# cross-seed = 183;
@@ -112,6 +113,10 @@ in {
user = "sonarr";
group = globals.libraryOwner.group;
};
qbittorrent = {
user = "qbittorrent";
group = globals.libraryOwner.group;
};
transmission = {
user = "transmission";
group = globals.libraryOwner.group;