Hello. I am running ZorinOS for my daily driver laptop but also for what I am using as a "server" in a desktop. For example, I run jellyfin from this "server" desktop. I would like to run Immich alongside Jellyfin but have not found a definitive guide on how to install it on a non-ubuntu server. Any tips or guidance on this?
Zorin should be close enough to Ubuntu for the normal Immich Docker Compose install. I would avoid trying to install Immich directly on the host; keep Jellyfin and Immich as separate compose projects, with separate data directories. Check these first: Docker + compose plugin installed, a fixed mount path for the photo library, and backups for both the Immich upload folder and its Postgres volume before importing a big library.
On the Immich Website, You find Instructions:
What do you mean by "directly on the host"? I have Jellyfin installed from the flatpack. I am guessing from reading a bit more on my end that docker is the way to go. A bit intimidating as I have never used it before.