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,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)
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user