Embed env_vars guidance in docs

This commit is contained in:
Alexandre
2025-11-06 16:50:01 +01:00
parent e4a59af7a6
commit a928c8e9e2
293 changed files with 601 additions and 153 deletions

View File

@@ -1,3 +1,5 @@
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## 1.5.8-5 (13-01-2025)
- Allow non ssl servers
- Use /usr/bin/maria instead of mysql

View File

@@ -1,6 +1,8 @@
## ⚠ Open Request : [✨ [REQUEST] [spotweb] Own dbsettings.inc.php (opened 2025-04-29)](https://github.com/alexbelgium/hassio-addons/issues/1850) by [@wimb0](https://github.com/wimb0)
# Home Assistant Add-ons: Spotweb
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.
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)
@@ -61,3 +63,5 @@ To import your ownsettings.php, place the file in "/config/addons_config/spotweb
[repository]: https://github.com/alexbelgium/hassio-addons
[spotnet]: https://github.com/spotnet/spotnet/wiki
[spotweb]: https://github.com/spotweb/spotweb

View File

@@ -27,7 +27,7 @@ ports_description:
80/tcp: Not required for Ingress
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
- name: match(^[A-Za-z0-9_]+$)
value: str?
certfile: str
keyfile: str