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,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

View File

@@ -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.

View File

@@ -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