add optional user specification

This commit is contained in:
2026-03-04 05:56:04 +00:00
parent 2748a5a75b
commit 328de3c766
3 changed files with 29 additions and 7 deletions

View File

@@ -5,9 +5,10 @@ services:
build: .
container_name: szuru-eink-bot
environment:
- ALLOWED_USER=YOUR_ALLOWED_USER # optional: only fetch images from this user
- DITHERING_MODE=YOUR_DITHERING_MODE # e.g., mono, color
- EINK_IP=YOUR_EINK_IP
- EPD_TYPE=YOUR_EPD_TYPE # e.g., '7.5 V2', 5.65f
- SZURU_TOKEN=YOUR_SZURU_TOKEN
- SZURU_URL=YOUR_SZURU_URL
- SZURU_USER=YOUR_SZURU_USER
- SZURU_TOKEN=YOUR_SZURU_TOKEN
- EPD_TYPE=YOUR_EPD_TYPE # e.g., '7.5 V2', 5.65f
- EINK_IP=YOUR_EINK_IP
- DITHERING_MODE=YOUR_DITHERING_MODE # e.g., mono, color