add auto options

This commit is contained in:
Alexandre
2022-02-05 19:28:41 +01:00
parent 8be9a1dcfc
commit 441989f2b6
7 changed files with 137 additions and 14 deletions

View File

@@ -1,21 +1,13 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Data importer for Firefly III (separate addon)",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "ssl"],
"name": "Firefly iii Data Importer",
"options": {
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
@@ -34,11 +26,13 @@
"NORDIGEN_KEY": "str?",
"SPECTRE_APP_ID": "str?",
"SPECTRE_SECRET": "str?",
"CONFIG_LOCATION": "str"
"CONFIG_LOCATION": "str",
"Updates": "list(|hourly|daily|weekly)?",
"silent": "bool?"
},
"slug": "fireflyiii_data_importer",
"upstream": "version-0.7.0",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-0.7.0-2",
"version": "version-0.7.0-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}