-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.upptimerc.yml
More file actions
45 lines (43 loc) · 1.13 KB
/
.upptimerc.yml
File metadata and controls
45 lines (43 loc) · 1.13 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
owner: MinecraftAuthentication
repo: status
sites:
- name: Site
url: https://minecraftauth.me/
- name: Minecraft
check: "tcp-ping"
url: $MINECRAFT_SERVER
port: 25565
- name: Mojang Login
url: https://authserver.mojang.com/
- name: Discord API
url: https://discord.com/api/users/@me
expectedStatusCodes:
- 401
- name: Patreon API
url: https://www.patreon.com/api/oauth2/v2/campaigns/0/members
expectedStatusCodes:
- 401
- name: Twitch Subscriptions API
url: https://api.twitch.tv/helix/subscriptions
expectedStatusCodes:
- 401
- name: YouTube Channels API
url: https://www.googleapis.com/youtube/v3/channels
expectedStatusCodes:
- 403
- name: Glimpse Sponsorship API
url: https://api.glimpse.me/auth/access/me
expectedStatusCodes:
- 401
status-website:
cname: status.minecraftauth.me
logoUrl: https://minecraftauth.me/favicon.png
theme: night
name: Minecraft Authentication Status
navbar:
- title: Home
href: https://minecraftauth.me
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER