Favicon of PhotoStructure

PhotoStructure

Organize a lifetime of photos and videos on your own hardware. Automatically de-duplicates, tags, and surfaces forgotten memories for you to enjoy.

Bring order to your entire photo and video collection with a self-hosted digital asset manager that runs on your own hardware. Gain complete control and privacy over a lifetime of memories. It automatically scans your folders, organizes everything without altering your original files, and makes rediscovering forgotten moments a delightful experience.

  • True Ownership & Privacy: Your files stay on your computer, safe from corporate data mining and unexpected policy changes. No data is sold or used for AI training.
  • Smart De-duplication: Finds and groups duplicate and similar images, even when file names and metadata differ, cleaning up clutter without deleting originals.
  • Advanced Organization: Organizes your library without moving or modifying your files. It extracts metadata from various sources to accurately date and tag your media.
  • Rediscover Your Memories: The unique 'serendipity engine' surfaces photos from your entire collection, not just the most recent ones, helping you relive forgotten moments.
  • No Vendor Lock-in: Your organized library is portable. You can easily move it between Windows, macOS, Linux, and Docker systems.

Directory Structure

photostructure
config
library
logs
photos
tmp
.env
docker-compose.yml

docker-compose.yml

services:
  photostructure:
    image: photostructure/server:latest
    container_name: photostructure
    restart: unless-stopped
    ports:
      - "1787:1787"
    environment:
      - TZ=Etc/UTC
      - PUID=1000
      - PGID=1000
      - PS_LICENSE_KEY=${PS_LICENSE_KEY}
    volumes:
      - ./library:/ps/library
      - ./tmp:/ps/tmp
      - ./config:/ps/config
      - ./logs:/ps/logs
      - ./photos:/photos:ro

.env

PS_LICENSE_KEY=your_photostructure_license_key_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to PhotoStructure

Favicon

 

  
  
Favicon

 

  
  
Favicon