User Configuration User-1 User-2 Family >> This is also the Immich admin account, created first (do not modify email and name afterwards to switch with User-x, as this causes issues) Set the upload name in user accounts to the actual name (instead of UUID) for readable folder structures User-x should not define Family as partner, and vice versa User-x shares (specific) albums with Family...
Creating Albums from Directory Structures in Immich
A comprehensive guide to automated photo album organization. Based on / With use off the script of Solvoxia at GitHub (see below for credits). Initial Setup First, create the necessary directory structure and API key configuration: mkdir -p /mnt/Immich-Library/api_keysCopy echo "api_key_User-1_from_Immich" > /mnt/Immich-Library/api_keys/User-1.keyCode language: JavaScript (javascript)Copy echo...
Building Backup from RPi attached USB-SSD with Immich photo source to Synology NAS
Learn how to create an intelligent backup solution that mirrors your external SSD drive from a Raspberry Pi to a Synology NAS, complete with real-time monitoring and smart file deletion handling. This comprehensive guide demonstrates how to maintain perfect backups of your photo library while preserving deleted files in a separate '_deleted' folder with their original directory structure intact.
Update Immich
My Setup sudo apt update sudo apt upgradeCopy cd ~/immichCopy docker compose pullCopy docker compose up -dCopy sources (references) & credits Basically all input/information came from the websites below. So credits and thanks to those content creators and subject matter experts. The only reason I mainly copy/paste their content is to guarantee I have a backup for myself and because multiple...
Immich behind reverse proxy
Wauw this took a while, ultimately I found the cause of all troubles myself. But all basic information I needed I gathered over the internet and via clause.ai. My Setup Upfront The main reason why it took me multiple days was: the immich.domain.com I sued within CloudFlare, and with that the immic.domain.com I entered in Nginx caused problems and didn’t work. Whatever I tried….. when...