initial commit

This commit is contained in:
2025-08-21 11:43:10 +02:00
commit c30f2eab89
51 changed files with 617 additions and 0 deletions

1
torrent/autostart Normal file
View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1,13 @@
services:
gluetun:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
qbittorrent:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''

View File

@@ -0,0 +1,43 @@
services:
gluetun:
image: qmcgaw/gluetun:latest
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 47965:47965
- 47965:47965/udp
- 8080:8080
- 8112:8112
volumes:
- /mnt/user/appdata/gluetun:/gluetun
environment:
- VPN_SERVICE_PROVIDER=airvpn
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=QEMKP5heBjTLoXwXKa63JneOlOji4jOOiW4mTCRDjn0=
- WIREGUARD_PRESHARED_KEY=QpyvbpItLpbYHQwZ7fESaqUxG4R6owGEkcuHicVp5JU=
- WIREGUARD_ADDRESSES=10.189.105.151/32
- SERVER_COUNTRIES=Netherlands
- FIREWALL_VPN_INPUT_PORTS=19769
- TZ=Europe/Vienna
labels:
folder.view2: "Networking"
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
network_mode: "service:gluetun"
environment:
- PUID=1005
- PGID=100
- TZ=Europe/Vienna
- WEBUI_PORT=8080
volumes:
- /mnt/user/appdata/qbittorrent:/config
- /mnt/user/volume1/torrents:/data/torrents
depends_on:
gluetun:
condition: service_healthy
labels:
folder.view2: "Services"

1
torrent/name Normal file
View File

@@ -0,0 +1 @@
torrent