28 lines
563 B
Markdown
28 lines
563 B
Markdown
# 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
|
|
|
|
```bash
|
|
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`.
|