Eyeris
Aplicación Docker from Vonhex's Repository
Visión general
Requisitos
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8000]/- Red
bridge- Concha
bash- Privilegiado
- false
Configuración de plantillas
Port for the Eyeris web interface and API.
- Objetivo
- 8000
- Por defecto
- 8000
- Valor
- 8000
Your photo library — local folder or SMB/NFS mount point.
- Objetivo
- /data/images
- Por defecto
- /mnt/user/Pictures/
- Valor
- /mnt/user/Pictures/
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/
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/
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
IP or hostname of your NAS. Leave empty if photos are already accessible via the Photo Directory path above.
- Objetivo
- SMB_HOST
SMB/CIFS username for your NAS.
- Objetivo
- SMB_USERNAME
SMB/CIFS password for your NAS.
- Objetivo
- SMB_PASSWORD
Comma-separated share names to scan, e.g. photos,media,camera-uploads
- Objetivo
- SMB_SHARES
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
Username for HTTP Basic Auth on your A-Eye instance. Leave empty if A-Eye is unauthenticated.
- Objetivo
- AEYE_USER
Password for HTTP Basic Auth on your A-Eye instance.
- Objetivo
- AEYE_PASS
URL of a SearXNG instance for the web image search feature (optional).
- Objetivo
- SEARXNG_URL
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
How often Eyeris rescans for new photos.
- Objetivo
- SCAN_INTERVAL_MINUTES
- Por defecto
- 60
- Valor
- 60
Set to true to restrict scanning to a time window (e.g. overnight only).
- Objetivo
- SCAN_SCHEDULE_ENABLED
- Por defecto
- false
- Valor
- false
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
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 host IP or hostname. Leave empty to use the built-in SQLite database (recommended for most users).
- Objetivo
- DB_HOST
MariaDB port.
- Objetivo
- DB_PORT
- Por defecto
- 3306
- Valor
- 3306
MariaDB username.
- Objetivo
- DB_USER
- Por defecto
- root
- Valor
- root
MariaDB password.
- Objetivo
- DB_PASSWORD
MariaDB database name.
- Objetivo
- DB_NAME
- Por defecto
- image_catalog
- Valor
- image_catalog
Categorías
Detalles
ghcr.io/vonhex/eyeris:latestEjecute 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.