mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
removed qbit
This commit is contained in:
@@ -1,36 +0,0 @@
|
|||||||
let
|
|
||||||
vars = import ../vars.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
networking.firewall = {
|
|
||||||
allowedTCPPorts = [
|
|
||||||
6881
|
|
||||||
8082
|
|
||||||
29432
|
|
||||||
];
|
|
||||||
allowedUDPPorts = [
|
|
||||||
6881
|
|
||||||
29432
|
|
||||||
];
|
|
||||||
};
|
|
||||||
virtualisation.oci-containers.containers.qbit = {
|
|
||||||
image = "ghcr.io/linuxserver/qbittorrent:5.0.2";
|
|
||||||
ports = [
|
|
||||||
"6881:6881"
|
|
||||||
"6881:6881/udp"
|
|
||||||
"8082:8082"
|
|
||||||
"29432:29432"
|
|
||||||
];
|
|
||||||
volumes = [
|
|
||||||
"${vars.media_docker_configs}/qbit:/config"
|
|
||||||
"${vars.torrenting_qbit}:/data"
|
|
||||||
];
|
|
||||||
environment = {
|
|
||||||
PUID = "600";
|
|
||||||
PGID = "100";
|
|
||||||
TZ = "America/New_York";
|
|
||||||
WEBUI_PORT = "8082";
|
|
||||||
};
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -3,7 +3,6 @@ services = [
|
|||||||
"audiobookshelf",
|
"audiobookshelf",
|
||||||
"cloud_flare_tunnel",
|
"cloud_flare_tunnel",
|
||||||
"haproxy",
|
"haproxy",
|
||||||
"docker-qbit",
|
|
||||||
"docker-qbitvpn",
|
"docker-qbitvpn",
|
||||||
"docker-uptime_kuma",
|
"docker-uptime_kuma",
|
||||||
"docker",
|
"docker",
|
||||||
|
|||||||
Reference in New Issue
Block a user