A-Eye
Aplicación Docker from Vonhex's Repository
Visión general
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.
Requisitos
Requires a running Ollama instance with a vision model pulled, e.g. minicpm-v. Run: docker exec ollama ollama pull minicpm-v
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8000]/- Red
bridge- Concha
bash- Privilegiado
- false
Configuración de plantillas
Web UI PortPorttcp
Port for the A-Eye web interface.
- Objetivo
- 8000
- Por defecto
- 8000
- Valor
- 8000
Photos DirectoryPathrw
Path to your photos directory. A-Eye will scan and process images from here.
- Objetivo
- /photos
- Por defecto
- /mnt/user/Photos/
- Valor
- /mnt/user/Photos/
App DataPathrw
Persistent storage for the database, config, and thumbnail cache.
- Objetivo
- /app/data
- Por defecto
- /mnt/user/appdata/a-eye/
- Valor
- /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).
- Objetivo
- OLLAMA_HOST
- Por defecto
- http://192.168.1.x:11434
- Valor
- 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.
- Por defecto
- 99
- Valor
- 99
PGIDVariable
Group ID that owns your photos directory. Run 'id -g' on your Unraid terminal to find yours. Default 100 = users.
- Por defecto
- 100
- Valor
- 100
Categorías
Detalles
Repositorio
ghcr.io/vonhex/a-eye:latestÚltima actualización2026-06-02
Visto por primera vez2026-05-04
Ejecute A-Eye en Unraid.
A-Eye se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.