Skip to content

Commit 01279f8

Browse files
authored
Merge pull request #152 from peymantp/qbittorrent
qbittorrent
2 parents 369797e + 383514c commit 01279f8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ declare -A cont_array=(
2828
[diyhue]="diyHue"
2929
[homebridge]="Homebridge"
3030
[python]="Python 3"
31+
[qbittorrent]="qbittorrent"
3132
[zigbee2mqttassistant]="zigbee2mqttassistant"
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" "zigbee2mqttassistant")
36+
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python" "zigbee2mqttassistant" "qbittorrent")
3637

3738
sys_arch=$(uname -m)
3839

0 commit comments

Comments
 (0)