Initial implementation of Sahsa Clock

Pygame framebuffer clock for Le Potato (ARM Debian) with aiohttp webhook server.
Renders 12-hour clock directly to /dev/fb0 (no X11/Wayland). Supports full-screen
message overlays pushed via a browser dashboard or Bearer-token API. Includes
first-run setup wizard, session-based dashboard auth, bcrypt password storage,
per-IP rate limiting, and systemd service unit.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 16:22:10 -06:00
commit 0c2392b2b3
13 changed files with 1587 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
pygame>=2.5.0
aiohttp>=3.9.0
bcrypt>=4.0.0
# Uncomment if using Python < 3.11 (tomllib is stdlib in 3.11+):
# tomli>=2.0.0