-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkourou.json
47 lines (47 loc) · 1.01 KB
/
kourou.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
var json = `[
{
"name": "PFsense",
"description": "Firewall",
"link": "https://192.168.1.1"
},
{
"name": "CheckMK",
"description": "Monitoring",
"link": "http://192.168.1.2/site/check_mk/"
},
{
"name": "Edgerouter",
"description": "ER-X SFP",
"link": "https://192.168.1.3"
},
{
"name": "Proxmox",
"description": "Hypervisor",
"link": "https://192.168.1.4:8006"
},
{
"name": "OpenWRT",
"description": "Wifi AP",
"link": "http://192.168.1.5"
},
{
"name": "FritzBox",
"description": "Another Router",
"link": "https://192.168.1.6"
},
{
"name": "Nextcloud",
"description": "My Description here",
"link": "https://192.168.1.7"
},
{
"name": "Raspberry Pi",
"description": "A little Raspi",
"link": "http://192.168.1.8"
},
{
"name": "WLED",
"description": "LED Lamp",
"link": "http://192.168.1.9"
}
]`;