Eyeris
Docker app from Vonhex's Repository
Overview
Requirements
Runtime arguments
- Web UI
http://[IP]:[PORT:8000]/- Network
bridge- Shell
bash- Privileged
- false
Template configuration
Port for the Eyeris web interface and API.
- Target
- 8000
- Default
- 8000
- Value
- 8000
Your photo library — local folder or SMB/NFS mount point.
- Target
- /data/images
- Default
- /mnt/user/Pictures/
- Value
- /mnt/user/Pictures/
Where Eyeris stores generated thumbnails and face crop cache.
- Target
- /data/thumbnails
- Default
- /mnt/user/appdata/eyeris/thumbnails/
- Value
- /mnt/user/appdata/eyeris/thumbnails/
SQLite database storage. Ignored if DB_HOST is set.
- Target
- /data/db
- Default
- /mnt/user/appdata/eyeris/db/
- Value
- /mnt/user/appdata/eyeris/db/
Persistent config file — Eyeris reads and writes settings here. Create an empty file at this path before first run.
- Target
- /app/.env
- Default
- /mnt/user/appdata/eyeris/eyeris.env
- Value
- /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.
- Target
- SMB_HOST
SMB/CIFS username for your NAS.
- Target
- SMB_USERNAME
SMB/CIFS password for your NAS.
- Target
- SMB_PASSWORD
Comma-separated share names to scan, e.g. photos,media,camera-uploads
- Target
- 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.
- Target
- AEYE_URL
Username for HTTP Basic Auth on your A-Eye instance. Leave empty if A-Eye is unauthenticated.
- Target
- AEYE_USER
Password for HTTP Basic Auth on your A-Eye instance.
- Target
- AEYE_PASS
URL of a SearXNG instance for the web image search feature (optional).
- Target
- SEARXNG_URL
Number of parallel scan workers. Raise to 3-4 on fast systems; lower if your system struggles.
- Target
- SCAN_CONCURRENCY
- Default
- 2
- Value
- 2
How often Eyeris rescans for new photos.
- Target
- SCAN_INTERVAL_MINUTES
- Default
- 60
- Value
- 60
Set to true to restrict scanning to a time window (e.g. overnight only).
- Target
- SCAN_SCHEDULE_ENABLED
- Default
- false
- Value
- false
Start of the allowed scan window (24-hour HH:MM). Only used when SCAN_SCHEDULE_ENABLED=true.
- Target
- SCAN_SCHEDULE_START
- Default
- 22:00
- Value
- 22:00
End of the allowed scan window (24-hour HH:MM). An end time before the start time crosses midnight.
- Target
- SCAN_SCHEDULE_END
- Default
- 06:00
- Value
- 06:00
MariaDB host IP or hostname. Leave empty to use the built-in SQLite database (recommended for most users).
- Target
- DB_HOST
MariaDB port.
- Target
- DB_PORT
- Default
- 3306
- Value
- 3306
MariaDB username.
- Target
- DB_USER
- Default
- root
- Value
- root
MariaDB password.
- Target
- DB_PASSWORD
MariaDB database name.
- Target
- DB_NAME
- Default
- image_catalog
- Value
- image_catalog
Categories
Details
ghcr.io/vonhex/eyeris:latestRun Eyeris on Unraid.
Eyeris is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.