[DECLINED] Request: Transmission with openvpn

I know there is a transmission package in the casaos store but there’s also a fork of transmission with openvpn for those who want more privacy to connect to the VPN of their choice. Here’s the git page: GitHub - haugene/docker-transmission-openvpn: Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel

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

Could I second this? I have just moved over to CasaOS and this is the one that I cant get working :frowning:

Our policy at BigBearYouTube is to avoid discussing or promoting the use of torrents. While we recognize that torrent technology can be used for legitimate purposes, it is often associated with the distribution of copyrighted material without authorization, which we do not support. We believe in respecting copyright laws and the legal distribution of content, and we choose not to feature topics that could be misinterpreted or lead to illegal activity. Thank you for understanding our stance on this matter.