Skip to content

Commit 820b19c

Browse files
authored
Merge pull request #11 from SensorsIot/pr/152
qbittorrent
2 parents 96259f4 + 26d4d56 commit 820b19c

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ declare -A cont_array=(
4545
[homebridge]="Homebridge"
4646
[python]="Python 3"
4747
[gitea]="Gitea"
48+
[qbittorrent]="qbittorrent"
4849
[domoticz]="Domoticz"
4950
[dozzle]="Dozzle"
51+
# add yours here
5052
)
5153

5254
declare -a armhf_keys=(
@@ -77,6 +79,7 @@ declare -a armhf_keys=(
7779
"homebridge"
7880
"python"
7981
"gitea"
82+
"qbittorrent"
8083
"domoticz"
8184
"dozzle"
8285
# add yours here

0 commit comments

Comments
 (0)