mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-19 07:11:50 +02:00
Update to 0.5.0
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
|
|
||||||
|
## 0.5.0 (04-01-2022)
|
||||||
|
- Update to latest version from firefly-iii/data-importer
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -1,13 +1,22 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Data importer for Firefly III (separate addon)",
|
"description": "Data importer for Firefly III (separate addon)",
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"environment": {
|
"environment": {
|
||||||
"TRUSTED_PROXIES": "**"
|
"TRUSTED_PROXIES": "**"
|
||||||
},
|
},
|
||||||
"map": ["config:rw", "share:rw", "ssl"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Firefly iii Data Importer",
|
"name": "Firefly iii Data Importer",
|
||||||
"options": {},
|
"options": {},
|
||||||
"ports": {
|
"ports": {
|
||||||
@@ -26,8 +35,8 @@
|
|||||||
"SPECTRE_SECRET": "str?"
|
"SPECTRE_SECRET": "str?"
|
||||||
},
|
},
|
||||||
"slug": "fireflyiii_data_importer",
|
"slug": "fireflyiii_data_importer",
|
||||||
"upstream": "0.4.1",
|
"upstream": "0.5.0",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.4.1",
|
"version": "0.5.0",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user