mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
initial build
This commit is contained in:
30
fireflyiii_fints_importer/config.json
Normal file
30
fireflyiii_fints_importer/config.json
Normal 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]"
|
||||
}
|
||||
Reference in New Issue
Block a user