-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgithubraw.json
More file actions
113 lines (113 loc) · 3.79 KB
/
Copy pathgithubraw.json
File metadata and controls
113 lines (113 loc) · 3.79 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
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
106
107
108
109
110
111
112
113
{
"$schema": "https://raw.githubusercontent.com/nodelook/data/refs/heads/main/.schema.json",
"name": {
"en": "GH Raw",
"fa": "خام گه"
},
"description": {
"en": "GitHub Raw Content Mirrors",
"fa": "آینههای محتوای خام گیتهاب"
},
"color": "#FF4285F4",
"items": [
{
"name": {
"en": "GitHub",
"fa": "گیتهاب"
},
"url": "https://raw.githubusercontent.com/xmha97/test/refs/heads/main/status",
"shouldContain": "200",
"address": "https://raw.githubusercontent.com/<owner>/<repo>/refs/heads/<branch>/<path>"
},
{
"name": {
"en": "Statically",
"fa": "استاتیکالی"
},
"url": "https://cdn.statically.io/gh/xmha97/test@main/status",
"shouldContain": "200",
"address": "https://cdn.statically.io/gh/<owner>/<repo>@<branch>/<path>"
},
{
"name": {
"en": "jsDelivr",
"fa": "جیاسدلیور"
},
"url": "https://cdn.jsdelivr.net/gh/xmha97/test@main/status",
"shouldContain": "200",
"address": "https://cdn.jsdelivr.net/gh/<owner>/<repo>@<branch>/<path>"
},
{
"name": {
"en": "jsdMirror",
"fa": "جیاسدیمیرور"
},
"url": "https://cdn.jsdmirror.com/gh/xmha97/test@main/status",
"shouldContain": "200",
"address": "https://cdn.jsdmirror.com/gh/<owner>/<repo>@<branch>/<path>"
},
{
"name": {
"en": "gh-Proxy",
"fa": "جیاچ-پروکسی"
},
"url": "https://gh-proxy.org/https://raw.githubusercontent.com/xmha97/test/refs/heads/main/status",
"shouldContain": "200",
"address": "https://gh-proxy.org/https://raw.githubusercontent.com/<owner>/<repo>/refs/heads/<branch>/<path>"
},
{
"name": {
"en": "ghProxy",
"fa": "جیاچپروکسی"
},
"url": "https://ghproxy.net/https://raw.githubusercontent.com/xmha97/test/refs/heads/main/status",
"shouldContain": "200",
"address": "https://ghproxy.net/https://raw.githubusercontent.com/<owner>/<repo>/refs/heads/<branch>/<path>"
},
{
"name": {
"en": "proxy.gitwarp",
"fa": "proxy.gitwarp"
},
"url": "https://proxy.gitwarp.com/https://raw.githubusercontent.com/xmha97/test/refs/heads/main/status",
"shouldContain": "200",
"address": "https://proxy.gitwarp.com/https://raw.githubusercontent.com/<owner>/<repo>/refs/heads/<branch>/<path>"
},
{
"name": {
"en": "ghfast",
"fa": "ghfast"
},
"url": "https://ghfast.top/https://raw.githubusercontent.com/xmha97/test/refs/heads/main/status",
"shouldContain": "200",
"address": "https://ghfast.top/https://raw.githubusercontent.com/<owner>/<repo>/refs/heads/<branch>/<path>"
},
{
"name": {
"en": "github.mxw.qzz",
"fa": "github.mxw.qzz"
},
"url": "https://github.mxw.qzz.io/https://raw.githubusercontent.com/xmha97/test/refs/heads/main/status",
"shouldContain": "200",
"address": "https://github.mxw.qzz.io/https://raw.githubusercontent.com/<owner>/<repo>/refs/heads/<branch>/<path>"
},
{
"name": {
"en": "down.mxw.qzz",
"fa": "down.mxw.qzz"
},
"url": "https://down.mxw.qzz.io/https://raw.githubusercontent.com/xmha97/test/refs/heads/main/status",
"shouldContain": "200",
"address": "https://down.mxw.qzz.io/https://raw.githubusercontent.com/<owner>/<repo>/refs/heads/<branch>/<path>"
},
{
"name": {
"en": "GitHubRAW",
"fa": "خامگیتهاب"
},
"url": "https://githubraw.com/xmha97/test/main/status",
"shouldContain": "200",
"address": "https://githubraw.com/<owner>/<repo>/<branch>/<path>"
}
]
}