mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Add env vars support to remaining add-ons
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
## 2.5.3-3 (18-11-2025)
|
||||
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.
|
||||
|
||||
- WARNING : update to supervisor 2022.11 before installing
|
||||
|
||||
## 2.5.3 (22-10-2022)
|
||||
|
||||
@@ -58,6 +58,10 @@ No configuration options are required for this addon. All configuration is done
|
||||
|
||||
**Note**: xTeVe stores its configuration in `/data/` and runs on port 34400. Access the web interface to configure M3U playlists and XMLTV sources.
|
||||
|
||||
### 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
|
||||
|
||||
@@ -13,12 +13,18 @@ map:
|
||||
- share:rw
|
||||
- ssl:ro
|
||||
name: Xteve
|
||||
options:
|
||||
env_vars: []
|
||||
ports:
|
||||
34400/tcp: 34400
|
||||
ports_description:
|
||||
34400/tcp: Web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
slug: xteve
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.5.3-2
|
||||
version: 2.5.3-3
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:34400]/web"
|
||||
|
||||
Reference in New Issue
Block a user