allows cron job

This commit is contained in:
Alexandre
2022-01-14 22:19:42 +01:00
parent 5b2ffb277d
commit a919368642
6 changed files with 41 additions and 28 deletions

View File

@@ -1,27 +1,19 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "A free and open source personal finance manager",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "ssl"],
"name": "Firefly iii",
"options": {
"DB_CONNECTION": "sqlite_internal",
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml"
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml",
"Updates": "daily"
},
"ports": {
"8080/tcp": 3473
@@ -37,14 +29,13 @@
"DB_PORT": "str?",
"DB_DATABASE": "str?",
"DB_USERNAME": "str?",
"DB_PASSWORD": "str?"
"DB_PASSWORD": "str?",
"Updates": "list(|hourly|daily|weekly)"
},
"slug": "fireflyiii",
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"upstream": "5.6.10",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.6.10",
"version": "5.6.10-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}