Commit Graph

4 Commits

Author SHA1 Message Date
didericis ba66aba286 Add TrueNAS SCALE setup guide to README
Step-by-step instructions for Electric Eel (24.10+): finding the DB
container and network, creating the read-only user, deploying with
docker compose, reverse proxying, and locating the Gitea custom dir.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 15:31:28 -04:00
didericis 944086539e Clarify local binary name vs Dockerfile binary name
go build ./... names the binary after the module (gitea-heatmap-sidecar)
while the Dockerfile uses -o /heatmap. Fix .gitignore to match the local
name and add notes in both files explaining the discrepancy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 15:29:28 -04:00
didericis e94d2f6481 Add repo names to heatmap tooltip
Extends the JSON response to include per-day repo names via
array_agg on action.repo_name, and surfaces them in the hover
tooltip below the contribution count.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 15:24:55 -04:00
didericis 9bc2429422 Initial: Gitea heatmap sidecar with private contributions 2026-05-05 19:15:19 +00:00