feature/qbit #170

Merged
ahuston-0 merged 8 commits from feature/qbit into main 2026-01-08 03:04:53 -05:00
Showing only changes of commit c834efd195 - Show all commits

View File

@@ -22,6 +22,7 @@ in
virtualisation.oci-containers.containers = {
qbit = qbitBase // {
# webui port is 8082, torr port is 29432
environment = qbitBase.environment // {
WEBUI_PORT = "8082";
};
@@ -36,7 +37,7 @@ in
];
};
qbitVPN = qbitBase // {
# webui port is 8081, torr port is 29432
# webui port is 8081, torr port is 39274
networks = [
"container:gluetun-qbit"
];
@@ -70,7 +71,7 @@ in
ports = [
# qbitvpn
"8081:8081"
"29432:29432"
"39274:39274"
# qbitperm
"8083:8083"