Skip to content

InledGroup/status

Repository files navigation

Status Inled

Dashboard de estado de servicios con Astro, Cloudflare Pages y D1.

Instalación

git clone git@github.com:InledGroup/status.git
cd status
npm install
cp .env.example .env
npx wrangler login
npx wrangler d1 execute status_db --local --file=schema.sql
npm run dev

Despliegue

Web (Cloudflare Pages):

npm run deploy

Cron Worker:

cd cron-worker && npx wrangler deploy

Utilidades

Limpiar la base de datos:

npx wrangler d1 execute status_db --remote --command "DELETE FROM sites_status;"

Forzar check manual:

curl https://status.inled.es/api/check

About

StatusPage made in Astro hosted on Cloudflare and working on Workers

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors