-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
70 lines (70 loc) · 1.63 KB
/
config.example.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"title": "Springboard",
"background": {
"url": "/img/wallpaper-default.svg",
"style": {
"backgroundRepeat": "repeat",
"backgroundSize": "420px auto",
"backgroundPosition": "none",
"backgroundAttachment": "none",
"filter": "invert()",
"opacity": "0.1"
}
},
"groups": {
"Monitoring": [
{
"iconUrl": "/logos/grafana.svg",
"title": "Grafana",
"description": "Dashboard",
"url": "//{hostname}:3000/"
},
{
"iconUrl": "/logos/graylog.svg",
"title": "Graylog",
"description": "Log monitoring",
"url": "//{hostname}:8800/"
},
{
"iconUrl": "/logos/kibana.svg",
"title": "Kibana",
"description": "Log monitoring",
"url": ""
}
],
"Infrastructure": [
{
"iconUrl": "/logos/portainer.webp",
"title": "Portainer",
"description": "Container management",
"url": "#"
},
{
"iconUrl": "/logos/kubernetes.svg",
"title": "Kubernetes",
"description": "Kubernetes Dashboard",
"url": "#"
}
],
"Network and IoT": [
{
"iconUrl": "/logos/home-assistant.svg",
"title": "Home Assistant",
"description": "Home automation",
"url": "#"
},
{
"iconUrl": "/logos/pihole.svg",
"title": "Pi-hole",
"description": "Network-wide Ad Blocking",
"url": "#"
},
{
"iconUrl": "/logos/transmission.svg",
"title": "Transmission",
"description": "Web interface",
"url": "#"
}
]
}
}