unsubbed.co

Imagor Studio

Imagor Studio is a self-hosted photo galleries replacement for Google Photos and iCloud.

Overview

Self-hosted image gallery with built-in editing and template workflows Open source, self-hosted image gallery and editor. No vendor lock-in. Browse thousands of images instantly, edit with multi-layer compositing and templates. The project has 214 GitHub stars and is licensed under AGPL-3.0.

Getting Started

Source: GitHub README

docker run -p 8000:8000 --rm \
  -v $(pwd)/imagor-studio-data:/app/data \
  -v ~/Pictures:/app/gallery \
  -e DATABASE_URL="sqlite:///app/data/imagor-studio.db" \
  shumc/imagor-studio
http://localhost:8000

Normalized Features

Source: tool-features-normalized.json

docker, sqlite.