Update to 5.6.8

This commit is contained in:
alexbelgium
2021-12-29 08:03:41 +01:00
parent b8c11565a4
commit f1a1fd9e78
2 changed files with 19 additions and 5 deletions

View File

@@ -1 +1,4 @@
## 5.6.8 (29-12-2021)
- Update to latest version from firefly-iii/firefly-iii
- Initial release

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",
@@ -31,9 +40,11 @@
"DB_PASSWORD": "str?"
},
"slug": "fireflyiii",
"services": ["mysql:want"],
"upstream": "1.7",
"services": [
"mysql:want"
],
"upstream": "5.6.8",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7",
"version": "5.6.8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}