Rediscover your photo collection with a personal, self-hosted "on this day" slideshow. This tool scans your image library and automatically generates a web-based presentation of photos taken during the current week, but from previous years. It's the perfect way to relive memories you might have forgotten, running entirely on your own hardware.
The system is designed for performance, quickly indexing tens of thousands of photos even on low-powered devices like a Raspberry Pi. If no photos are found for the current week, it can switch to a random slideshow to keep things interesting.
Key features include:
services:
this-week-in-past:
image: rouhim/this-week-in-past:latest
container_name: this-week-in-past
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./photos:/photos:ro
environment:
- TZ=UTC# No sensitive environment variables are required for the basic setup of this-week-in-past.
# If future updates require secrets (like authentication), define them here.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago