forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
45 lines (45 loc) · 1.1 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "Data importer for Firefly III (separate addon)",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}",
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii Data Importer",
"options": {
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
},
"ports": {
"8080/tcp": 3474
},
"ports_description": {
"8080/tcp": "web interface"
},
"schema": {
"CONFIG_LOCATION": "str",
"FIREFLY_III_ACCESS_TOKEN": "str",
"FIREFLY_III_CLIENT_ID": "str?",
"FIREFLY_III_URL": "str",
"NORDIGEN_ID": "str?",
"NORDIGEN_KEY": "str?",
"SPECTRE_APP_ID": "str?",
"SPECTRE_SECRET": "str?",
"Updates": "list(hourly|daily|weekly)?",
"silent": "bool?"
},
"slug": "fireflyiii_data_importer",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-0.9.17",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}