Sign inSign up

anmalkov/framory

By anmalkov

Updated 7 months ago

Image
0

416

anmalkov/framory repository overview

Repository overview

Framory turns any web browser into a synchronized digital photo frame. Run it on your own server and connect multiple devices (tablets, phones, TVs, wall displays) to the same channel—they’ll all stay perfectly in sync. Change the photo or playback on one device and every other connected screen updates instantly via real-time WebSocket sync.

Key features
  • Multi-device synchronization across all connected screens
  • Channel-based setup: each channel can map to its own photo folder and settings
  • Kiosk-friendly UI with fullscreen display and tap-to-reveal controls
  • Configurable slideshow (delay + optional daily stop time / schedule)
  • NAS-friendly: serve photos from shared storage (e.g., NFS-backed folders)
Typical use cases
  • Wall-mounted tablet photo frame
  • Household “shared memories” display across multiple rooms
  • Office lobby / studio screen that stays synced across devices
Quick start
docker run -d \
  -p 8000:8000 \
  -v /path/to/your/photos:/photos:ro \
  -v framory-data:/data \
  anmalkov/framory

Then open: http://localhost:8000

Tag summary

Content type

Image

Digest

sha256:ee6e5691e

Size

64 MB

Last updated

7 months ago

docker pull anmalkov/framory