Clarify config.yaml

This commit is contained in:
Alexandre
2023-11-23 08:47:17 +01:00
parent fd599c7315
commit 5143dc30bb
4 changed files with 12 additions and 8 deletions

View File

@@ -44,9 +44,10 @@ Options can be configured through two ways :
"silent": true # If false, show debug info "silent": true # If false, show debug info
``` ```
- Config.yaml - 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
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

View File

@@ -49,9 +49,10 @@ Options can be configured through two ways :
"silent": true # suppresses debug messages "silent": true # suppresses debug messages
``` ```
- Config.yaml - 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
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

View File

@@ -61,9 +61,10 @@ PMM_TEST: False #Set to True to run in debug mode with only collections that hav
PMM_NO_MISSING: False #Set to True to run without any of the missing movie/show functions. PMM_NO_MISSING: False #Set to True to run without any of the missing movie/show functions.
``` ```
- Config.yaml - 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
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

View File

@@ -38,9 +38,10 @@ Options can be configured through two ways :
"CONFIG_LOCATION": location of the config.yaml # Sets the location of the config.yaml (see below) "CONFIG_LOCATION": location of the config.yaml # Sets the location of the config.yaml (see below)
``` ```
- Config.yaml - 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
The complete list of ENV variables can be seen here : not available The complete list of ENV variables can be seen here : not available