initial build

This commit is contained in:
Alexandre
2022-03-07 09:49:13 +01:00
parent c82068495f
commit 5d3a263d20
15 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"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.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}