Skip to content

blackrelay/status

Repository files navigation

Black Relay Status

Status page and public status API for status.blackrelay.network.

The frontend is a small Astro site. The public status API is served by the Cloudflare Pages _worker.js at:

/api/status.json

The API runs live public probes and returns current component state for the Black Relay public surfaces and distribution dependencies.

Development

Install dependencies:

pnpm install

Windows:

pnpm install

Run locally:

pnpm dev

Windows:

pnpm dev

Run checks and build:

pnpm check
pnpm build

Windows:

pnpm check
pnpm build

Deployment

Build output is written to dist for Cloudflare Pages.

pnpm build
pnpm pages:deploy

Windows:

pnpm build
pnpm pages:deploy

About

Status page and public status API for blackrelay.network

Resources

License

Stars

Watchers

Forks

Contributors