forked from andig/gravo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 728 Bytes
/
Copy pathconfig.json
File metadata and controls
30 lines (30 loc) · 728 Bytes
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
{
"name": "gravo",
"version": "0.6.0",
"slug": "gravo",
"description": "Grafana for Volkszähler",
"url": "https://github.com/andig/gravo",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"panel_icon": "mdi:ev-station",
"panel_admin": false,
"boot": "auto",
"legacy": true,
"stage": "experimental",
"ingress": false,
"init": false,
"options": {
"api": "https://www.volkszaehler.code-factory.de/middleware.php"
},
"schema": {
"api": "str"
},
"host_network": true,
"map": ["config:rw"],
"ports": {
"8000/udp": 8000
},
"ports_description": {
"8000/udp": "Website port"
}
}