Track five things a day for seventy-five days

The workout, the protein, the calories, the water, and three lines of
gratitude. One page per day, a card of seventy-five tiles that fill by
how many of the five landed, and a missed day left as a gap rather than
a reset.

Single Go binary with no dependencies. The log is one JSON file on a
mounted volume, written atomically and never silently replaced when it
fails to parse, since it is the one thing here that cannot be recreated.
Auth is Traefik basic auth at the ingress; the app has no login of its
own, so every POST checks Sec-Fetch-Site to stop another origin posting
with those credentials.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-01 21:59:01 -07:00
commit faf73c8be5
25 changed files with 3197 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Nine tiles filling up">
<rect width="512" height="512" rx="96" fill="#0E3140"/>
<g fill="#FBFDFD" fill-opacity=".12">
<rect x="52" y="52" width="120" height="120" rx="6"/>
<rect x="196" y="52" width="120" height="120" rx="6"/>
<rect x="340" y="52" width="120" height="120" rx="6"/>
<rect x="52" y="196" width="120" height="120" rx="6"/>
<rect x="196" y="196" width="120" height="120" rx="6"/>
<rect x="340" y="196" width="120" height="120" rx="6"/>
<rect x="52" y="340" width="120" height="120" rx="6"/>
<rect x="196" y="340" width="120" height="120" rx="6"/>
<rect x="340" y="340" width="120" height="120" rx="6"/>
</g>
<!-- Each tile fills from the bottom, the way a day's tile does on the card. -->
<g fill="#3FA9CC">
<rect x="52" y="52" width="120" height="120" rx="6"/>
<rect x="196" y="52" width="120" height="120" rx="6"/>
<rect x="340" y="52" width="120" height="120" rx="6"/>
<rect x="52" y="196" width="120" height="120" rx="6"/>
<rect x="196" y="220" width="120" height="96"/>
<rect x="340" y="244" width="120" height="72"/>
<rect x="52" y="388" width="120" height="72"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB