## 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 # DOCKERCONFDIR=/volume1/docker/appdata # DOCKERSTORAGEDIR=/volume1/data # PUID=1035 PGID=100 # TZ=Europe/Amsterdam # Dockerlogging and max size DOCKERLOGGING_MAXFILE=10 DOCKERLOGGING_MAXSIZE=200k ## PLEX Section # Go to plex.tv/claim and login with your account, # copy the claim code and add it "claim-xxxxxxxxxxxxxxxxxxxx". # When starting the new plex server for the first time, the server will be added to your account. PLEX_CLAIM_TOKEN=claim-xxxxxxxxxxxxxxxxxxxx # If you are a Plex Pass subscriber, you can enable the install of beta builds PLEX_BETA_INSTALL=true # Replace IP in http://192.168.x.x:32400 with the IP of your server/nas, don't change the port! Unless you specifically changed the default port. # This is useful to aid your local clients in discovering your plex server when running in the bridge network mode. PLEX_ADVERTISE_URL="http://192.168.x.x:32400" ## 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_NETWORK=192.168.x.0/24 ## qbittorrent # ENABLE VPN= VPN_ENABLED=false # ENABLE PRIVOXY= QBITTORRENT_ENABLE_PRIVOXY=false # qBittorrent (web ui) QBITTORRENT_WEBUI_PORT=8080 # Privoxy Port QBITTORRENT_PRIVOXY_PORT=8118 #Pick your vpn provider options are generic|pia|proton VPN_PROVIDER=generic #Auto port forward rules. . 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=YourHost