A-Eye

A-Eye

Docker-Anwendung from Vonhex's Repository

Übersicht

A-Eye is a self-hosted AI photo intelligence tool. This is a fork of the original A-Eye by SpaceinvaderOne (https://github.com/SpaceinvaderOne/a-eye), created to fix bugs present in the original. Uses a local Ollama vision model to understand, describe, tag, and rename your photos — no cloud required, everything runs on your own hardware. Supports automatic renaming, manual review mode, XMP sidecar writing (compatible with Immich, Lightroom, and digiKam), natural language photo search, quality detection for blurry or accidental shots, and a temporary workspace for processing photos from other devices. Works as a full photo renamer, a metadata enrichment tool, or a non-destructive read-only catalogue. Powered by Ollama for local AI inference.

Anforderungen

Requires a running Ollama instance with a vision model pulled, e.g. minicpm-v. Run: docker exec ollama ollama pull minicpm-v

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:8000]/
Netzwerk
bridge
Shell
bash
Privilegiert
false

Konfiguration der Vorlage

Web UI PortPorttcp

Port for the A-Eye web interface.

Ziel
8000
Standard
8000
Wert
8000
Photos DirectoryPathrw

Path to your photos directory. A-Eye will scan and process images from here.

Ziel
/photos
Standard
/mnt/user/Photos/
Wert
/mnt/user/Photos/
App DataPathrw

Persistent storage for the database, config, and thumbnail cache.

Ziel
/app/data
Standard
/mnt/user/appdata/a-eye/
Wert
/mnt/user/appdata/a-eye/
Ollama HostVariable

URL of your running Ollama instance. Use your server's LAN IP — not localhost (that resolves inside the container).

Ziel
OLLAMA_HOST
Standard
http://192.168.1.x:11434
Wert
http://192.168.1.x:11434
PUIDVariable

User ID that owns your photos directory. Run 'id -u' on your Unraid terminal to find yours. Default 99 = nobody.

Standard
99
Wert
99
PGIDVariable

Group ID that owns your photos directory. Run 'id -g' on your Unraid terminal to find yours. Default 100 = users.

Standard
100
Wert
100

Einzelheiten

Repository
ghcr.io/vonhex/a-eye:latest
Zuletzt aktualisiert2026-05-31
Erstmals gesehen2026-05-04

Führen Sie A-Eye auf Unraid aus.

A-Eye ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.