Comment on What is the best way to sync images to my NAS?
Appoxo@lemmy.dbzer0.com 1 week agoYes.
It can also sync across the internet if you have it set up appropriately.
Very neat and they have recently implemented (chrome) casting capability into the app.
cyberpunk007@lemmy.ca 1 week ago
This is cool, unfortunately for me I’m too lazy to set up like 5 dockers for immich right now lol.
Appoxo@lemmy.dbzer0.com 1 week ago
Looks like much but it’s basically copy pasting the base compose and adjusting for your current infrastructure.
The actual work comes with ingesting the data.
cyberpunk007@lemmy.ca 1 week ago
I saw the compose earlier, doesn’t it call for an external db, among other things?
If it’s just that compose I’ll probably implement this tomorrow.
Appoxo@lemmy.dbzer0.com 1 week ago
Yep, all you need are
docker-compose.yml
,hwaccel.ml.yml
,hwaccel.transcoding.yml
and the.env
file.And moat of that is copy pasting the template and adjusting (sticking the version number, choosing GPU/ML accelerator, etc.) ig