Day 5: Self hosted cloud storage for photos ith immich on Raspberry Pi 5
Start server
IMMICH_ROOT=/ssd/immich_data
cat < .env <<EOF
UPLOAD_LOCATION=${IMMICH_ROOT}/upload
DB_DATA_LOCATION=${IMMICH_ROOT}/postgres
IMMICH_VERSION=release
DB_PASSWORD=postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
EOF
wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
docker compose up -d
The job is running, now you can login from the browser, http://raspberrypi.local:2283
iphone client
The iphone client can be downloaded from App Store
Next: Day 6