-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.upptimerc.yml
More file actions
145 lines (127 loc) · 4.46 KB
/
Copy path.upptimerc.yml
File metadata and controls
145 lines (127 loc) · 4.46 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Change these first
owner: mcmod-info-mirror # Your GitHub organization or username, where this repository lives
repo: upptime # The name of this repository
sites:
- name: MCIM-root
url: https://mod.mcimirror.top
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: MCIM-docs
url: https://mod.mcimirror.top/docs
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Curseforge Search"
url: https://mod.mcimirror.top/curseforge/v1/mods/search?gameId=432&pageSize=50
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Curseforge Mod"
url: https://mod.mcimirror.top/curseforge/v1/mods/238222
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Curseforge Single File"
url: https://mod.mcimirror.top/curseforge/v1/mods/256717/files/2666198
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Curseforge Files"
url: https://mod.mcimirror.top/curseforge/v1/mods/238222/files
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Curseforge Fingerprints"
url: https://mod.mcimirror.top/curseforge/v1/fingerprints
method: POST
headers:
- "Content-Type: application/json"
body: '{"fingerprints": [1290884162]}'
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Curseforge Fingerprints 432"
url: https://mod.mcimirror.top/curseforge/v1/fingerprints/432
method: POST
headers:
- "Content-Type: application/json"
body: '{"fingerprints": [1290884162]}'
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth Search"
url: https://mod.mcimirror.top/modrinth/v2/search?offset=0&limit=10&index=relevance
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth Project"
url: https://mod.mcimirror.top/modrinth/v2/project/sodium-extra
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth Versions"
url: https://mod.mcimirror.top/modrinth/v2/project/sodium-extra/version
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth Single Version"
url: https://mod.mcimirror.top/modrinth/v2/version/3JJvf9Kn
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth hash"
url: https://mod.mcimirror.top/modrinth/v2/version_file/acac3670ee25cc10ed63136e5dd3b792acd13595?algorithm=sha1
method: GET
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth Single File Update"
url: https://mod.mcimirror.top/modrinth/v2/version_file/3257d1fe02c9f7710feec955d4e91bd1de69bbe930a3779602ea7c78920ca1f9cef3c4450158cabaddc330d2d4a96a2558d8f136c770b2657886797f2452eb24/update?algorithm=sha512
method: POST
headers:
- "Content-Type: application/json"
body: '{"loaders": ["fabric"], "game_versions": ["1.20.1"]}'
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth Files Update"
url: https://mod.mcimirror.top/modrinth/v2/version_files/update
method: POST
headers:
- "Content-Type: application/json"
body: '{"hashes": ["50ef600fe32e16732482a913160c09fe4d2c925c", "109cc66669151097838c389b8338c505787d95af"], "algorithm": "sha1", "loaders": ["fabric"], "game_versions": ["1.20.3"]}'
expectedStatusCodes: [200]
checkInterval: 300
delay: 5000
- name: "MCIM-Modrinth file cdn"
url: https://mod.mcimirror.top/data/P7dR8mSH/versions/Y0cpssyN/fabric-api-0.100.6%2B1.21.jar
method: GET
expectedStatusCodes: [307, 200]
checkInterval: 300
followRedirects: true
delay: 5000
- name: "MCIM-Curseforge file cdn"
url: https://mod.mcimirror.top/files/5106/178/jei-1.19.2-forge-11.6.0.1019.jar
method: GET
expectedStatusCodes: [307, 200]
checkInterval: 300
followRedirects: true
delay: 5000
status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
# cname: demo.upptime.js.org
baseUrl: /upptime
logoUrl: https://avatars.githubusercontent.com/mcmod-info-mirror
name: MCIM Upptime