-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
36 lines (36 loc) · 971 Bytes
/
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
{
"version": "2.0",
"columns": 4,
"tiles":[
{
"type": "HTTP-STATUS",
"label": "OwnCloud",
"params": {"url": "https://cloud.parker.jp.net/login","statusCodeMax": 299}
},
{
"type": "HTTP-STATUS",
"label": "Ombi",
"params": { "url": "https://ombi.parker.jp.net", "statusCodeMax": 299 }
},
{
"type": "HTTP-STATUS",
"label": "Plex",
"params": { "url": "https://media.parker.jp.net/web/index.html", "statusCodeMax": 299 }
},
{
"type": "HTTP-STATUS",
"label": "Sonarr",
"params": { "url": "https://sonarr.parker.jp.net", "statusCodeMax": 299 }
},
{
"type": "HTTP-STATUS",
"label": "Radarr",
"params": { "url": "https://radarr.parker.jp.net", "statusCodeMax": 299 }
},
{
"type": "HTTP-STATUS",
"label": "Tautulli",
"params": { "url": "https://tautulli.parker.jp.net", "statusCodeMax": 299 }
}
]
}