mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : fireflyiii updated to 5.6.13
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user