chore: initial import
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user