Skip to content

Commit

Permalink
qbittorrent
Browse files Browse the repository at this point in the history
tested working
  • Loading branch information
Unknown committed Mar 5, 2020
1 parent 1f146f0 commit 997dd69
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .templates/qbittorrent/service.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
qbittorrent:
image: linuxserver/qbittorrent
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- UMASK_SET=022
- WEBUI_PORT=15080
volumes:
- ./volumes/qbittorrent/config:/config
- ./volumes/qbittorrent/downloads:/downloads
ports:
- 6881:6881
- 6881:6881/udp
- 15080:15080
- 1080:1080
4 changes: 3 additions & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ declare -A cont_array=(
[diyhue]="diyHue"
[homebridge]="Homebridge"
[python]="Python 3"
[qbittorrent]="qbittorrent"

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

sys_arch=$(uname -m)

Expand Down

0 comments on commit 997dd69

Please sign in to comment.