Files
insight-updater/backend/README.md
T
B0rbor4d cf7c29639c Initial scaffold: FastAPI backend + Vue 3 frontend + Docker setup
Backend: config/db/security/logging core, SQLAlchemy models (Server,
Credential, UpdateJob, UpdateLog, AuditLog, User), services (winrm, ssh,
cau, audit, job_runner), REST API (auth, servers, updates, audit),
Socket.io WebSocket layer.
Frontend: Vue 3 + TS + Pinia + Tailwind, Views (Dashboard, Servers,
Updates, Audit, Login), axios + socket.io-client, nginx prod config.
2026-07-31 23:45:31 +00:00

13 lines
238 B
Markdown

# Insight Updater Backend
FastAPI backend for server update orchestration (WinRM/SSH/CAU) with WebSocket live logs.
## Development
```bash
pip install -e ".[dev]"
uvicorn app.main:app --reload
```
API docs: http://localhost:8000/docs