I
Immich3y ago
archie

is it possible to change the storage location on a per-user basis?

Based on the documentation, it appears that images are stored in
<upload-location>/<user-id>/<year>/<month>/...
<upload-location>/<user-id>/<year>/<month>/...
I see it is possible to configure <year> onwards, but is it possible to alter the part before this? For example, it might be useful to have
<upload-location>/<username>/...
<upload-location>/<username>/...
4 Replies
Alex Tran
Alex Tran3y ago
Hello, it is not possible to do that at the moment
Sinh Tran Gatech IA/NVIDIA Instr
Not sure if it helps, but you can do symbolic link
archie
archieOP3y ago
I was going to fudge it with docker mount points, but sym links is another option. Thanks.
bo0tzz
bo0tzz3y ago
Symlinks on the host don't work inside a container It'll link to inside the container and then the data will get lost

Did you find this page helpful?