mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2025-09-21 08:25:16 +02:00
Compare commits
1 Commits
patch-1
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
154d7b1741 |
34
config.yaml
34
config.yaml
@ -1,5 +1,5 @@
|
||||
settings:
|
||||
title: 'Killzone Gaming Status'
|
||||
title: 'Status Page'
|
||||
url: 'https://status-page.eidam.dev' # used for Slack messages
|
||||
logo: logo-192x192.png # image in ./public/ folder
|
||||
daysInHistogram: 90 # number of days you want to display in histogram
|
||||
@ -15,37 +15,25 @@ settings:
|
||||
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded
|
||||
|
||||
monitors:
|
||||
- id: www-kzg-gg # unique identifier
|
||||
name: kzg.gg | Killzone Gaming Forums
|
||||
description: '' # default=empty
|
||||
url: 'https://kzg.gg' # URL to fetch
|
||||
- id: workers-cloudflare-com # unique identifier
|
||||
name: workers.cloudflare.com
|
||||
description: 'You write code. They handle the rest.' # default=empty
|
||||
url: 'https://workers.cloudflare.com/' # URL to fetch
|
||||
method: GET # default=GET
|
||||
expectStatus: 200 # operational status, default=200
|
||||
followRedirect: false # should fetch follow redirects, default=false
|
||||
linkable: false # allows the title to be a link, default=true
|
||||
|
||||
- id: www-bans-kzg-gg
|
||||
name: bans.kzg.gg | Killzone Gaming SourceBans
|
||||
- id: www-cloudflare-com
|
||||
name: www.cloudflare.com
|
||||
description: 'Built for anything connected to the Internet.'
|
||||
url: 'https://stats.kzg.gg'
|
||||
url: 'https://www.cloudflare.com'
|
||||
method: GET
|
||||
expectStatus: 200
|
||||
linkable: true # allows the title to be a link, default=true
|
||||
|
||||
- id: stats-kzg-gg
|
||||
name: stats.kzg.gg | Killzone Gaming Statistics
|
||||
url: 'https://stats.kzg.gg'
|
||||
method: GET
|
||||
expectStatus: 200
|
||||
|
||||
- id: steamid-kzg-gg
|
||||
name: steamid.kzg.gg | Killzone Gaming SteamID
|
||||
url: 'https://steamid.kzg.gg'
|
||||
method: GET
|
||||
expectStatus: 200
|
||||
|
||||
- id: shorturl-kzg-gg
|
||||
name: kzg.link | Killzone Gaming URL Shortner
|
||||
url: 'https://kzg.link'
|
||||
- id: blog-cloudflare-com
|
||||
name: The Cloudflare Blog
|
||||
url: 'https://blog.cloudflare.com/'
|
||||
method: GET
|
||||
expectStatus: 200
|
||||
|
@ -6,7 +6,7 @@ webpack_config = "node_modules/flareact/webpack"
|
||||
compatibility_date = "2021-07-23"
|
||||
|
||||
[triggers]
|
||||
crons = ["*/2 * * * *"]
|
||||
crons = ["* * * * *"]
|
||||
|
||||
[site]
|
||||
bucket = "out"
|
||||
|
@ -4609,9 +4609,9 @@ nan@^2.12.1:
|
||||
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
|
||||
|
||||
nanoid@^3.1.12, nanoid@^3.1.22:
|
||||
version "3.1.23"
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
|
||||
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
|
||||
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
|
||||
|
||||
nanomatch@^1.2.9:
|
||||
version "1.2.13"
|
||||
|
Reference in New Issue
Block a user