forked from neodb-social/neodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservers.json
More file actions
67 lines (67 loc) · 1.24 KB
/
servers.json
File metadata and controls
67 lines (67 loc) · 1.24 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
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
{
"version": "1.0",
"servers": [
{
"host": "neodb.social",
"description": "Flagship instance, managed by NeoDB developers.",
"label": [
"flagship"
],
"language": [
"zh",
"en"
]
},
{
"name": "NeoDB experimental",
"host": "eggplant.place",
"description": "Instance running development version of NeoDB software, which may have newer features and occationally bugs, managed by NeoDB developers.",
"label": [
"beta"
],
"language": [
"en"
]
},
{
"name": "ReviewDB",
"host": "neodb.social",
"admin": [
"@shlee@aus.social"
],
"language": [
"en"
]
},
{
"name": "Minreol",
"host": "minreol.dk",
"admin": [
"@pmakholm@norrebro.space"
],
"language": [
"da"
]
},
{
"name": "CasDB",
"host": "db.casually.cat",
"admin": [
"@casuallynoted@casually.cat"
],
"language": [
"en"
]
},
{
"name": "KevGa-NeoDB",
"host": "neodb.kevga.de",
"admin": [
"@lorker@mastodon.kevga.de"
],
"language": [
"de"
]
}
]
}