docker-immich icon indicating copy to clipboard operation
docker-immich copied to clipboard

Monolithic (Single) Docker Container for Immich

Results 58 docker-immich issues
Sort by recently updated
recently updated
newest added

Extract Metadata and Sidecar Metadata jobs error out and stop when encountering corrupted and/or missing files. I have a few images that were corrupt and would cause the jobs to...

Recently, I try to migrate from docker-immich to docker-compose, I map the /photos folder in docker-immich to /usr/src/app/upload/ in docker-compose version. But i found all the photos are unlinked and...

Not sure if this is an issue for the main app GitHub or not. I'll start here... For the past couple weeks the Android app shows none of the latest...

I followed Spaceinvader One's install instructions for install. PostgreSQL_Immich is up and running but I get an execution error when I try to run Immich. Unraid shows port mappings as...

Device: Qnap 466C Docker compose: ``` --- version: "2.1" services: immich: image: ghcr.io/imagegenius/immich:latest container_name: immich environment: - PUID=1000 - PGID=1000 - TZ=Asia/Shanghai - DB_HOSTNAME=192.168.50.26 - DB_USERNAME=postgres - DB_PASSWORD=postgres - DB_DATABASE_NAME=immich...

For every image that is upoloaded after the 1.99 release I get in the log file the following: ``` [Nest] 247 - 03/29/2024, 8:50:46 PM ERROR [Error: EPERM: operation not...

I need some help to configure a NPM proxy manager that reside on a different machine. Immich works with a local IP (Example http://192.168.8.105:8082) but if I configure it with...

Hello! In the admin jobs if i clicked on compute missing happens always to be some thousands of videos, library tasks or thumbnails that are missing and yet todo Like...

Looking for a bit of help with getting intel quicksync transcoding set up with this container and Unraid. I've passed the iGPU through using --device=/dev/dri/ as an extra parameter. The...

Immich v1.94.0 will introduce the ability to support GPU acceleration for machine-learning. ## Nvidia - CUDA Cuda acceleration shouldn't be too difficult to support, we should be able to reuse...