mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
silent
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"DB_CONNECTION": "sqlite",
|
"DB_CONNECTION": "sqlite",
|
||||||
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
|
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
|
||||||
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml"
|
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml",
|
||||||
|
"silent": true
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 3473
|
"8080/tcp": 3473
|
||||||
@@ -28,7 +29,8 @@
|
|||||||
"DB_PORT": "str?",
|
"DB_PORT": "str?",
|
||||||
"DB_DATABASE": "str?",
|
"DB_DATABASE": "str?",
|
||||||
"DB_USERNAME": "str?",
|
"DB_USERNAME": "str?",
|
||||||
"DB_PASSWORD": "str?"
|
"DB_PASSWORD": "str?",
|
||||||
|
"silent": "bool"
|
||||||
},
|
},
|
||||||
"slug": "fireflyiii",
|
"slug": "fireflyiii",
|
||||||
"services": ["mysql:want"],
|
"services": ["mysql:want"],
|
||||||
|
|||||||
@@ -68,4 +68,8 @@ php artisan firefly-iii:upgrade-database
|
|||||||
# LAUNCH APP #
|
# LAUNCH APP #
|
||||||
##############
|
##############
|
||||||
|
|
||||||
/./usr/local/bin/entrypoint.sh
|
if bashio::config.true "silent"; then
|
||||||
|
/./usr/local/bin/entrypoint.sh >/dev/null
|
||||||
|
else
|
||||||
|
/./usr/local/bin/entrypoint.sh
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user