mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Clarify config.yaml
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user