diff --git a/firefly_iii/CHANGELOG.md b/firefly_iii/CHANGELOG.md index 66f7e8b76..c52291f69 100644 --- a/firefly_iii/CHANGELOG.md +++ b/firefly_iii/CHANGELOG.md @@ -1 +1,4 @@ + +## 5.6.8 (29-12-2021) +- Update to latest version from firefly-iii/firefly-iii - Initial release diff --git a/firefly_iii/config.json b/firefly_iii/config.json index 788607c96..51ead19a7 100644 --- a/firefly_iii/config.json +++ b/firefly_iii/config.json @@ -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]" }