Add Microsoft Accounts Statuses

This commit is contained in:
GeekCornerGH 2021-10-24 08:46:21 +02:00
parent b62910a7c4
commit 103225fe94

View File

@ -52,6 +52,36 @@ const statuses = [
status: 'grey', status: 'grey',
name: 'Mojang Accounts Website', name: 'Mojang Accounts Website',
essential: false essential: false
},
{
service: 'microsoft-o-auth-server',
status: 'grey',
name: 'Microsoft OAuth Server',
essential: true
},
{
service: 'xbox-live-auth-server',
status: 'grey',
name: 'Xbox Live Auth Server',
essential: true
},
{
service: 'xbox-live-gatekeeper', // Server used to give XTokens
status: 'grey',
name: 'Xbox Live Gatekeeper',
essential: true
},
{
service: 'microsoft-minecraft-api',
status: 'grey',
name: "Minecraft API for Microsoft Accounts",
essential: true
},
{
service: 'microsoft-minecraft-profile',
status: "grey",
name: "Minecraft Profile for Microsoft Accounts",
essential: false
} }
] ]
const requestURL = function (serviceURL) { return `https://raw.githubusercontent.com/GeekCornerGH/helios-status-page/master/api/${serviceURL.service}/uptime.json`} const requestURL = function (serviceURL) { return `https://raw.githubusercontent.com/GeekCornerGH/helios-status-page/master/api/${serviceURL.service}/uptime.json`}