-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
47 lines (47 loc) · 1.17 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
46
47
{
"name": "Ghostfolio",
"version": "dev",
"slug": "ghostfolio",
"description": "Privacy-first, open source dashboard for your personal finances.",
"url": "https://github.com/lildude/ha-addon-ghostfolio",
"arch": [
"armv7",
"aarch64",
"amd64"
],
"init": false,
"ingress": true,
"panel_icon": "mdi:ghost",
"ports": {
"3333/tcp": null
},
"ports_description": {
"3333/tcp": "Web interface (not required for Home Assistant ingress)"
},
"options": {
"database_user": null,
"database_pass": null,
"database_port": 5432,
"database_host": null,
"database_name": "ghostfolio",
"env_vars": []
},
"schema": {
"database_user": "str",
"database_pass": "password",
"database_port": "int",
"database_host": "str",
"database_name": "str",
"api_key_coingecko_demo": "str?",
"api_key_coingecko_pro": "str?",
"access_token_salt": "str?",
"jwt_secret_key": "str?",
"silent": "bool?",
"env_vars": [{
"name": "str?",
"value": "str?"
}]
},
"codenotary": "[email protected]",
"image": "ghcr.io/lildude/ha-addon-ghostfolio-{arch}"
}