Hi, I am fairly new to this whole topic but I was able to set up Immich on my Home NAS running with TrueNAS. When is was setting up, I was not able to find Immich as "original" App in the TrueNAS "app store", therefore I have set zp Immich as a "Custom App" via YAML File. The "disadvantage": it's not a typical docker environment, no docker commands, and there is no envelope file. Therefore I set all the envelope settings directly in the YAML file, like PostgresPW, Data Directory and so on.
But now I am unable to upgrade to version 3, because, as I said, I don't have an envelope file where I could set the version to "v3", but the YAML file refers to the "${IMMICH_VERSION:-RELEASE} version of Immich, and I can't set it directly to "v3" nor "v3.0.0" - I CAN. But if I do the app won't compose.
I wasn't able to find stable GHCR packages for immich_server and immich_machine_learning for v3 either. So I could not set them directly aswell.
Any advice?
.