Eyeris
Docker-Anwendung from Vonhex's Repository
Übersicht
Anforderungen
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8000]/- Netzwerk
bridge- Shell
bash- Privilegiert
- false
Konfiguration der Vorlage
Port for the Eyeris web interface and API.
- Ziel
- 8000
- Standard
- 8000
- Wert
- 8000
Your photo library — local folder or SMB/NFS mount point.
- Ziel
- /data/images
- Standard
- /mnt/user/Pictures/
- Wert
- /mnt/user/Pictures/
Where Eyeris stores generated thumbnails and face crop cache.
- Ziel
- /data/thumbnails
- Standard
- /mnt/user/appdata/eyeris/thumbnails/
- Wert
- /mnt/user/appdata/eyeris/thumbnails/
SQLite database storage. Ignored if DB_HOST is set.
- Ziel
- /data/db
- Standard
- /mnt/user/appdata/eyeris/db/
- Wert
- /mnt/user/appdata/eyeris/db/
Persistent config file — Eyeris reads and writes settings here. Create an empty file at this path before first run.
- Ziel
- /app/.env
- Standard
- /mnt/user/appdata/eyeris/eyeris.env
- Wert
- /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.
- Ziel
- SMB_HOST
SMB/CIFS username for your NAS.
- Ziel
- SMB_USERNAME
SMB/CIFS password for your NAS.
- Ziel
- SMB_PASSWORD
Comma-separated share names to scan, e.g. photos,media,camera-uploads
- Ziel
- 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.
- Ziel
- AEYE_URL
Username for HTTP Basic Auth on your A-Eye instance. Leave empty if A-Eye is unauthenticated.
- Ziel
- AEYE_USER
Password for HTTP Basic Auth on your A-Eye instance.
- Ziel
- AEYE_PASS
URL of a SearXNG instance for the web image search feature (optional).
- Ziel
- SEARXNG_URL
Number of parallel scan workers. Raise to 3-4 on fast systems; lower if your system struggles.
- Ziel
- SCAN_CONCURRENCY
- Standard
- 2
- Wert
- 2
How often Eyeris rescans for new photos.
- Ziel
- SCAN_INTERVAL_MINUTES
- Standard
- 60
- Wert
- 60
Set to true to restrict scanning to a time window (e.g. overnight only).
- Ziel
- SCAN_SCHEDULE_ENABLED
- Standard
- false
- Wert
- false
Start of the allowed scan window (24-hour HH:MM). Only used when SCAN_SCHEDULE_ENABLED=true.
- Ziel
- SCAN_SCHEDULE_START
- Standard
- 22:00
- Wert
- 22:00
End of the allowed scan window (24-hour HH:MM). An end time before the start time crosses midnight.
- Ziel
- SCAN_SCHEDULE_END
- Standard
- 06:00
- Wert
- 06:00
MariaDB host IP or hostname. Leave empty to use the built-in SQLite database (recommended for most users).
- Ziel
- DB_HOST
MariaDB port.
- Ziel
- DB_PORT
- Standard
- 3306
- Wert
- 3306
MariaDB username.
- Ziel
- DB_USER
- Standard
- root
- Wert
- root
MariaDB password.
- Ziel
- DB_PASSWORD
MariaDB database name.
- Ziel
- DB_NAME
- Standard
- image_catalog
- Wert
- image_catalog
Kategorien
Einzelheiten
ghcr.io/vonhex/eyeris:latestFühren Sie Eyeris auf Unraid aus.
Eyeris ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.