repos
/ status-rust master

status-rust

mirror archived upstream

Single-binary self-hosted uptime monitoring and status pages on Rust axum: HTTP probes, Lighthouse audits, SEO crawler, and PDF reports.

axumdockerrustself-hostedsqlitestatus-pageuptime-monitoringvite

280 B · 10 lines · JSON Raw History
1{
2  "name": "status-lighthouse",
3  "private": true,
4  "type": "module",
5  "comment": "Root-level package only exists so node_modules/.bin/lighthouse is on disk for the Rust binary to invoke. Frontend deps live in frontend/.",
6  "dependencies": {
7    "lighthouse": "^12.0.0"
8  }
9}