-
-
Notifications
You must be signed in to change notification settings - Fork 508
Expand file tree
/
Copy pathrecommended_homeservers.json
More file actions
35 lines (35 loc) · 1.01 KB
/
recommended_homeservers.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"public_servers": [
{
"name": "matrix.org",
"website": "https://matrix.org",
"description": "The Matrix.org Foundation offers the matrix.org homeserver as an easy entry point for anyone wanting to try out Matrix.",
"reg_method": "oidc",
"languages": [
"All",
"English"
]
},
{
"name": "mozilla.org",
"website": "https://mozilla.org",
"description": "Matrix homeserver hosted by Mozilla.",
"reg_method": "oidc",
"languages": [
"All",
"English"
]
},
{
"name": "tchncs.de",
"website": "https://tchncs.de",
"description": "A general homeserver. Owner also hosts other FOSS services.",
"reg_method": "oidc",
"languages": [
"All",
"English",
"Deutsch"
]
}
]
}