Add env vars support to remaining add-ons

This commit is contained in:
Alexandre
2025-11-18 09:30:28 +01:00
parent e688a07546
commit f310b7faf9
33 changed files with 147 additions and 13 deletions

View File

@@ -1,3 +1,6 @@
## 0.10.1-hafix3 (18-11-2025)
- Added support for configuring extra environment variables via the `env_vars` option alongside config.yaml.
## 0.10.1-hafix2 (01-08-2025)
- Minor bugs fixed

View File

@@ -61,6 +61,10 @@ The installation of this add-on is pretty straightforward and not different in c
1. Check the logs of the add-on to see if everything went well.
1. Open the webUI and adapt the software options
### Environment variables
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.
## Support
Create an issue on github

View File

@@ -72,12 +72,18 @@ map:
- share:rw
- ssl:ro
name: Baikal
options:
env_vars: []
ports:
80/tcp: 8013
ports_description:
80/tcp: Web UI port
schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
slug: baikal
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 0.10.1-hafix2
version: 0.10.1-hafix3
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"