Endless slideshow of your personal photos meant for display on a digital photo frame, like an old tablet.
// Create a clean build:
npm run build
// Run in development mode:
npm start
// Build Docker image
npm run build-docker
// Run Docker image
docker run --name photoFrameSlider -d -p 8001:80 -v /myPhotoDir:/usr/share/nginx/html/photos:ro photo-frame-slider
- Create backend to:
- Resize photos
- Serve static files
- Serve config file from fixed location