Sharing precious photos and videos is an important part of immich, but right now it is a bit confusing and limiting. There are some technical implications to sharing decisions, especially as it relates to security and access controls. La...
New photos show up on Android when opening the app and when refreshing. There are no errors in the log. alextran1502 mentioned this issue May 8, 2024 Revert "feat(android) Check server is reachable before starting background backup (#8989)" #9324 Merged alextran1502 linked a pull ...
Basically, the docker container is hardcoded to assume http://immich_postgres is reachable as a hostname but it's really https://database based on my docker-compose.yaml setup. anupdebnath commented Nov 20, 2024 • edited Same error. Log as follows: Error: getaddrinfo ENOTFOUND immich...
feat(server): optimize person thumbnail generation by@mertalevin#7513 chore(server): remove unused deps by@jrasm91in#9334 refactor(server): auth route metadata by@jrasm91in#9344 perf: cachegetConfigby@mertalevin#9377 perf: cache transcoding devices by@mertalevin#9381 ...
This is my actual compose services: immich-server: image: altran1502/immich-server:latest container_name: "immich-server" entrypoint: ["/bin/sh", "./entrypoint.sh"] networks: immich: volumes: - /volume1/docker/Immich/Upload:/usr/src/app/upload env_file: - /volume1/docker/Immich/Immich....