No description
Find a file
caoimhinr dd799cea8e feat: add standalone web UI — tickets page with same style as homelab-dashboard
- corvid/templates/base.html: simplified nav (Corvid logo, Tickets link only),
  no user footer, no SSO — identical dark theme and component styles
- corvid/templates/tickets.html: copied verbatim from homelab-dashboard
  (all API paths are relative, no user-specific references)
- corvid/main.py: /tickets HTML route + / redirect; templates loaded from
  package dir so they work whether installed or run from source
- corvid/router.py: allow open access when TICKETS_API_KEY is not set
  (local/dev mode) — set the key to require auth for external access
- pyproject.toml: add jinja2>=3.1 dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 19:30:43 +02:00
alembic feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
corvid feat: add standalone web UI — tickets page with same style as homelab-dashboard 2026-05-25 19:30:43 +02:00
.gitignore chore: add .gitignore, remove tracked pycache and egg-info 2026-05-25 19:23:17 +02:00
alembic.ini feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
CLAUDE.md feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
docker-compose.yml feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
Dockerfile feat: add standalone web UI — tickets page with same style as homelab-dashboard 2026-05-25 19:30:43 +02:00
entrypoint.sh feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
mcp_server.py feat: initial corvid — standalone ticket service extracted from homelab-dashboard 2026-05-25 19:23:07 +02:00
pyproject.toml feat: add standalone web UI — tickets page with same style as homelab-dashboard 2026-05-25 19:30:43 +02:00