|
|
||
|---|---|---|
| .github/workflows | ||
| components | ||
| docs | ||
| pages | ||
| public | ||
| styles | ||
| util | ||
| worker | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc.yaml | ||
| .terraform.lock.hcl | ||
| README.md | ||
| deploy.tf | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tsconfig.json | ||
| uptime.config.ts | ||
| uptime.types.ts | ||
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
Monitoring
- Up to 50 2-minute interval check on free plan (Up to unlimited 1-min check on paid Workers plan)
- Monitoring for HTTP/HTTPS/TCP port
- Up to 90-day uptime history and uptime percentage
- Custom request method & headers & body for HTTP(s)
- Custom status code & keyword check for HTTP(s)
- Customizable Webhook
Status page
- Interactive ping(response time) chart for all type of monitors
- Responsive UI & Follow system theme
- Customizable status page
- Use your own domain with CNAME
👀Demo
My status page (Online demo): https://uptimeflare.pages.dev/
Some screenshots:
⚡Quickstart / 📄Documentation
Please refer to Quickstart and (https://github.com/lyc8503/UptimeFlare/wiki)
TODOs
- SSL certificate checks
- Slack / Telegram webhook example
- Incident timeline
- Email notification via Cloudflare Email Workers
