mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : fireflyiii_data_importer updated to version-0.8.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## version-0.8.0 (07-02-2022)
|
||||||
|
- Update to latest version from fireflyiii/data-importer
|
||||||
- Add auto import of csv files periodically (see readme)
|
- Add auto import of csv files periodically (see readme)
|
||||||
- Add auto import of configurations (see readme)
|
- Add auto import of configurations (see readme)
|
||||||
- Add config.yaml configurable options (see readme)
|
- Add config.yaml configurable options (see readme)
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="version-0.7.0"
|
ARG BUILD_UPSTREAM="version-0.8.0"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -1,13 +1,21 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"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": {
|
||||||
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
|
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
|
||||||
@@ -31,8 +39,8 @@
|
|||||||
"silent": "bool?"
|
"silent": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "fireflyiii_data_importer",
|
"slug": "fireflyiii_data_importer",
|
||||||
"upstream": "version-0.7.0",
|
"upstream": "version-0.8.0",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "version-0.7.0-4",
|
"version": "version-0.8.0",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user