mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Updater bot : fireflyiii updated to 6.2.20
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 6.2.20 (05-07-2025)
|
||||
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
|
||||
## 6.2.18 (21-06-2025)
|
||||
|
||||
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A free and open source personal finance manager",
|
||||
"devices": [
|
||||
@@ -70,7 +73,10 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/fireflyiii-{arch}",
|
||||
"init": false,
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "Firefly iii",
|
||||
"options": {
|
||||
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
|
||||
@@ -98,11 +104,13 @@
|
||||
"Updates": "list(|hourly|daily|weekly)?",
|
||||
"silent": "bool?"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "fireflyiii",
|
||||
"startup": "services",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "6.2.18",
|
||||
"version": "6.2.20",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_exclude": "2025",
|
||||
"last_update": "21-06-2025",
|
||||
"last_update": "05-07-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "fireflyiii",
|
||||
"source": "github",
|
||||
"upstream_repo": "firefly-iii/firefly-iii",
|
||||
"upstream_version": "6.2.18"
|
||||
"upstream_version": "6.2.20"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user