Eyeris

Eyeris

Aplicación Docker from Vonhex's Repository

Visión general

Self-hosted photo manager for NAS and local libraries. Eyeris scans your photos, generates thumbnails, and gives you a fast searchable gallery — all on your own hardware. AI-powered image descriptions and tagging are offloaded to a connected A-Eye instance; Eyeris imports the results automatically. No cloud, no subscriptions, no local LLM required. Features include: A-Eye integration for AI descriptions and tags, EXIF and GPS metadata, duplicate and blurry photo detection, album organisation, SearXNG web image search, and a real-time dashboard.

Requisitos

Optional but recommended: a running A-Eye instance for AI image descriptions and tagging. Optional: MariaDB for large libraries (SQLite used by default).

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 Eyeris web interface and API.

Objetivo
8000
Por defecto
8000
Valor
8000
Photo DirectoryPathrw

Your photo library — local folder or SMB/NFS mount point.

Objetivo
/data/images
Por defecto
/mnt/user/Pictures/
Valor
/mnt/user/Pictures/
ThumbnailsPathrw

Where Eyeris stores generated thumbnails and face crop cache.

Objetivo
/data/thumbnails
Por defecto
/mnt/user/appdata/eyeris/thumbnails/
Valor
/mnt/user/appdata/eyeris/thumbnails/
DatabasePathrw

SQLite database storage. Ignored if DB_HOST is set.

Objetivo
/data/db
Por defecto
/mnt/user/appdata/eyeris/db/
Valor
/mnt/user/appdata/eyeris/db/
Config file (.env)Pathrw

Persistent config file — Eyeris reads and writes settings here. Create an empty file at this path before first run.

Objetivo
/app/.env
Por defecto
/mnt/user/appdata/eyeris/eyeris.env
Valor
/mnt/user/appdata/eyeris/eyeris.env
NAS HostVariable

IP or hostname of your NAS. Leave empty if photos are already accessible via the Photo Directory path above.

Objetivo
SMB_HOST
NAS UsernameVariable

SMB/CIFS username for your NAS.

Objetivo
SMB_USERNAME
NAS PasswordVariable

SMB/CIFS password for your NAS.

Objetivo
SMB_PASSWORD
NAS SharesVariable

Comma-separated share names to scan, e.g. photos,media,camera-uploads

Objetivo
SMB_SHARES
A-Eye URLVariable

URL of your A-Eye instance, e.g. http://192.168.1.100:7171. Connect A-Eye to enable AI image descriptions and automatic tagging.

Objetivo
AEYE_URL
A-Eye UsernameVariable

Username for HTTP Basic Auth on your A-Eye instance. Leave empty if A-Eye is unauthenticated.

Objetivo
AEYE_USER
A-Eye PasswordVariable

Password for HTTP Basic Auth on your A-Eye instance.

Objetivo
AEYE_PASS
SearXNG URLVariable

URL of a SearXNG instance for the web image search feature (optional).

Objetivo
SEARXNG_URL
Scan WorkersVariable

Number of parallel scan workers. Raise to 3-4 on fast systems; lower if your system struggles.

Objetivo
SCAN_CONCURRENCY
Por defecto
2
Valor
2
Scan Interval (minutes)Variable

How often Eyeris rescans for new photos.

Objetivo
SCAN_INTERVAL_MINUTES
Por defecto
60
Valor
60
Scan Schedule EnabledVariable

Set to true to restrict scanning to a time window (e.g. overnight only).

Objetivo
SCAN_SCHEDULE_ENABLED
Por defecto
false
Valor
false
Scan Schedule StartVariable

Start of the allowed scan window (24-hour HH:MM). Only used when SCAN_SCHEDULE_ENABLED=true.

Objetivo
SCAN_SCHEDULE_START
Por defecto
22:00
Valor
22:00
Scan Schedule EndVariable

End of the allowed scan window (24-hour HH:MM). An end time before the start time crosses midnight.

Objetivo
SCAN_SCHEDULE_END
Por defecto
06:00
Valor
06:00
MariaDB HostVariable

MariaDB host IP or hostname. Leave empty to use the built-in SQLite database (recommended for most users).

Objetivo
DB_HOST
MariaDB PortVariable

MariaDB port.

Objetivo
DB_PORT
Por defecto
3306
Valor
3306
MariaDB UserVariable

MariaDB username.

Objetivo
DB_USER
Por defecto
root
Valor
root
MariaDB PasswordVariable

MariaDB password.

Objetivo
DB_PASSWORD
MariaDB DatabaseVariable

MariaDB database name.

Objetivo
DB_NAME
Por defecto
image_catalog
Valor
image_catalog

Detalles

Repositorio
ghcr.io/vonhex/eyeris:latest
Última actualización2026-06-02
Visto por primera vez2026-05-04

Ejecute Eyeris en Unraid.

Eyeris se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.