TastesLikeShit
IImmich
•Created by TastesLikeShit on 10/31/2024 in #help-desk-support
Invalid data found when processing input Error: ffprobe exited with code 1
I have numerous blocks of this error in my
docker compose logs immich-server
14 replies
IImmich
•Created by TastesLikeShit on 9/2/2023 in #help-desk-support
`immich upload` via `immich-cli` keeps failing with `Request failed with status code 408`
4 replies
IImmich
•Created by TastesLikeShit on 8/12/2023 in #help-desk-support
Cannot access API from external URL in android mobile app
I have troubles accessing immich API from the android mobile app.
Here is the relevant entry in my Caddyfile:
Here is the relevant .env line
IMMICH_API_URL_EXTERNAL=https://immich.domain.com
immich.domain.com/api/server-info/ping
and
my.docker.host.ip:2283/api/server-info/ping
both gladly 😄 respond
{"res":"pong"}
What am I missing?17 replies
IImmich
•Created by TastesLikeShit on 8/6/2023 in #help-desk-support
Error downloading GeoName cities 1000 data
I noticed that every couple of minutes microservices CPU usage was going to ~100-120%.
I found this in the microservice logs
5 replies
IImmich
•Created by TastesLikeShit on 8/6/2023 in #help-desk-support
`immich_proxy` won't stay on a docker network.
First of all, to avoid the XY problem:
I want to access immich at a special local subdomain, i.e.
immich.home.bb
.
I intend to use pihole
(local DNS) and caddy
(reverse proxy).
All of the services are inside separate docker containers on a network with a bridge
driver.
Here is my docker-compose.yml
When I inspect the docker network, immich_proxy
is not the internal
(not the exact name) network. When I try to manually add it using docker network connect internal immich_proxy
it shows up for some time and then goes away. If I remove the networks
block from the immich_proxy
and just use ports
with -"2283:8080"
I can access the auth page on device-ip:2283
. I was hoping to use reverse_proxy immich_proxy:8080
in my Caddyfile but I can't ping the immich_proxy
container using docker compose exec caddy ping -c 5 immich_proxy
. I can do this to the other containers on the docker network, i.e. nodejs
.9 replies