Dashboard de estado de servicios con Astro, Cloudflare Pages y D1.
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 devWeb (Cloudflare Pages):
npm run deployCron Worker:
cd cron-worker && npx wrangler deployLimpiar 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