Logo
Explore Help
Sign In
antialias/eink-photo-frame
1
0
Fork 0
You've already forked eink-photo-frame
Code Issues 13 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
4ddda58b4306b8b04469be578ca6a339b4cb1570
eink-photo-frame/server/Dockerfile

13 lines
217 B
Docker
Raw Normal View History

Initial project: ESP32-S3 e-ink photo frame with web UI ESP32-S3 firmware (PlatformIO) that fetches JPEGs from a photo server, decodes on-device with PSRAM, Floyd-Steinberg dithers to the Spectra 6 6-color palette, and displays on a 7.3" GDEP073E01 e-paper panel. Deep sleeps 1 hour between updates. Photo server (Python/Flask) with web UI for photo management, Traefik routing at photos.haunt.house with Google OAuth, and Home Assistant REST sensor integration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 14:33:16 -05:00
FROM python:3.12-slim
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY server.py .
EXPOSE 8473
CMD ["python", "server.py", "--port", "8473", "--photos-dir", "/photos"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 1211ms Template: 85ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API