Eyeris
Docker 应用程序 from Vonhex's Repository
概述
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:8000]/- 网络
bridge- 外壳
bash- 特权
- false
模板配置
Port for the Eyeris web interface and API.
- 目标
- 8000
- 默认值
- 8000
- 价值
- 8000
Your photo library — local folder or SMB/NFS mount point.
- 目标
- /data/images
- 默认值
- /mnt/user/Pictures/
- 价值
- /mnt/user/Pictures/
Where Eyeris stores generated thumbnails and face crop cache.
- 目标
- /data/thumbnails
- 默认值
- /mnt/user/appdata/eyeris/thumbnails/
- 价值
- /mnt/user/appdata/eyeris/thumbnails/
SQLite database storage. Ignored if DB_HOST is set.
- 目标
- /data/db
- 默认值
- /mnt/user/appdata/eyeris/db/
- 价值
- /mnt/user/appdata/eyeris/db/
Persistent config file — Eyeris reads and writes settings here. Create an empty file at this path before first run.
- 目标
- /app/.env
- 默认值
- /mnt/user/appdata/eyeris/eyeris.env
- 价值
- /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.
- 目标
- SMB_HOST
SMB/CIFS username for your NAS.
- 目标
- SMB_USERNAME
SMB/CIFS password for your NAS.
- 目标
- SMB_PASSWORD
Comma-separated share names to scan, e.g. photos,media,camera-uploads
- 目标
- 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.
- 目标
- AEYE_URL
Username for HTTP Basic Auth on your A-Eye instance. Leave empty if A-Eye is unauthenticated.
- 目标
- AEYE_USER
Password for HTTP Basic Auth on your A-Eye instance.
- 目标
- AEYE_PASS
URL of a SearXNG instance for the web image search feature (optional).
- 目标
- SEARXNG_URL
Number of parallel scan workers. Raise to 3-4 on fast systems; lower if your system struggles.
- 目标
- SCAN_CONCURRENCY
- 默认值
- 2
- 价值
- 2
How often Eyeris rescans for new photos.
- 目标
- SCAN_INTERVAL_MINUTES
- 默认值
- 60
- 价值
- 60
Set to true to restrict scanning to a time window (e.g. overnight only).
- 目标
- SCAN_SCHEDULE_ENABLED
- 默认值
- false
- 价值
- false
Start of the allowed scan window (24-hour HH:MM). Only used when SCAN_SCHEDULE_ENABLED=true.
- 目标
- SCAN_SCHEDULE_START
- 默认值
- 22:00
- 价值
- 22:00
End of the allowed scan window (24-hour HH:MM). An end time before the start time crosses midnight.
- 目标
- SCAN_SCHEDULE_END
- 默认值
- 06:00
- 价值
- 06:00
MariaDB host IP or hostname. Leave empty to use the built-in SQLite database (recommended for most users).
- 目标
- DB_HOST
MariaDB port.
- 目标
- DB_PORT
- 默认值
- 3306
- 价值
- 3306
MariaDB username.
- 目标
- DB_USER
- 默认值
- root
- 价值
- root
MariaDB password.
- 目标
- DB_PASSWORD
MariaDB database name.
- 目标
- DB_NAME
- 默认值
- image_catalog
- 价值
- image_catalog
详细信息
ghcr.io/vonhex/eyeris:latest在Unraid 上运行 Eyeris 。
Eyeris 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。