Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,5 +1,8 @@
{
"build_from": {
"amd64": "benkl/firefly-iii-fints-importer:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,8 +1,6 @@
{
"apparmor": true,
"arch": [
"amd64"
],
"arch": ["amd64"],
"boot": "auto",
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
"devices": [],
@@ -10,11 +8,7 @@
"TRUSTED_PROXIES": "**"
},
"image": "ghcr.io/alexbelgium/fireflyiii_fints_importer-{arch}",
"map": [
"config:rw",
"share:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "ssl"],
"name": "Firefly iii FinTS Importer",
"options": {
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml"
@@ -32,6 +26,7 @@
"slug": "fireflyiii_fints_importer",
"upstream": "1.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}