Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Here you edit/update your settings that will be used for your docker-compose
- ## This will only work if you follow exactly the path structure in the Guide !!!
- COMPOSE_PROJECT_NAME=trash-guides
- ## Global Settings
- # <change "/volume1/docker/appdata" with the path your configs will be>
- DOCKERCONFDIR=/volume1/docker/appdata
- # <change "/volume1/data" with the path where your library + torrent/usenet downloads both are>
- DOCKERSTORAGEDIR=/volume1/data
- # <you must find out your PUID/PGID through SSH, run in terminal: id $user. If needed, change $user to the user you created.>
- PUID=1033
- PGID=100
- # <change to your timezone>
- TZ=Europe/Madrid
- # Dockerlogging and max size
- DOCKERLOGGING_MAXFILE=10
- DOCKERLOGGING_MAXSIZE=200k
- ## VPN Settings (Only needed if you want to run a VPN Container)
- # If you are getting a "Failed to open '/dev/net/tun'" error, run the commands below.
- # 1 - sudo curl -sL https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/script/tun.service -o "/etc/systemd/system/tun.service"
- # 2 - sudo systemctl enable /etc/systemd/system/tun.service
- # 3 - sudo systemctl start tun
- # Check if running with - sudo systemctl status tun
- # <lan ipv4 network>/<cidr notation>
- LAN_NETWORK=192.168.2.0/24
- ## qbittorrent
- # ENABLE VPN=<true|false>
- VPN_ENABLED=false
- # ENABLE PRIVOXY=<true|false>
- QBITTORRENT_ENABLE_PRIVOXY=false
- # qBittorrent (web ui)
- QBITTORRENT_WEBUI_PORT=7090
- # Privoxy Port
- QBITTORRENT_PRIVOXY_PORT=8118
- #Pick your vpn provider options are generic|pia|proton
- VPN_PROVIDER=generic
- #Auto port forward rules. <true|false>. For PIA or Proton, set true. Torguard is false.
- PORT_FORWARD=false
- ## Pullio - Auto update docker-compose the correct way.
- # Setup instructions https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/#pullio-auto-update-docker-compose-the-correct-way
- # If you want your containers to be updated
- PULLIO_UPDATE=true
- # If you want a notification when there's a update, only discord webhook notifications is supported.
- # Adding no discord webhook will disable the notifications!!!
- # check for more info https://hotio.dev/pullio/ and how to add the webhook.
- PULLIO_NOTIFY=true
- PULLIO_DISCORD_WEBHOOK=
- ## Notifiarr
- # Hostname is used to identify your host and can be set to anything you like.
- HOSTNAME=synodell
Add Comment
Please, Sign In to add comment