mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
43 lines
889 B
JSON
43 lines
889 B
JSON
{
|
|
"apparmor": true,
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"boot": "auto",
|
|
"description": "Data importer for Firefly III (separate addon)",
|
|
"devices": [],
|
|
"environment": {
|
|
"TRUSTED_PROXIES": "**"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"name": "Firefly iii Data Importer",
|
|
"options": {},
|
|
"ports": {
|
|
"8080/tcp": 3474
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "web interface"
|
|
},
|
|
"schema": {
|
|
"FIREFLY_III_ACCESS_TOKEN": "str",
|
|
"FIREFLY_III_URL": "str",
|
|
"FIREFLY_III_CLIENT_ID": "str?",
|
|
"NORDIGEN_ID": "str?",
|
|
"NORDIGEN_KEY": "str?",
|
|
"SPECTRE_APP_ID": "str?",
|
|
"SPECTRE_SECRET": "str?"
|
|
},
|
|
"slug": "fireflyiii_data_importer",
|
|
"upstream": "0.6.5",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "0.6.5",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
|
}
|