Files
ServicesMonitoringUtility/README.md
T
2025-12-22 21:22:10 +00:00

563 B

Service Dashboard (Local Utility)

A lightweight local web UI to quickly check statuses of systemd services and add more to the list.

  • No daemon/service; run manually when needed.
  • Uses Bun + Hono.

Quick Start

cd Utility/service-dashboard
bun install
bun run src/server.ts

Open http://localhost:7010 in your browser.

Default Services

Pre-seeded with:

  • idea-feedback.service
  • job-info.service
  • job-info-test.service
  • excel-listener.service
  • job-form.service

You can add/remove services in the UI; they persist to services.json.