Updater bot : fireflyiii updated to 5.6.13

This commit is contained in:
alexbelgium
2022-01-31 09:39:05 +01:00
parent 53e92d2665
commit 9502e55953
2 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 5.6.13 (31-01-2022)
- Update to latest version from firefly-iii/firefly-iii
- Silent mode added : hides output of the app if no errors
- Correct permissions
- Allowed automatic update in hourly, daily or weekly setting from addon options

View File

@@ -1,13 +1,21 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"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",
@@ -34,9 +42,11 @@
"silent": "bool?"
},
"slug": "fireflyiii",
"services": ["mysql:want"],
"upstream": "5.6.10",
"services": [
"mysql:want"
],
"upstream": "5.6.13",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.6.10-7",
"version": "5.6.13",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}