mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Embed env_vars guidance in docs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
## v5.3.2 (31-05-2025)
|
||||
|
||||
- Update to latest version from haugene/docker-transmission-openvpn (changelog : https://github.com/haugene/docker-transmission-openvpn/releases)
|
||||
|
||||
@@ -39,6 +39,8 @@ comparison to installing any other Hass.io add-on.
|
||||
|
||||
## Configuration
|
||||
|
||||
Use the add-on `env_vars` option to pass extra environment variables (uppercase or lowercase names). See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
Options : see https://github.com/haugene/docker-transmission-openvpn for documentation
|
||||
|
||||
For setting a custom openvpn file (even if using AIRVPN), you should 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
|
||||
@@ -50,3 +52,5 @@ WEBPROXY_ENABLED : the webproxy is enabled by default on port 8118 but can be di
|
||||
Webui can be found at `<your-ip>:9091`.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ privileged:
|
||||
- NET_ADMIN
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
DEBUG: bool
|
||||
DNS_server: str?
|
||||
|
||||
Reference in New Issue
Block a user