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