ahembree / ansible-hms-docker

Ansible playbook for automated home media server setup
GNU General Public License v3.0
391 stars 47 forks source link

Add support for custom OVPN files #41

Closed LewisLebentz closed 5 months ago

LewisLebentz commented 7 months ago

As per the guide here: https://github.com/haugene/vpn-configs-contrib/blob/main/CONTRIBUTING.md you can supply a few additional variables and have the ability to use your own VPN config as opposed to a supported provider.

I have tested Windscribe and as I'm not able to select a profile, it defaults to a country the other side of the world... making downloads very slow. Adding these attributes will allow me to select a closer location.

ahembree commented 6 months ago

This is a great contribution I'd love to implement.

If for example I wanted to use the Chicago-Cub-tcp.ovpn profile for Windscribe, would I have these variables?

transmission_vpn_provider: windscribe
transmission_github_config_source_repo: haugene/vpn-configs-contrib
transmission_ovpn_config: Chicago-Cub-tcp

The provider I use doesn't have more than 1 profile in the repo for me to test with unfortunately.