Existing Postgres Container
Hey there. I'm looking to have just a central Postgres database and have successfully created a docker container just for Postgres.
When I'm working on the docker compose file i'm not sure what part I'd have to change in order for it to connect to the other database. I did chance a few of the settings already to what I thought they would have to be from what I understood from the readings.
I also have my env too. The Username and Password are the same as the Postgres database one....

jobs Stuck
All of my jobs seem to be stuck. I uploaded a lot of files manually since I didn’t want to deal with CLI bulk upload, and it got stuck processing (active and waiting numbers weren’t going down). I restarted the docker containers and now waiting is 0 but active is still not moving. Did I mess up my setup?
Maybe I’ll redo everything with the CLI....
Clearing photos for a single user
Hey all, is there currently any way to "reset" a single user on Immich? I have a few family members using the app, so a complete server reset is less than ideal. Also, my user is the built in 'admin' one, so I'm not sure if deleting and recreating that specific user is an option either.
Broken after upgrading to the latest -- /api/oauth/config returning 502
Hi, I just upgraded from 1.43.0 to 1.43.1 and I get an error that says "Unable to connect". Looking at the network logs the call in the title of this post returns a 502. I never had any oauth configured, so I'm curious what's going on and how to fix this. Thanks!
Is there a way to set up a base url for the app?
So I have been trying to put immich into a sub folder using traefik proxy, this if for three reasons:
1. Easy to enable SSL that is handled by traefik and tailscale
2. No need to get subdomain using a public DNS
3. Just a Good way to set things up (personal opinion)...

Immich access by Internet in Local Network
Hi,
I'm new in Immich, but i have done the setup successfully after several tries, because my router was somehow stupid with ports, and i could only get it right when the electricity went out and then on again, by accident, and suddenly all as started working. So i figure that the router should be with some kind of error, and it only needed a restart. 🙂
So, that being said, i have a question , and i appreciate if anyone could help me figure how to solve it....
Unable to connect to the database error on all containers
After updating my stack to the latest, I'm starting to get this same error in all containers that are not the databases:
```
[Nest] 1 - 01/30/2023, 8:29:01 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)...
Error: connect ECONNREFUSED 127.0.0.1:5432...
Docker Volume Names
I'd ultimatly like to have these random volume names labled as "Immich" or something recognizable. Is there a configuration I missed?

originals directory is empty
I'm noticing that the "originals" directory is empty, even after uploading photos. Is this intentional and are the originals actually be stored elsewhere?
CLI Import - Gateway Timeout
I was able to successfully import most of my files but there are about 200 or so that the CLI import tool isn't happy about. I'm going to venture a guess it has something to do regarding the size of the files.
I
cd
to my directory of folders/files I want to upload and run: docker run -it --rm -v "$(pwd)":/import ghcr.io/immich-app/immich-cli:latest upload --key <redacted> --server https://photos.domain.com/api -t 10
. It runs for awhile and eventually outputs a bunch of `504 Gateway Time-out. The server didn't respond in time." Any ideas how I can fix this? It's probably hitting an upload size limit....health check endpoints for each service
I am implementing Immich in k8s. For correctly setting up the probes I need to know correct health check endpoints. Are they documented somewhere?
CLI does not work after upgrading to 1.43.0
After upgrading the server to 1.43.0 the CLI stopped working. I get the error message “error logging in - check api key”. This was working before. I have tried recreating the api key but that doesn’t seem to work.
only showing thumbnails
running in docker with a separare nginx-reverse-proxy pointing to
immich_proxy:8080
. also tried with a fresh config pointing / to immich-web and /api to immich-server, same results.
I can access immich via website and android app, can upload photos via website and app.
Unfortunately on the website I can only see thumbnails, the photos never load, the part stays black. Works fine in the app.
...server error : connect ECONNREFUSED 172.18.0.7:3001
Running proxmox with nfs share mounted to lxc container with portainer.
Used: https://documentation.immich.app/docs/install/portainer
To install, changed upload location to /mnt/pve/portainer (nfs location)
And database to:
volumes: - ${UPLOAD_LOCATION}/data:/var/lib/postgresql/data...
NGINX (SWAG) Setup Sanity Check
Hi all, just getting started with Immich and so far it's been really great.
I managed to get the reverse-proxy working and was hoping someone more familiar with NGINX could sanity check my config. I also wanted to share my conf file to help anyone else on the same path.
I'm using UnRAID and installed Immich via the community all-in-one docker: https://github.com/imagegenius/docker-immich...
Images not showing up after upload
I've got about 2000 photos selected across various albums and the mobile app has completed a complete upload/backup session. After completion, however, I only see some 200 images in the server status counts. When I start another backup, it tries to upload the same images again.
I've checked logs for all the containers and don't see any errors. How can I debug why 9 out of 10 of my images "upload" to /dev/null?...
IOS app shows duplicate photos after running a backup with cloud and cross through cloud icons
Hi there,
Just ran a backup on my phone so it can automatically upload images. After doing so I noticed duplicates showing up on the app not on the website though and with some having a small cloud and cross through cloud icon. I'm assuming it means one is synced and maybe one isn't but not sure why it be there if I have backed up?
Thanks...
Uploading from ios app after mass cli upload.
Hi there,
My question is in regards to uploading/backing up photos via the immich app after using the mass cli uploader to upload photos which are the backed up photos I sync from my phone to my server.
Since when I do go to activate backup from the app it will sift through all my photos in my album will it look for duplicates that might have been uploaded by the mass uploader cli? since most from there will be pretty recent stuff since that's how I backed up photos in the past to the server?...