Skip to content

Commit

Permalink
Update uptime.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Niu-820 authored Nov 17, 2024
1 parent a98f83a commit 726492f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions uptime.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const pageConfig = {
title: "lyc8503's Status Page",
title: "nbtca's Status Page",
links: [
{ link: 'https://github.com/lyc8503', label: 'GitHub' },
{ link: '15955434043@163.con', label: 'Email Me', highlight: true },
Expand All @@ -8,7 +8,7 @@ const pageConfig = {

const workerConfig = {
kvWriteCooldownMinutes: 3,
passwordProtection: 'username:password',
passwordProtection: 'admin:123456',
monitors: [
{
id: 'nbtca.space',
Expand All @@ -20,6 +20,16 @@ const workerConfig = {
expectedCodes: [200],
timeout: 10000,
},
{
id: 'webhook.nbtca.space',
name: 'webhook.nbtca.space',
method: 'GET',
target: 'https://webhook.nbtca.space/',
tooltip: '监控webhook.nbtca.link',
statusPageLink: 'https://webhook.nbtca.space/',
expectedCodes: [200],
timeout: 10000,
},
],
callbacks: {
onStatusChange: async (
Expand Down

0 comments on commit 726492f

Please # to comment.