forked from uwuers/owo.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
active.js
105 lines (104 loc) · 3.06 KB
/
active.js
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/*
* Notes:
* 1) Please fill out all the information. If we need to contact you for legal purposes, we will do so through the email you provide.
* * If you are uncomfortable with sharing your email, you can share a link or reference to *two or more* social media accounts (e.g. twitter, discord, dev.to, etc.)
* * If your contact information is dead or unreachable, we may open your subdomain back up.
* 2) Your domain has to match your project (with exceptions for special purposes)
* * For example, we would grant the username `eri` to a github account with the project name `eri2` or `eri.js` or `eri-rs` but not to the project name `maki`.
* 3) There has to be a reasonable amount of content on your page. This is to make sure there is a purpose for it and to help stop potential abuse.
*/
let active = [{
"description": "The site for https://github.com/uwuers/owo.rs/",
"domain": "my.owo.rs",
"contact": {
"username": "kanbaru",
"email": "[email protected]"
},
"dns": {
"a": "redacted" // Redacted for privacy.
}
}, {
"description": "My personal website.",
"domain": "emma.owo.rs",
"contact": {
"gh_username": "kanbaru",
"email": "[email protected]"
},
"dns": {
"cname": "cname.vercel-dns.com"
}
}, {
"description": "Redirection to uwu.rs.",
"domain": "owo.rs",
"contact": {
"username": "kanbaru",
"email": "[email protected]"
},
"dns": {
"cname": "cname.vercel-dns.com"
}
}, {
"description": "Private image subdomain.",
"domain": "i.owo.rs",
"contact": {
"username": "kanbaru",
"email": "[email protected]"
},
"dns": {
"a": "redacted" // Redacted for privacy.
// If you want a redacted A record, mention that when you make your PR and we can help you.
}
}, {
"description": "Private url shortener.",
"domain": "aka.owo.rs",
"contact": {
"username": "kanbaru",
"email": "[email protected]"
},
"dns": {
"cname":"cname.vercel-dns.com
}
},{
"description": "Personal site.",
"domain": "bv.owo.rs",
"contact": {
"username": "bvoo",
"twitter": "bvoo"
},
"dns": {
"cname": "bvoo.xyz"
}
},{
"description": "My Personal Development Website (Where all most ChisdealHDYT Source codes can be Stored all in 1 Site)",
"domain": "chisdealhdyt.owo.rs",
"contact": {
"username": "chisdealhdyt",
"twitter": "@chisdealhd",
"discord": "ChisdealHDYT#7172"
},
"dns": {
"cname":"chisdealhd.co.uk"
}
},{
"description": "0/0's personal website",
"domain": "zero.owo.rs",
"contact": {
"username": "tazz4843",
"discord": "0/0#0001",
"email": "[email protected]",
"reddit": "u/tazz4843"
},
"dns": {
"cname":"imaskeleton.me"
}
},{
"description": "Ruby's personal website",
"domain": "ruby.owo.rs",
"contact": {
"discord": "Ruby#0001",
"email": "[email protected]"
},
"dns": {
"cname":"ruby.js.org"
}
},]