updating qbit version

This commit is contained in:
2024-11-23 13:25:56 -05:00
parent a83ca2afb0
commit b40051f5d0
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ in
allowedUDPPorts = [ 6881 29432 ]; allowedUDPPorts = [ 6881 29432 ];
}; };
virtualisation.oci-containers.containers.qbit = { virtualisation.oci-containers.containers.qbit = {
image = "ghcr.io/linuxserver/qbittorrent:latest"; image = "ghcr.io/linuxserver/qbittorrent:5.0.2";
ports = [ ports = [
"6881:6881" "6881:6881"
"6881:6881/udp" "6881:6881/udp"

View File

@@ -7,7 +7,7 @@ in
allowedUDPPorts = [ 6882 ]; allowedUDPPorts = [ 6882 ];
}; };
virtualisation.oci-containers.containers.qbitvpn = { virtualisation.oci-containers.containers.qbitvpn = {
image = "binhex/arch-qbittorrentvpn:latest"; image = "binhex/arch-qbittorrentvpn:5.0.2-1-01";
extraOptions = [ "--cap-add=NET_ADMIN" ]; extraOptions = [ "--cap-add=NET_ADMIN" ];
ports = [ ports = [
"6882:6881" "6882:6881"