This commit is contained in:
Alexandre
2022-01-15 22:28:07 +01:00
parent b29737890f
commit c6ac6eb921
5 changed files with 46 additions and 41 deletions

View File

@@ -1,13 +1,22 @@
{
"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",
@@ -32,9 +41,11 @@
"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-3",
"version": "5.6.10",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}