Skip to content

openstatusHQ/external-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿšจ External Status Monitoring Service๐Ÿšจ

Easily monitor your external providers status page.

A service by OpenStatus

๐Ÿ”ฅ How it works?

It regulary check external status page for updates.

At the moment it only supports Atlassian StatusPage but more will come.

๐Ÿ™‹ Why?

We believe the status of your external service should be open and accessible to everyone.

๐Ÿฅž The Stack

  • Bun - Package manager
  • Hono - API
  • Cloudflare Workers
  • Cloudflare D1
  • Cloudflare Queues
  • Cloudflare Cron Scheduler

๐Ÿง‘โ€๐Ÿ’ป Development

  1. Install dependencies
bun install
  1. Execute database migration
wrangler d1 execute status-db --local --file=./drizzle/0000_outstanding_doomsday.sql
  1. Run it
bun dev