mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
This commit is contained in:
@@ -91,7 +91,7 @@ else
|
|||||||
bashio::log.green "If accessing the file with filebrowser it should be mapped to $CONFIGSOURCE"
|
bashio::log.green "If accessing the file with filebrowser it should be mapped to $CONFIGSOURCE"
|
||||||
fi
|
fi
|
||||||
bashio::log.green "---------------------------------------------------------"
|
bashio::log.green "---------------------------------------------------------"
|
||||||
bashio::log.green "Wiki here on how to use: github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature:-add-env-variables"
|
bashio::log.green "Wiki here on how to use: https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Check if config file is there, or create one from template
|
# Check if config file is there, or create one from template
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ Options can be configured through two ways :
|
|||||||
|
|
||||||
- Config.yaml (advanced usage)
|
- Config.yaml (advanced usage)
|
||||||
|
|
||||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
|
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||||
|
|
||||||
|
|
||||||
The complete list of ENV variables can be seen here : https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example
|
The complete list of ENV variables can be seen here : https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Options can be configured through two ways :
|
|||||||
|
|
||||||
- Config.yaml (advanced usage)
|
- Config.yaml (advanced usage)
|
||||||
|
|
||||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
|
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||||
|
|
||||||
|
|
||||||
The complete list of ENV variables can be seen here : https://github.com/firefly-iii/data-importer/blob/main/.env.example
|
The complete list of ENV variables can be seen here : https://github.com/firefly-iii/data-importer/blob/main/.env.example
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ KOMETA_NO_MISSING: False #Set to True to run without any of the missing movie/sh
|
|||||||
|
|
||||||
- Config.yaml (advanced usage)
|
- Config.yaml (advanced usage)
|
||||||
|
|
||||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : <https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables>
|
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : <https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables>
|
||||||
|
|
||||||
The complete list of ENV variables can be seen here : <https://kometa.wiki/en/latest/kometa/environmental/>
|
The complete list of ENV variables can be seen here : <https://kometa.wiki/en/latest/kometa/environmental/>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ This addon is based on the [docker image](https://hub.docker.com/r/openproject/o
|
|||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Fill the default addon options to be able to start the addon. Be sure especially to configure the hostname with your homeassistant ip + addon exposed port
|
Fill the default addon options to be able to start the addon. Be sure especially to configure the hostname with your homeassistant ip + addon exposed port
|
||||||
For additional options, use the config.yaml system : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
|
For additional options, use the config.yaml system : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||||
|
|
||||||
Webui can be found at `<your-ip>:port`.
|
Webui can be found at `<your-ip>:port`.
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ For more control, you can add enviroment variables by defining them as keys in a
|
|||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
```
|
```
|
||||||
|
|
||||||
more info : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
|
more info : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
## v5.2.0-2 (28-11-2023)
|
## v5.2.0-2 (28-11-2023)
|
||||||
|
|
||||||
- Feat : addition of custom environement variable through the 01-config_yaml.sh logic. Further infos : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
|
- Feat : addition of custom environement variable through the 01-config_yaml.sh logic. Further infos : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||||
|
|
||||||
## v5.2.0 (09-09-2023)
|
## v5.2.0 (09-09-2023)
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ Options can be configured through two ways :
|
|||||||
|
|
||||||
- Config.yaml (advanced usage)
|
- Config.yaml (advanced usage)
|
||||||
|
|
||||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
|
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||||
|
|
||||||
|
|
||||||
The complete list of ENV variables can be seen here : not available
|
The complete list of ENV variables can be seen here : not available
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ PMM_NO_MISSING: False #Set to True to run without any of the missing movie/show
|
|||||||
|
|
||||||
- Config.yaml (advanced usage)
|
- Config.yaml (advanced usage)
|
||||||
|
|
||||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables
|
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options according to this guide : https://github.com/alexbelgium/hassio-addons/wiki/Addons-feature:-add-env-variables
|
||||||
|
|
||||||
|
|
||||||
The complete list of ENV variables can be seen here : https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables
|
The complete list of ENV variables can be seen here : https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables
|
||||||
|
|||||||
Reference in New Issue
Block a user