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.
|
||||
|
||||
- Implemented healthcheck
|
||||
- WARNING : update to supervisor 2022.11 before installing
|
||||
- Add codenotary sign
|
||||
|
||||
@@ -42,6 +42,8 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:PORT>.
|
||||
|
||||
```yaml
|
||||
@@ -74,3 +76,5 @@ Create an issue on github
|
||||
## Illustration
|
||||
|
||||
No illustration
|
||||
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
INTERFACE_NAME: str?
|
||||
ROUTER_IP: str
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.68.0 (11-10-2025)
|
||||
- Update to latest version from autobrr/autobrr (changelog : https://github.com/autobrr/autobrr/releases)
|
||||
|
||||
@@ -95,10 +95,12 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom script execution and environment variable injection:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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
|
||||
|
||||
Create an issue on github
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
PGID: int
|
||||
PUID: int
|
||||
|
||||
@@ -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.
|
||||
|
||||
## 2025.06.06 (03-06-2025)
|
||||
- Minor bugs fixed
|
||||
## 2025.06.05 (03-06-2025)
|
||||
|
||||
@@ -84,7 +84,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -170,3 +170,5 @@ Create an issue on github
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
BIRDSONGS_FOLDER: str?
|
||||
LIVESTREAM_BOOT_ENABLED: bool
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.3 (27-09-2025)
|
||||
- Update to latest version from linuxserver/docker-bazarr (changelog : https://github.com/linuxserver/docker-bazarr/releases)
|
||||
|
||||
@@ -29,6 +29,8 @@ This addon is based on the docker image https://github.com/linuxserver/docker-ba
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:PORT> or through the sidebar using Ingress.
|
||||
Configurations can be done through the app webUI, except for the following options.
|
||||
|
||||
@@ -89,3 +91,5 @@ Create an issue on github
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
PGID: int
|
||||
PUID: int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
|
||||
## 0.0.101 (13-06-2025)
|
||||
- Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases)
|
||||
|
||||
@@ -29,6 +29,8 @@ This is a test app ; for any issues please contact the link above.
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:80>.
|
||||
Please see https://github.com/chrisleekr/binance-trading-bot for configuration.
|
||||
|
||||
@@ -48,3 +50,5 @@ comparison to installing any other Hass.io add-on.
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
BINANCE_AUTHENTICATION_ENABLED: bool
|
||||
BINANCE_AUTHENTICATION_PASSWORD: str
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "nightly-20251028" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -151,3 +151,5 @@ Create an issue on github
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ privileged:
|
||||
- SYS_RESOURCE
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
BIRDSONGS_FOLDER: str?
|
||||
TZ: str?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## 2025.11.04 (05-11-2025)
|
||||
- Minor bugs fixed
|
||||
## 2025.11.03 (04-11-2025)
|
||||
|
||||
@@ -89,7 +89,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -176,3 +176,5 @@ Create an issue on github
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
BIRDSONGS_FOLDER: str?
|
||||
LIVESTREAM_BOOT_ENABLED: bool
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
|
||||
## 2201.1.0 (26-08-2023)
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom script execution and environment variable injection:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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
|
||||
|
||||
@@ -105,3 +105,5 @@ Create an issue on github
|
||||

|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
PGID: int
|
||||
PUID: int
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "2.38.2" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ TIMEOUT: 60000
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -66,3 +66,5 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
## Support
|
||||
|
||||
Create an issue on github
|
||||
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ ports_description:
|
||||
3000/tcp: Webui
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
TIMEOUT: int
|
||||
slug: browserless_chrome
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "8.13.0" (18-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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
|
||||
|
||||
@@ -108,3 +108,5 @@ Create an issue on github
|
||||

|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ privileged:
|
||||
- NET_ADMIN
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CLI_ARGS: str?
|
||||
PASSWORD: str?
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
|
||||
## 0.6.25 (30-08-2025)
|
||||
- Update to latest version from linuxserver/docker-calibre-web (changelog : https://github.com/linuxserver/docker-calibre-web/releases)
|
||||
|
||||
@@ -95,7 +95,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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
|
||||
|
||||
@@ -108,3 +108,5 @@ Create an issue on github
|
||||

|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ privileged:
|
||||
- NET_ADMIN
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
DOCKER_MODS: str?
|
||||
OAUTHLIB_RELAX_TOKEN_SCOPE: str?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "0.50.38" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -28,6 +28,8 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker-
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
### Main app
|
||||
|
||||
Web UI can be found at `<your-ip>:5000`, also accessible from the add-on page.
|
||||
@@ -94,3 +96,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ ports_description:
|
||||
5000/tcp: Webui
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
BASE_URL: str?
|
||||
PGID: int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
|
||||
## 19.0.13 (27-09-2025)
|
||||
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)
|
||||
|
||||
@@ -68,7 +68,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -82,3 +82,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Check the logs of the add-on to see if everything went well.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CUSTOM_OPTIONS: str?
|
||||
DROPBOX_TOKEN: str?
|
||||
|
||||
@@ -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.8.16" (25-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ cifsdomain: "WORKGROUP"
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
### Mounting Drives
|
||||
|
||||
@@ -105,3 +105,5 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
Create an issue on github
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CODEX_RESET_ADMIN: int?
|
||||
CODEX_SKIP_INTEGRITY_CHECK: int?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "25.4.7" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -81,9 +81,11 @@ password: changeme
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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
|
||||
|
||||
Create an issue on GitHub
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ ports_description:
|
||||
9980/tcp: Web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
TZ: str?
|
||||
aliasgroup1: str
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.3 (11-03-2024)
|
||||
|
||||
|
||||
@@ -84,10 +84,11 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom script execution and environment variable injection:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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
|
||||
|
||||
Create an issue on github
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
TZ: str?
|
||||
cifsdomain: str?
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
|
||||
## 4.9.1.80 (04-10-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
|
||||
@@ -29,6 +29,8 @@ Inital addon version : https://github.com/petersendev/hassio-addons
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at `<your-ip>:8096`, or within Home Assistant through Ingress.
|
||||
|
||||
### Options
|
||||
@@ -80,3 +82,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
PGID: int
|
||||
PUID: int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
|
||||
## 4.9.2.6 (01-11-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
|
||||
@@ -29,6 +29,8 @@ Inital addon version : https://github.com/petersendev/hassio-addons
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at `<your-ip>:8096`, or within Home Assistant through Ingress.
|
||||
|
||||
```yaml
|
||||
@@ -56,3 +58,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
PGID: int
|
||||
PUID: int
|
||||
|
||||
@@ -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.
|
||||
|
||||
## 0.13.2 (30-05-2024)
|
||||
|
||||
- Update to latest version from m4dm4rtig4n/myelectricaldata (changelog : <https://github.com/m4dm4rtig4n/myelectricaldata/releases>)
|
||||
|
||||
@@ -26,6 +26,8 @@ MyElectricalData allows an automated access to your Enedis data. See its github
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:5000> or through Ingress.
|
||||
Initial setup requires starting the addon once to initialize configuration templates.
|
||||
|
||||
@@ -77,3 +79,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ ports_description:
|
||||
5000/tcp: Portail
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CONFIG_LOCATION: str
|
||||
TZ: str?
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.0.0rc14 (03-08-2024)
|
||||
- Update to latest version from m4dm4rtig4n/myelectricaldata (changelog : https://github.com/m4dm4rtig4n/myelectricaldata/releases)
|
||||
|
||||
@@ -26,6 +26,8 @@ MyElectricalData allows an automated access to your Enedis data. See its github
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:5000> or through Ingress.
|
||||
Initial setup requires starting the addon once to initialize configuration templates.
|
||||
|
||||
@@ -77,3 +79,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ ports_description:
|
||||
5000/tcp: Portail
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CONFIG_LOCATION: str
|
||||
TZ: str?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "4.4.6-3" (05-11-2025)
|
||||
- Minor bugs fixed
|
||||
## "4.4.6-2" (04-11-2025)
|
||||
|
||||
@@ -83,7 +83,7 @@ TZ: "America/New_York"
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
### Mounting Drives
|
||||
|
||||
@@ -156,4 +156,5 @@ For data safety, regularly backup:
|
||||
|
||||
Create an issue on github
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
DB_DATABASE_NAME: str?
|
||||
DB_HOSTNAME: str?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "2.44.2" (25-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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
|
||||
|
||||
@@ -113,3 +113,5 @@ Create an issue on GitHub, or ask on the [Home Assistant Community thread](https
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
NoAuth: bool
|
||||
base_folder: str?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "6.4.3" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -28,6 +28,8 @@ This addon is based on the docker image https://hub.docker.com/r/fireflyiii/core
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:PORT> or through the sidebar using Ingress.
|
||||
Configurations can be done through the app webUI, except for the following options.
|
||||
|
||||
@@ -91,3 +93,5 @@ Create an issue on github
|
||||

|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ ports_description:
|
||||
8443/tcp: ssl web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
APP_KEY: str
|
||||
CONFIG_LOCATION: str
|
||||
|
||||
@@ -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.9.0" (25-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ silent: false
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -113,3 +113,5 @@ Create an issue on github
|
||||
## Illustration
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ ports_description:
|
||||
8080/tcp: web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
AUTO_IMPORT_SECRET: str?
|
||||
CAN_POST_AUTOIMPORT: bool?
|
||||
|
||||
@@ -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.3.0-6 (18-10-2025)
|
||||
- Minor bugs fixed
|
||||
## 1.3.0-5 (06-10-2025)
|
||||
|
||||
@@ -28,6 +28,8 @@ This addon is based on the docker image https://hub.docker.com/r/benkl/firefly-i
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:3476>.
|
||||
|
||||
This tool allows you to import transactions from your FinTS enabled bank (primarily German banks) into Firefly III.
|
||||
@@ -99,3 +101,5 @@ Create an issue on github
|
||||
## Illustration
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ ports_description:
|
||||
8080/tcp: web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
Updates: list(|hourly|daily2|daily4|daily6|daily8|daily10|daily12|weekly)?
|
||||
silent: bool?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "3.18.20" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -46,6 +46,8 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:5050>.
|
||||
Default password: `homeassistant123` (change via addon options).
|
||||
|
||||
@@ -98,3 +100,5 @@ For complete configuration documentation, see: https://flexget.com/Configuration
|
||||
## Support
|
||||
|
||||
If you have an issue with your installation, please be sure to checkout github.
|
||||
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ ports_description:
|
||||
5050/tcp: Web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
FG_LOG_LEVEL: list(critical|error|warning|info|verbose|debug|trace)?
|
||||
FG_PLUGINS: str?
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.8 (17-05-2025)
|
||||
- Update to latest version from vogler/free-games-claimer (changelog : https://github.com/vogler/free-games-claimer/releases)
|
||||
|
||||
@@ -97,7 +97,7 @@ For complete configuration options and advanced settings, see: https://github.co
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -117,3 +117,5 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
Create an issue on github
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ ports_description:
|
||||
6080/tcp: NOVNC port
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CMD_ARGUMENTS: str
|
||||
CONFIG_LOCATION: str
|
||||
|
||||
@@ -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.
|
||||
|
||||
- WARNING : update to supervisor 2022.11 before installing
|
||||
|
||||
## 0.8.2 (17-07-2022)
|
||||
|
||||
@@ -27,6 +27,8 @@ See its github for all informations : https://github.com/yukulehe/gazpar2mqtt
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
This addon fetches gas consumption data from GRDF (French gas utility) and publishes it to MQTT for Home Assistant integration.
|
||||
|
||||
### Setup Steps
|
||||
@@ -97,3 +99,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ options:
|
||||
verbose: true
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CONFIG_LOCATION: str
|
||||
TZ: str?
|
||||
|
||||
@@ -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.25.0" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ ROOT_URL: "http://homeassistant.local:3000"
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -76,3 +76,5 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Restart the addon, to apply any option that should be applied
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ ports_description:
|
||||
3000/tcp: Web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
APP_NAME: str?
|
||||
DOMAIN: str?
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
|
||||
## 25.10.2 (01-11-2025)
|
||||
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
|
||||
|
||||
@@ -89,7 +89,7 @@ GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@example.com"
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -144,4 +144,5 @@ For data safety, regularly backup:
|
||||
|
||||
Create an issue on github
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ ports_description:
|
||||
5001/tcp: webui
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
CELERY_NUM_WORKERS: int
|
||||
GUNICORN_NUM_WORKERS: int
|
||||
|
||||
@@ -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.7.50.4" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -44,6 +44,8 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
|
||||
## Configuration
|
||||
|
||||
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.
|
||||
|
||||
Webui can be found at <http://homeassistant:9191>.
|
||||
Configurations can be done through the app webUI, except for the following options.
|
||||
|
||||
@@ -88,3 +90,5 @@ Create an issue on github
|
||||

|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ ports_description:
|
||||
80/tcp: web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
PGID: int
|
||||
PUID: int
|
||||
|
||||
@@ -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.6.0-11 (16-09-2025)
|
||||
- Minor bugs fixed
|
||||
## 1.6.0-10 (16-09-2025)
|
||||
|
||||
@@ -57,7 +57,7 @@ The addon automatically configures a PostgreSQL database for storing Guacamole c
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -87,3 +87,5 @@ After installation and first login:
|
||||
Create an issue on [GitHub][repository]
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ ports_description:
|
||||
8080/tcp: web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
EXTENSIONS: str?
|
||||
TZ: str?
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "2.2.1-2" (02-11-2025)
|
||||
- Minor bugs fixed
|
||||
## 2.2.1-2 (02-11-2025)
|
||||
|
||||
@@ -84,7 +84,7 @@ This addon supports mounting both local drives and remote SMB shares:
|
||||
This addon supports custom scripts and environment variables through the `addon_config` mapping:
|
||||
|
||||
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
|
||||
- **Environment variables**: See [Add Environment Variables to your Addon](https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon)
|
||||
- **env_vars option**: 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.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -109,3 +109,5 @@ Create an issue on github, or ask on the [home assistant thread](https://communi
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
DB_DATABASE_NAME: str
|
||||
DB_HOSTNAME: str
|
||||
|
||||
@@ -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.
|
||||
|
||||
## "2.2.1" (01-11-2025)
|
||||
- Minor bugs fixed
|
||||
## 2.2.1 (01-11-2025)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user