-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.json
68 lines (68 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"services": [
{
"name": "couchpotato",
"icons": {
"nav": "fa fa-television fa-lg",
"landingpage": "fa fa-television fa-3x"
},
"url": "http://192.168.1.150:5050"
}, {
"name": "glances",
"icons": {
"nav": "glyphicon glyphicon-dashboard fa-lg",
"landingpage": "glyphicon glyphicon-dashboard fa-3x"
},
"url": ""
}, {
"name": "headphones",
"icons": {
"nav": "glyphicon glyphicon-headphones fa-lg",
"landingpage": "glyphicon glyphicon-headphones fa-3x"
},
"url": "http://192.168.1.150:8181"
}, {
"name": "nzbget",
"icons": {
"nav": "fa fa-download fa-lg",
"landingpage": "fa fa-download fa-3x"
},
"url": ""
}, {
"name": "plex",
"icons": {
"nav": "fa fa-play-circle fa-lg",
"landingpage": "fa fa-play-circle fa-3x"
},
"url": ""
}, {
"name": "plexpy",
"icons": {
"nav": "fa fa-server fa-lg",
"landingpage": "fa fa-server fa-3x"
},
"url": ""
}, {
"name": "plexrequests",
"icons": {
"nav": "glyphicon glyphicon-bullhorn fa-lg",
"landingpage": "glyphicon glyphicon-bullhorn fa-3x"
},
"url": ""
}, {
"name": "rutorrent",
"icons": {
"nav": "fa fa-globe fa-lg",
"landingpage": "fa fa-globe fa-3x"
},
"url": ""
}, {
"name": "sonarr",
"icons": {
"nav": "glyphicon glyphicon-calendar fa-lg",
"landingpage": "fa fa-calendar fa-3x"
},
"url": ""
}
]
}