Wiki Wiki Web

Self-Hosted Photo & Video Management

(Sovereign Cloud – Private Google Photos Replacement)

Goal: Automatically back up photos & videos from your phone(s), organize them beautifully, search by people/places/objects, create albums and timelines — without Google, Apple, or any third-party seeing your memories.

The Clear Winner in 2026: Immich

Immich has become the de-facto standard for self-hosted photo management in 2025–2026.

AspectImmich (2026 reality)Nextcloud Memories / PhotosPhotoprismLibrePhotos
Mobile auto-uploadExcellent (Android + iOS)GoodGoodFair
Face recognitionVery good → excellent (improving fast)BasicGoodGood
Object / scene detectionYesNoYesYes
Timeline / calendar viewBeautiful & fastDecentGoodDecent
Map viewYes (with reverse geocoding)PartialYesYes
Albums & sharingExcellent (public links, collaborative albums)GoodGoodFair
Video supportVery good (thumbnails, playback, metadata)BasicGoodFair
Live Photos / Motion PhotosSupportedPartialPartialNo
Search qualityVery strong (AI + metadata)BasicGoodGood
Resource usage (light–medium family)1–3 GB RAM + decent CPU500 MB–2 GB1–2 GB1–2 GB
Docker / easy install★★★★★★★★★☆★★★★☆★★★☆☆

Verdict: Immich is currently far ahead in user experience, mobile reliability, and modern features — most sovereign users who try it do not go back.

Recommended Setup: Immich + Nextcloud (Hybrid – Most Popular)

Why combine them?

  • Nextcloud = reliable file sync + auto-upload infrastructure
  • Immich = smart photo viewer, AI organization, fast browsing

Most common architecture (2026)

  1. Phone → Nextcloud mobile app auto-uploads photos & videos

→ keeps your original folder structure, handles offline queuing, reliable on both Android & iOS

  1. Nextcloud photos folder is mounted read-only into Immich as an External Library
  1. Immich scans, indexes, runs machine learning (faces, objects, places), generates thumbnails
  1. You browse / search / create albums in Immich — never in Nextcloud Photos

Benefits

  • No duplication of original files
  • Nextcloud handles versioning & general file access
  • Immich gives you Google Photos–level intelligence & beauty

Minimalist Alternative: Immich Standalone

If you don’t already run Nextcloud or want to keep things ultra-simple:

  • Phone → Immich mobile app (direct upload)
  • Immich handles everything: backup, organization, sharing
  • Very clean and focused

Trade-off: You lose Nextcloud’s broader file-sync features, WebDAV, desktop client ecosystem, and easy folder organization.

Quick Resource Reality Check

SetupRecommended SpecsStorage (after 3–5 years)Monthly VPS cost (EU)
Immich standalone2–4 GB RAM, 2–4 vCPU300 GB – 1.5 TB~5–10 $
Immich + Nextcloud4–8 GB RAM totalsame + Nextcloud files~6–12 $
Database & thumbnails~10–30% of raw photo size

Very Quick Start (Docker + Immich)

```bash

Example docker-compose (simplified)

version: '3.8' services: immich-server: image: ghcr.io/immich-app/immich-server:release # ... ports, volumes, environment ... immich-machine-learning: image: ghcr.io/immich-app/immich-machine-learning:release # ... GPU if you have it ... postgres: image: tensorchord/pgvecto-rs:pg14-v0.2.0 redis: image: redis:6-alpine ```

(Full official guide: https://immich.app/docs/install/docker-compose)

Backup Reminder

Photos are usually your most irreplaceable data. → Include Immich’s database + upload folder in your Borg / Restic daily backups to the 2 TB home SSD → Consider monthly encrypted off-site copy (Hetzner Storage Box / Backblaze B2)

Bottom line for 2026

Immich is the go-to choice for private photo management → Pair it with Nextcloud if you want reliable uploads + general file sync → Or run it standalone if photos are your main priority

Get your memories back under your control — and enjoy a nicer interface than Google Photos ever was.

Happy preserving!