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,4 +1,7 @@
## 0.6.1 (18-11-2025)
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.
## 0.6.0 (04-10-2025)
- Update to latest version from iib0011/omni-tools (changelog : https://github.com/iib0011/omni-tools/releases)
## v0.5.0 (30-07-2025)

View File

@@ -50,6 +50,10 @@ Timezone setting for the application.
All processing is done locally in your browser for maximum privacy and security.
### 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
Got questions?

View File

@@ -8,11 +8,17 @@ image: ghcr.io/alexbelgium/omni-tools-{arch}
map:
- addon_config:rw
name: Omni Tools
options:
env_vars: []
ports:
80/tcp: 8188
ports_description:
80/tcp: Web UI port
schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
slug: omni-tools
url: https://github.com/alexbelgium/hassio-addons
version: 0.6.0
version: 0.6.1
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"