Go to file
lyc8503 93c069c419 lastIncident logic improve & index error msg 2023-10-20 02:08:56 +08:00
components lastIncident logic improve & index error msg 2023-10-20 02:08:56 +08:00
pages lastIncident logic improve & index error msg 2023-10-20 02:08:56 +08:00
public wip: worker & pages 2023-10-14 15:21:52 +08:00
styles wip: frontend header & overall status 2023-10-15 02:00:29 +08:00
worker lastIncident logic improve & index error msg 2023-10-20 02:08:56 +08:00
.eslintrc.json Initial commit from Create Next App 2023-10-12 22:16:16 +08:00
.gitignore Initial commit from Create Next App 2023-10-12 22:16:16 +08:00
README.md lastIncident logic improve & index error msg 2023-10-20 02:08:56 +08:00
next.config.js Initial commit from Create Next App 2023-10-12 22:16:16 +08:00
package-lock.json almost done: more and more css 2023-10-16 12:09:48 +08:00
package.json almost done: more and more css 2023-10-16 12:09:48 +08:00
postcss.config.js wip: frontend header & overall status 2023-10-15 02:00:29 +08:00
tsconfig.json wip: worker & pages 2023-10-14 15:21:52 +08:00
uptime.config.ts disable fetch cache 2023-10-17 01:11:28 +08:00
uptime.types.ts wip: worker & pages 2023-10-14 15:21:52 +08:00

README.md

UptimeFlare

Another serverless (and free!) uptime monitoring & status page on Cloudflare Workers with more advanced features and nice UI.

Features

  • Opensource & Easy to deploy (in 10 minutes without local tools) & Free
  • Up to 50 2-minute interval check on free plan (Up to unlimited 1-min on paid Workers plan)
  • Monitoring for HTTP/HTTPS/TCP port
  • Show 90-day uptime history and uptime percentage
  • Show all incident history & detailed timeline
  • Interactive ping(response time) chart for all type of monitors
  • Custom request method & headers & body for HTTP(s)
  • Custom status code & keyword check for HTTP(s)
  • Email Notifications & Customizable Webhook
  • Customizable status page
  • use your own domain with CNAME

TODO:

  • SSL?
  • Slack / Telegram

Demo

My status page (Online demo):

Some screenshots:

Quickstart

More documentation