mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Add env vars support to remaining add-ons
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user