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 @@
|
||||
## 3.13.6-9 (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
|
||||
- Allow persistence on arm devices
|
||||
- Add codenotary sign
|
||||
|
||||
@@ -62,6 +62,10 @@ Connect using the TeamSpeak client at `homeassistant.local:9987`.
|
||||
|
||||
**Important**: Configure your router to forward these ports for external access.
|
||||
|
||||
### 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
|
||||
|
||||
If you have in issue with your installation, please be sure to checkout github.
|
||||
|
||||
@@ -15,6 +15,8 @@ init: false
|
||||
map:
|
||||
- share:rw
|
||||
name: Teamspeak server
|
||||
options:
|
||||
env_vars: []
|
||||
ports:
|
||||
10011/tcp: 10011
|
||||
30033/tcp: 30033
|
||||
@@ -25,7 +27,11 @@ ports_description:
|
||||
30033/tcp: Filetransfer
|
||||
41144/tcp: TSDNS
|
||||
9987/udp: Voice
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
slug: teamspeak
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 3.13.6-8
|
||||
version: 3.13.6-9
|
||||
|
||||
Reference in New Issue
Block a user