smileBeda
smileBeda
IImmich
Created by smileBeda on 4/21/2025 in #help-desk-support
Unnamed Containers
Doing some cleanup in local docker I found docker system df -v returned two unnamed images:
REPOSITORY TAG IMAGE ID CREATED SIZE SHARED SIZE UNIQUE SIZE CONTAINERS
<none> <none> 7de0dedd123b 11 months ago 30MB 7.798MB 22.25MB 1
<none> <none> 2e2cb40c55b8 14 months ago 676MB 0B 675.8MB 1
REPOSITORY TAG IMAGE ID CREATED SIZE SHARED SIZE UNIQUE SIZE CONTAINERS
<none> <none> 7de0dedd123b 11 months ago 30MB 7.798MB 22.25MB 1
<none> <none> 2e2cb40c55b8 14 months ago 676MB 0B 675.8MB 1
Checking with docker ps -a --filter ancestor=7de0dedd123b and sudo docker ps -a --filter ancestor=2e2cb40c55b8, turns out these are Immich related:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d04aacdc688d redis:6.2-alpine "docker-entrypoint.s…" 6 days ago Up 47 hours (healthy) 6379/tcp immich_redis
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d04aacdc688d redis:6.2-alpine "docker-entrypoint.s…" 6 days ago Up 47 hours (healthy) 6379/tcp immich_redis
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a466616421ba tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 6 days ago Up 47 hours (healthy) 5432/tcp immich_postgres
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a466616421ba tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 6 days ago Up 47 hours (healthy) 5432/tcp immich_postgres
Any idea why these are unnamed, whether or not I can delete them, and how to avoid this in future?
6 replies
IImmich
Created by smileBeda on 4/10/2025 in #help-desk-support
Wrong redirect after oAuth success
Why would Immic try to load /api/oauth/callback after an oAuth? That URL does not exist at all.
{
"message": "Failed to finish oauth",
"error": "Internal Server Error",
"statusCode": 500,
"correlationId": "p0n02pvf"
}
{
"message": "Failed to finish oauth",
"error": "Internal Server Error",
"statusCode": 500,
"correlationId": "p0n02pvf"
}
{"message":"Cannot GET /api/oauth/callback","error":"Not Found","statusCode":404,"correlationId":"cufthogg"} Referrer is the domain on which immich runs, oAuth correctly logs in, no problem with that, but somehow immmich loads that weird url, then says :could not complete oauth: even if everything went well with oAuth (well, except that it did not log in, due to the bad url redirect) Using authentik as per the docs, everything setup properly according the documentation, this happens on desktop computers, mobile I did not try.
21 replies