-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgithubrelease.json
More file actions
104 lines (104 loc) · 3.41 KB
/
Copy pathgithubrelease.json
File metadata and controls
104 lines (104 loc) · 3.41 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
{
"$schema": "https://raw.githubusercontent.com/nodelook/data/refs/heads/main/.schema.json",
"name": {
"en": "GH Rel",
"fa": "رها گه"
},
"description": {
"en": "GitHub Release Mirrors",
"fa": "آینههای رهانش گیتهاب"
},
"color": "#FF4285F4",
"items": [
{
"name": {
"en": "GitHub",
"fa": "گیتهاب"
},
"url": "https://github.com/xmha97/test/releases/download/v1.0.0/status",
"shouldContain": "200",
"address": "https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>"
},
{
"name": {
"en": "Statically",
"fa": "استاتیکالی"
},
"url": "https://cdn.statically.io/gh/xmha97/test@v1.0.0/status",
"shouldContain": "200",
"address": "https://cdn.statically.io/gh/<owner>/<repo>@<tag>/<asset>"
},
{
"name": {
"en": "jsDelivr",
"fa": "جیاسدلیور"
},
"url": "https://cdn.jsdelivr.net/gh/xmha97/test@v1.0.0/status",
"shouldContain": "200",
"address": "https://cdn.jsdelivr.net/gh/<owner>/<repo>@<tag>/<asset>"
},
{
"name": {
"en": "jsdMirror",
"fa": "جیاسدیمیرور"
},
"url": "https://cdn.jsdmirror.com/gh/xmha97/test@v1.0.0/status",
"shouldContain": "200",
"address": "https://cdn.jsdmirror.com/gh/<owner>/<repo>@<tag>/<asset>"
},
{
"name": {
"en": "gh-Proxy",
"fa": "جیاچ-پروکسی"
},
"url": "https://gh-proxy.org/https://github.com/xmha97/test/releases/download/v1.0.0/status",
"shouldContain": "200",
"address": "https://gh-proxy.org/https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>"
},
{
"name": {
"en": "ghProxy",
"fa": "جیاچپروکسی"
},
"url": "https://ghproxy.net/https://github.com/xmha97/test/releases/download/v1.0.0/status",
"shouldContain": "200",
"address": "https://ghproxy.net/https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>"
},
{
"name": {
"en": "proxy.gitwarp",
"fa": "proxy.gitwarp"
},
"url": "https://proxy.gitwarp.com/https://github.com/xmha97/test/releases/download/v1.0.0/status",
"shouldContain": "200",
"address": "https://proxy.gitwarp.com/https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>"
},
{
"name": {
"en": "ghfast",
"fa": "ghfast"
},
"url": "https://ghfast.top/https://github.com/xmha97/test/releases/download/v1.0.0/status",
"shouldContain": "200",
"address": "https://ghfast.top/https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>"
},
{
"name": {
"en": "github.mxw.qzz",
"fa": "github.mxw.qzz"
},
"url": "https://github.mxw.qzz.io/https://github.com/xmha97/test/releases/download/v1.0.0/status",
"shouldContain": "200",
"address": "https://github.mxw.qzz.io/https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>"
},
{
"name": {
"en": "down.mxw.qzz",
"fa": "down.mxw.qzz"
},
"url": "https://down.mxw.qzz.io/https://github.com/xmha97/test/releases/download/v1.0.0/status",
"shouldContain": "200",
"address": "https://down.mxw.qzz.io/https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>"
}
]
}