mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Embed env_vars guidance in docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user