diff --git a/.templates/qbittorrent/service.yml b/.templates/qbittorrent/service.yml new file mode 100644 index 00000000..02eef4ff --- /dev/null +++ b/.templates/qbittorrent/service.yml @@ -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 diff --git a/menu.sh b/menu.sh index 57f255da..af846122 100755 --- a/menu.sh +++ b/menu.sh @@ -45,8 +45,10 @@ declare -A cont_array=( [homebridge]="Homebridge" [python]="Python 3" [gitea]="Gitea" + [qbittorrent]="qbittorrent" [domoticz]="Domoticz" [dozzle]="Dozzle" + # add yours here ) declare -a armhf_keys=( @@ -77,6 +79,7 @@ declare -a armhf_keys=( "homebridge" "python" "gitea" + "qbittorrent" "domoticz" "dozzle" # add yours here