This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
services.json
71 lines (70 loc) · 2.24 KB
/
services.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
71
{
"idps": [
{
"url": "https://inrupt.net/",
"icon": "https://inrupt.com/themes/custom/solid/logo.svg",
"icon_bg": "#ffffff",
"title": "inrupt.net",
"title_color": "#fff",
"policyURL": "https://inrupt.net",
"description": "inrupt.net is a public Solid server provided by Inrupt, Inc.",
"btn_bg": "#43C47A",
"btn_color": "#fff"
},
{
"url": "https://solid.community/",
"icon": "https://solid.inrupt.com/themes/custom/solid/logo.svg",
"icon_bg": "#333748",
"title": "solid.community",
"title_color": "#fff",
"policyURL": "https://solid.community",
"description": "solid.community is a public server for early adopters of Solid.",
"btn_bg": "#43C47A",
"btn_color": "#fff"
},
{
"url": "https://dev.inrupt.net/",
"icon": "https://solid.inrupt.com/themes/custom/solid/logo.svg",
"icon_bg": "#333748",
"title": "dev.inrupt.net",
"title_color": "#fff",
"policyURL": "https://inrupt.net",
"description": "dev.inrupt.net is a public Solid development server of Inrupt, Inc.",
"btn_bg": "#43C47A",
"btn_color": "#fff"
},
{
"url": "https://solidweb.org/",
"icon": "https://www.serverproject.de/logo2.png",
"icon_bg": "#333748",
"title": "solidweb.org",
"title_color": "#fff",
"policyURL": "https://www.serverproject.de/files/solidweb_org_terms.txt",
"description": "solidweb.org is a public Solid server based in Germany which is in an experimental state.",
"btn_bg": "#43C47A",
"btn_color": "#fff"
},
{
"url": "https://solid.authing.cn/",
"icon": "https://usercontents.authing.cn/client/logo@2.png",
"icon_bg": "#333748",
"title": "solid.authing",
"title_color": "#fff",
"policyURL": "https://solid.authing.cn",
"description": "solid.authing is a public Solid server deployed in China.",
"btn_bg": "#43C47A",
"btn_color": "#fff"
},
{
"url": "https://solid.open.ac.uk/",
"icon": "https://www.liberaldictionary.com/wp-content/uploads/2018/12/open-university.png",
"icon_bg": "#333748",
"title": "solid.open.ac.uk",
"title_color": "#fff",
"policyURL": "http://www.open.ac.uk",
"description": "solid.open.ac.uk is a public Solid server based at the UK's Open University.",
"btn_bg": "#43C47A",
"btn_color": "#fff"
}
]
}