Files
DevOpsDash/requirements.txt
Henrik Jess Nielsen ac85040e4d
Some checks failed
Build and push DevOpsDash / build (push) Has been cancelled
Initial DevOpsDash — FastAPI + Alpine.js dashboard for DevOpsMCP
- Taskz kanban board (create/edit tasks, findings, status/priority)
- Worklog timeline + standup summary (proxied from DevOpsMCP MCP API)
- Knowledge browser (ADRs, memories, knowledge catalog files)
- FastAPI backend reading same Redis as DevOpsMCP
- Read-only bind-mount for DevOpsMCP data directory (/data)
- Nomad job spec (dash.i80.dk, Traefik TLS, host volume read-only)
- Gitea Actions CI → registry.i80.dk/gitea/devops-dash:latest
2026-05-09 16:36:18 +02:00

7 lines
105 B
Plaintext

fastapi==0.115.6
uvicorn[standard]==0.34.0
redis==5.2.1
jinja2==3.1.5
httpx==0.28.1
python-dotenv==1.0.1