Get link Facebook Twitter Pinterest Email Other Apps - July 02, 2018 How to Install Transmission with VPN on Openmediavault with Dockers Today, we will install Transmission with a VPN client to protect you using the excellent docker by Haugene. Openmediavault : https://www.openmediavault.org Get link Facebook Twitter Pinterest Email Other Apps Comments
Easy Automated Home Media Server: VPN, Radarr, Sonarr, Lidarr, Librarian - July 18, 2020 Easiest Home Media Setup. VPN Docker: https://haugene.github.io/docker-transmission-openvpn/ Lidarr: https://docs.linuxserver.io/images/docker-lidarr Radarr: https://docs.linuxserver.io/images/docker-radarr Sonarr: https://docs.linuxserver.io/images/docker-sonarr Librarian: https://docs.linuxserver.io/images/docker-lazylibrarian Compose file version: '2.1' services: transmission-openvpn: volumes: - /srv/dev-disk-by-label-media/downloads/:/data - /etc/localtime:/etc/localtime:ro environment: - PGID=1000 - PUID=100 - CREATE_TUN_DEVICE=true - OPENVPN_PROVIDER=NORDVPN # - OPENVPN_CONFIG=default - NORDVPN_COUNTRY=US - NORDVPN_CATEGORY=legacy_p2p - NORDVPN_PROTOCOL=udp - OPENVPN_USERNAME=1234567890987654321 - OPENVPN_PASSWORD=1234567890987654321 - OPENVPN_OPTS=--inactive 3600 --ping Read more
Super Easy Sync to Google Drive with Insync on Openmediavault - November 04, 2018 Today, we’ll install Insync to make super easy automatic backups to google drive using Insync dockker on Openmediavault. There is Raspberry Pi version of this docker. Read more
Comments
Post a Comment