mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"barch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Data importer for Firefly III (separate addon)",
|
|
"devices": [],
|
|
"environment": {
|
|
"TRUSTED_PROXIES": "**"
|
|
},
|
|
"image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}",
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"name": "Firefly iii Data Importer",
|
|
"options": {
|
|
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
|
|
},
|
|
"ports": {
|
|
"8080/tcp": 3474
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "web interface"
|
|
},
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str",
|
|
"FIREFLY_III_ACCESS_TOKEN": "str",
|
|
"FIREFLY_III_CLIENT_ID": "str?",
|
|
"FIREFLY_III_URL": "str",
|
|
"NORDIGEN_ID": "str?",
|
|
"NORDIGEN_KEY": "str?",
|
|
"SPECTRE_APP_ID": "str?",
|
|
"SPECTRE_SECRET": "str?",
|
|
"Updates": "list(hourly|daily|weekly)?",
|
|
"silent": "bool?"
|
|
},
|
|
"slug": "fireflyiii_data_importer",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "version-0.9.17",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
|
} |