diff --git a/fireflyiii/README.md b/fireflyiii/README.md index b17112770..c24017f10 100644 --- a/fireflyiii/README.md +++ b/fireflyiii/README.md @@ -44,9 +44,10 @@ Options can be configured through two ways : "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 diff --git a/fireflyiii_data_importer/README.md b/fireflyiii_data_importer/README.md index b69d9f901..d9bdfab98 100644 --- a/fireflyiii_data_importer/README.md +++ b/fireflyiii_data_importer/README.md @@ -49,9 +49,10 @@ Options can be configured through two ways : "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 diff --git a/plex_meta_manager/README.md b/plex_meta_manager/README.md index f425b133a..b971fb558 100644 --- a/plex_meta_manager/README.md +++ b/plex_meta_manager/README.md @@ -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. ``` -- 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 diff --git a/wger/README.md b/wger/README.md index eeb1e2961..c443660ee 100644 --- a/wger/README.md +++ b/wger/README.md @@ -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.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