askiiart
askiiart
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
As for pg_data's permissions changing, I just set up a cron job to fix the permissions lol
18 replies
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
Well, I may have accidentally rm -rf'd /var/lib/docker and had to reinstall everything, but it works fine now!
18 replies
IImmich
Created by directly on 2/7/2023 in #help-desk-support
iOS unable to access server with self signed SSL
Really the only way it could get exposed is if your router got hacked
27 replies
IImmich
Created by directly on 2/7/2023 in #help-desk-support
iOS unable to access server with self signed SSL
I don't think https on your LAN is worth the effort, you should probably just use http
27 replies
IImmich
Created by directly on 2/7/2023 in #help-desk-support
iOS unable to access server with self signed SSL
I'd suggest DuckDNS - https://duckdns.org
27 replies
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
Ok, now I'm also getting permission denied errors for immich_postgres /mnt/big-stuff/media/immich/pg_data's permissions are getting changed to 700 when I run docker restart immich_postgres, and the owner changes to systemd_coredump
18 replies
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
I'm running it as root. My best guess is that SELinux is blocking access since I moved the Docker --data-root to another drive.
18 replies
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
Anyways, I'll try and figure it out tomorrow, I've gotta get to bed
18 replies
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
I'm on Rocky Linux 9.1, and I'm running docker compose up -d --remove-orphans
18 replies
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
Oh, thanks! I always forget about that.
18 replies
IImmich
Created by askiiart on 2/7/2023 in #help-desk-support
immich_proxy constantly restarting
And here's docker ps | grep immich:
d311547256d5 altran1502/immich-proxy:release "/start.sh" 9 minutes ago Restarting (2) 8 seconds ago immich_proxy
d9e46f06ed1f altran1502/immich-server:release "/bin/sh ./start-ser…" 13 minutes ago Up 13 minutes 3001/tcp immich_server
4de9254b8b8d altran1502/immich-server:release "/bin/sh ./start-mic…" 13 minutes ago Up 13 minutes 3001/tcp immich_microservices
537c6a9040ce altran1502/immich-machine-learning:release "/bin/sh ./entrypoin…" 13 minutes ago Up 13 minutes immich_machine_learning
9398b1b68799 postgres:14 "docker-entrypoint.s…" 13 minutes ago Up 13 minutes 5432/tcp immich_postgres
53cd33b2620b redis:6.2 "docker-entrypoint.s…" 13 minutes ago Up 13 minutes 6379/tcp immich_redis
ec3a3148a457 altran1502/immich-web:release "/bin/sh ./entrypoin…" 27 minutes ago Up 27 minutes 3000/tcp immich_web
d311547256d5 altran1502/immich-proxy:release "/start.sh" 9 minutes ago Restarting (2) 8 seconds ago immich_proxy
d9e46f06ed1f altran1502/immich-server:release "/bin/sh ./start-ser…" 13 minutes ago Up 13 minutes 3001/tcp immich_server
4de9254b8b8d altran1502/immich-server:release "/bin/sh ./start-mic…" 13 minutes ago Up 13 minutes 3001/tcp immich_microservices
537c6a9040ce altran1502/immich-machine-learning:release "/bin/sh ./entrypoin…" 13 minutes ago Up 13 minutes immich_machine_learning
9398b1b68799 postgres:14 "docker-entrypoint.s…" 13 minutes ago Up 13 minutes 5432/tcp immich_postgres
53cd33b2620b redis:6.2 "docker-entrypoint.s…" 13 minutes ago Up 13 minutes 6379/tcp immich_redis
ec3a3148a457 altran1502/immich-web:release "/bin/sh ./entrypoin…" 27 minutes ago Up 27 minutes 3000/tcp immich_web
18 replies