mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
Add env vars support to remaining add-ons
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## 5.3-amd64-2025-11-09-1 (18-11-2025)
|
||||
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.
|
||||
|
||||
## 5.3-amd64-2025-11-09 (2025-11-09)
|
||||
- Update to latest version from mbentley/omada-controller
|
||||
## 5.3-2025-05-30 (31-05-2025)
|
||||
|
||||
@@ -52,6 +52,10 @@ This addon provided the legacy TP-Link Omada Controller v3.x for managing older
|
||||
3. **Import configuration** and reconnect devices
|
||||
4. **Verify functionality** before removing this legacy addon
|
||||
|
||||
### 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.
|
||||
|
||||
## Legacy Support
|
||||
|
||||
This addon is maintained for compatibility only. No new features will be added.
|
||||
|
||||
@@ -80,6 +80,8 @@ map:
|
||||
- config:rw
|
||||
- ssl:ro
|
||||
name: Omada v3.2
|
||||
options:
|
||||
env_vars: []
|
||||
ports:
|
||||
29810/udp: 29810
|
||||
29811/tcp: 29811
|
||||
@@ -100,8 +102,12 @@ ports_description:
|
||||
8088/tcp: web interface http
|
||||
8843/tcp: portal https
|
||||
8888/tcp: portal http
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
slug: omada_v3
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "5.3-amd64-2025-11-09"
|
||||
version: "5.3-amd64-2025-11-09-1"
|
||||
webui: http://[HOST]:[PORT:8088]
|
||||
|
||||
Reference in New Issue
Block a user