- Minor bugs fixed
- BREAKING CHANGE FOR CUSTOM VPN : if you are using a custom VPN provider, you must remove OPENVPN_CUSTOM_PROVIDER from your addon option and instead set OPENVPN_PROVIDER to "custom", then reference your ovpn file in your "OPENVPN_CONFIG". For example, if AIRVPN has provided to you an *.ovpn filed named AIRVPN.ovpn, you need to install an addon such as Filebrowser, go in the /config/addons_config/transmission/openvpn folder and put the AIRVPN.ovpn here. Then, in the addon option you need to write "AIRVPN" in the "OPENVPN_CONFIG" option
- Removed (not used anymore) : "OPENVPN_CUSTOM_PROVIDER", "OPENVPN_CUSTOM_PROVIDER_OVPN_LOCATION", "TRANSMISSION_V3_UPDATE"
- Update to latest version from haugene/docker-transmission-openvpn
- Minor bugs fixed
- Feat : activate incomplete dir by default if the addon option is activated #1107
- Minor bugs fixed
- Fix : WEBPROXY starting
- Minor bugs fixed
- Feat : addition of the WEBPROXY. It is enabled by default on port 8118 but can be disabled using the addon option "WEBPROXY_ENABLED". More informations : https://haugene.github.io/docker-transmission-openvpn/web-proxy/ (thanks @tutorempire)
- Feat : addition of custom environement variable through the 01-config_yaml.sh logic. Further infos : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
- Update to latest version from haugene/docker-transmission-openvpn
- Minor bugs fixed
- Fix #978
- Update to latest version from haugene/docker-transmission-openvpn
- Fix : allow custom providers with names based on mullvad
- Feat : cifsdomain added
- Update to latest version from haugene/docker-transmission-openvpn
- Update to latest version from haugene/docker-transmission-openvpn
- Implemented healthcheck
- Mullvad fix @Blogshot
- WARNING : update to supervisor 2022.11 before installing
- Update to latest version from haugene/docker-transmission-openvpn
- BREAKING CHANGE : update your "LOCAL_NETWORK" from "192.168.178.0/16" to "192.168.178.0/24"
- Update to latest version from haugene/docker-transmission-openvpn
- Auto addon restart if tunnel down
- If no ui after install, please delete your settings.json file and restart
- Allows changing default download folder without deleting settings.json
- Optional transmission v3 (remove and readd torrents)
- Allow using custom ovpn file
- Update to latest version from haugene/docker-transmission-openvpn
- Initial build