tracker: single-binary project tracker with auth, api keys, and json api

Go + SQLite web app, server-rendered, hackerman theme. Projects with
descriptions, searchable notes, todo/doing/done task tracking. Bcrypt
login sessions, hashed api keys, full /api/v1 crud. Deploys on straylight
via configs/tracker.nix (prebuilt binary).
This commit is contained in:
2026-09-18 21:28:40 -07:00
commit c9e74b236d
20 changed files with 2489 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{{template "header" .}}
<section class="panel">
<h1 class="glow">// error {{.Status}}</h1>
<p class="description">{{.Message}}</p>
<p><a class="btn" href="/">◂ back to base</a></p>
</section>
{{template "footer" .}}