Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Try as an alternative. To check new ML for better face recognition https://immich.app/

First try

Code Block
curl -o- https://raw.githubusercontent.com/immich-app/immich/main/install.sh | bash

If docker is not installed

For Ubuntu 24

Code Block
Docker install
https://docs.docker.com/engine/install/ubuntu/

for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove -y $pkg; done
apt update
apt install ca-certificates curl
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc
echo   "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" |   sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update
apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin



docker compose files


Info
in case of IPv6 disabled need "IMMICH_HOST: 0.0.0.0" to be added for machine learning

...