mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Adapt to codenotary
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"amd64": "benkl/firefly-iii-fints-importer:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user