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 - Silent mode added : hides output of the app if no errors
- Correct permissions - Correct permissions
- Allowed automatic update in hourly, daily or weekly setting from addon options - Allowed automatic update in hourly, daily or weekly setting from addon options

View File

@@ -1,13 +1,21 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"description": "A free and open source personal finance manager", "description": "A free and open source personal finance manager",
"devices": [], "devices": [],
"environment": { "environment": {
"TRUSTED_PROXIES": "**" "TRUSTED_PROXIES": "**"
}, },
"map": ["config:rw", "share:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii", "name": "Firefly iii",
"options": { "options": {
"DB_CONNECTION": "sqlite_internal", "DB_CONNECTION": "sqlite_internal",
@@ -34,9 +42,11 @@
"silent": "bool?" "silent": "bool?"
}, },
"slug": "fireflyiii", "slug": "fireflyiii",
"services": ["mysql:want"], "services": [
"upstream": "5.6.10", "mysql:want"
],
"upstream": "5.6.13",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.6.10-7", "version": "5.6.13",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }