Files
hassio-addons/fireflyiii_fints_importer/config.json
alexbelgium b420ae9e18 Sorted json
2022-03-24 04:34:57 +00:00

39 lines
908 B
JSON

{
"apparmor": true,
"arch": [
"amd64"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"image": "ghcr.io/alexbelgium/fireflyiii_fints_importer-{arch}",
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii FinTS Importer",
"options": {
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml"
},
"ports": {
"8080/tcp": 3476
},
"ports_description": {
"8080/tcp": "web interface"
},
"schema": {
"CONFIG_LOCATION": "str",
"silent": "bool?"
},
"slug": "fireflyiii_fints_importer",
"upstream": "1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}