Go to file
lyc8503 e87e350d6d feat: skip error change notification option 2025-11-05 01:06:21 +08:00
.github/workflows misc: run prettier 2025-04-19 21:50:43 +08:00
components feat: slight style improvements (#153) 2025-11-02 13:57:24 +08:00
docs fix cpu limit exceeded, update README 2024-01-30 14:06:21 +08:00
pages Upcoming and active maintenance (#142) 2025-09-27 21:30:13 +08:00
proxy misc: run prettier 2025-04-19 21:50:43 +08:00
public wip: worker & pages 2023-10-14 15:21:52 +08:00
styles feat: incident history (#113) 2025-09-21 15:18:20 +08:00
types feat: skip error change notification option 2025-11-05 01:06:21 +08:00
util Global ping as check proxy support (#147) 2025-10-29 22:18:39 +08:00
worker feat: skip error change notification option 2025-11-05 01:06:21 +08:00
.eslintrc.json Initial commit from Create Next App 2023-10-12 22:16:16 +08:00
.gitignore feat: local debugging with wrangler 2024-01-14 08:12:02 +00:00
.prettierrc.yaml misc: run prettier 2025-04-19 21:50:43 +08:00
.terraform.lock.hcl use terraform & github actions 2023-11-18 22:20:35 +08:00
LICENSE forgot LICENSE QAQ 2024-01-30 13:31:18 +08:00
README.md Add webhook support to notification property in config (#143) 2025-10-15 20:11:32 +08:00
README_zh-CN.md misc: run prettier 2025-04-19 21:50:43 +08:00
deploy.tf feat: newer compatibility_date, should fix fetch custom port 2025-04-12 22:20:33 +08:00
env.d.ts misc: run prettier 2025-04-19 21:50:43 +08:00
middleware.ts fix #114: add missing type def 2025-05-31 01:20:32 +08:00
next.config.js misc: run prettier 2025-04-19 21:50:43 +08:00
package-lock.json feat: newer compatibility_date, should fix fetch custom port 2025-04-12 22:20:33 +08:00
package.json feat: newer compatibility_date, should fix fetch custom port 2025-04-12 22:20:33 +08:00
postcss.config.js format code 2023-11-06 00:38:30 +08:00
tsconfig.json feat: local debugging with wrangler 2024-01-14 08:12:02 +00:00
uptime.config.ts feat: skip error change notification option 2025-11-05 01:06:21 +08:00

README.md

English 简体中文

UptimeFlare

A more advanced, serverless, and free uptime monitoring & status page solution, powered by Cloudflare Workers, complete with a user-friendly interface.

Features

  • Open-source, easy to deploy (in under 10 minutes, no local tools required), and free
  • Monitoring capabilities
    • Up to 50 checks at 1-minute intervals
    • Geo-specific checks from over 310 cities worldwide
    • Support for HTTP/HTTPS/TCP port monitoring
    • Up to 90-day uptime history and uptime percentage tracking
    • Customizable request methods, headers, and body for HTTP(s)
    • Custom status code & keyword checks for HTTP(s)
    • Downtime notification supporting 100+ notification channels
    • Customizable Webhook
  • Status page
    • Interactive ping (response time) chart for all types of monitors
    • Scheduled maintenances alerts & Incident history page
    • Responsive UI that adapts to your system theme
    • Customizable status page
    • Use your own domain with CNAME
    • Optional password authentication (private status page)
    • JSON API for fetching realtime status data

👀Demo

My status page (Online demo): https://uptimeflare.pages.dev/

Some screenshots:

Desktop, Light theme

Quickstart / 📄Documentation

Please refer to Wiki

🚀Upgrade existing deployments

Get the latest features right away with simple upgrade process

New features (TODOs)

  • Specify region for monitors
  • TCP opened promise
  • Use apprise to support various notification channels
  • Telegram example
  • Bark example
  • Email notification via Cloudflare Email Workers
  • Improve docs by providing simple examples
  • Notification grace period
  • SSL certificate checks
  • Self-host Dockerfile
  • Incident history
  • Improve checkLocationWorkerRoute and fix possible proxy failed
  • Groups
  • Remove old incidents
  • Known issue: fetch doesn't support non-standard port (resolved after CF update)
  • Compatibility date update
  • Scheduled Maintenance
  • Update wiki/README and add docs for dev
  • Migration to Terraform Cloudflare provider version 5.x
  • Cloudflare D1 database
  • Scheduled maintenances (via IIFE)
  • Simpler config example
  • Upcoming maintenances
  • Universal Webhook upgrade
  • i18n...? (maybe)
  • ICMP via proxy?
  • Add default UA