Move library outside data folder
Currently I have this storage template:
{{filetypefull}}/{{y}}/{{MM}}/{{filename}}
That results in paths like this:
UPLOAD_LOCATION/library/user/IMAGE/2022/02/IMAGE_56437.jpg
I however can't change anything before IMAGE using storage templates. I would like to move the entire library folder to a completely different path on my system.
Right now I'm running Immich in Docker on TrueNAS Scale 25.04 and I have my datasets setup like this:
Is it possible to move just the library folder over to the Data dataset and keep everything else under the Docker dataset?
{{filetypefull}}/{{y}}/{{MM}}/{{filename}}
That results in paths like this:
UPLOAD_LOCATION/library/user/IMAGE/2022/02/IMAGE_56437.jpg
I however can't change anything before IMAGE using storage templates. I would like to move the entire library folder to a completely different path on my system.
Right now I'm running Immich in Docker on TrueNAS Scale 25.04 and I have my datasets setup like this:
- Docker
- - Immich
- Data
- - User
- - - Images
Is it possible to move just the library folder over to the Data dataset and keep everything else under the Docker dataset?