Skip to content

Commit 997dd69

Browse files
author
Unknown
committed
qbittorrent
tested working
1 parent 1f146f0 commit 997dd69

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.templates/qbittorrent/service.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
qbittorrent:
2+
image: linuxserver/qbittorrent
3+
container_name: qbittorrent
4+
environment:
5+
- PUID=1000
6+
- PGID=1000
7+
- UMASK_SET=022
8+
- WEBUI_PORT=15080
9+
volumes:
10+
- ./volumes/qbittorrent/config:/config
11+
- ./volumes/qbittorrent/downloads:/downloads
12+
ports:
13+
- 6881:6881
14+
- 6881:6881/udp
15+
- 15080:15080
16+
- 1080:1080

menu.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ declare -A cont_array=(
2828
[diyhue]="diyHue"
2929
[homebridge]="Homebridge"
3030
[python]="Python 3"
31+
[qbittorrent]="qbittorrent"
3132

3233
)
3334
declare -a armhf_keys=("portainer" "nodered" "influxdb" "grafana" "mosquitto" "telegraf" "mariadb" "postgres"
3435
"adminer" "openhab" "zigbee2mqtt" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
35-
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python")
36+
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python"
37+
"qbittorrent")
3638

3739
sys_arch=$(uname -m)
3840

0 commit comments

Comments
 (0)