Updater bot : fireflyiii updated to 6.2.20

This commit is contained in:
alexbelgium
2025-07-05 01:56:15 +02:00
parent 19363340c0
commit 0cba53c240
3 changed files with 17 additions and 6 deletions

View File

@@ -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)

View File

@@ -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]"
}

View File

@@ -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"
}