26 lines
633 B
YAML
26 lines
633 B
YAML
---
|
|
# Gluetun SELinux access
|
|
selinux_allow_gluetun: true
|
|
|
|
# Servarr stack
|
|
servarr_stack:
|
|
- src: qbittorrent.container.j2
|
|
dest: qbittorrent.container
|
|
- src: prowlarr.container.j2
|
|
dest: prowlarr.container
|
|
- src: radarr.container.j2
|
|
dest: radarr.container
|
|
- src: sonarr.container.j2
|
|
dest: sonarr.container
|
|
- src: bazarr.container.j2
|
|
dest: bazarr.container
|
|
- src: flaresolverr.container.j2
|
|
dest: flaresolverr.container
|
|
|
|
# Gluetun setup
|
|
vpn_provider: mullvad
|
|
vpn_type: wireguard
|
|
vpn_countries: "Netherlands,USA,Canada"
|
|
vpn_private_key: "replace-with-wireguard-private-key"
|
|
vpn_addresses: "10.0.0.2/32"
|