Setup Transmission With OpenVPN Using Container Manager On A Synology NAS

Digital Aloha
Digital Aloha
6.3 هزار بار بازدید - 9 ماه پیش - This video covers setting up
This video covers setting up Transmission with an OpenVPN connection  using the haugene/docker-transmission-openvpn docker image.

⭐️ SUPPORT THIS CHANNEL⭐️
https://digitalaloha.com/support-my-w...

⭐️ HIRE ME FOR A PROJECT⭐️
https://digitalaloha.com/hire-me/

The video topics include:
• The prerequisites - An VPN Provider Subscription and Container Manager.
• Setting up and running the Transmission-OpenVPN container.
• Connecting to the Transmission WebUI.
• Confirming that the Transmission-OpenVPN container is using the VPN.

In the video I mentioned or referenced the following link:
• List of providers that the haugene docker-transmission-openvpn project supports - https://haugene.github.io/docker-tran...
• My Private Internet Access (PIA) referral link - https://bit.ly/3SvsQue
• Link to download the PIA OpenVPN configs - https://www.privateinternetaccess.com...

Example docker-compose.yml file from the video:
---
version: '3.3'
services:
   transmission-openvpn:
       cap_add:
           - NET_ADMIN
       volumes:
           - '/your/storage/path/:/data'
           - '/your/config/path/:/config'
       environment:
           - OPENVPN_PROVIDER=PIA
           - OPENVPN_CONFIG=france
           - OPENVPN_USERNAME=user
           - OPENVPN_PASSWORD=pass
           - LOCAL_NETWORK=192.168.0.0/16
       logging:
           driver: json-file
           options:
               max-size: 10m
       ports:
           - '9091:9091'
       image: haugene/transmission-openvpn
---

Commands used in the video:
• curl icanhazip.com
• sudo docker ps
• sudo docker exec CONTAINER_NAME curl --silent http://icanhazip.com

Timecodes
0:00 | Introduction
0:20 | You’ll Need A VPN Provider Subscription
1:11 | Install Container Manager
1:25 | Create Folders For The Container
1:51 | Setup And Run The Transmission-OpenVPN Container
3:40 | Launch the Transmission WebUI
4:02 | Confirm The Transmission-OpenVPN Container Is Using The VPN
5:24 | Closing

#synology #transmission #openvpn
9 ماه پیش در تاریخ 1402/08/15 منتشر شده است.
6,361 بـار بازدید شده
... بیشتر