No description
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-18 10:23:04 +09:00
src wow 2026-08-18 10:23:04 +09:00
.gitignore Initial commit (via bun create) 2026-08-18 07:09:16 +09:00
bun.lock Build Cloudflare status D-Day dashboard 2026-08-18 07:22:42 +09:00
package.json Build Cloudflare status D-Day dashboard 2026-08-18 07:22:42 +09:00
README.md Build Cloudflare status D-Day dashboard 2026-08-18 07:22:42 +09:00
tsconfig.json Initial commit (via bun create) 2026-08-18 07:09:16 +09:00

Cloudflare Status D-Day

Cloudflare 공식 Status API를 주기적으로 확인해 마지막 인시던트 이후 경과 일수를 보여주는 Elysia + Bun 대시보드입니다.

Features

  • 서버 시작 시 즉시 Cloudflare 상태 동기화
  • Elysia cron으로 5분마다 자동 갱신
  • 장애 없는 날 카운터, 전체 상태, 서비스 구성요소, 최근 인시던트, 유지보수 표시
  • GET /api/status JSON API와 GET /healthz 헬스체크 제공

Development

bun install
bun run dev

Open http://localhost:3000/ in your browser.