summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)AuthorLines
2026-06-19Fix Dockerfile: add build tools for better-sqlite3 on Alpineyyamashita-0/+2
better-sqlite3 requires python3, make, g++ to compile native addon on musl. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19Initial implementation of microblogyyamashita-0/+28
Markdown-based personal microblog with REST API. XSS protection via sanitize-html on server-side markdown rendering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>