Files
hassio-addons/fireflyiii_fints_importer/config.json
2022-03-07 15:26:27 +01:00

32 lines
837 B
JSON

{
"apparmor": true,
"arch": ["amd64"],
"boot": "auto",
"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.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}