`/upload/upload` directory being created.
I think I may be misunderstanding
I'm attaching a volume to
I assume (maybe wrongfully) that the
I than set
Now, what I thouht would happen, would each user's uploads would go in there respective folders, while what actually happend was a new folder named
Is there a way I can resolve this?
User Storage Labels and Storage TemplatesI'm attaching a volume to
immich-server as follows:I assume (maybe wrongfully) that the
/usr/src/app/upload should be the root of the upload directory. In this volume I start with two empty folders to start usernameA and usernameBI than set
Storage Label for the two users to their to respective usernameA and usernameB.Now, what I thouht would happen, would each user's uploads would go in there respective folders, while what actually happend was a new folder named
upload and another folder in that for userA followed by the file such that the full path of what is created is /usr/src/app/upload/upload/3fb9942e-bdb7-4cd1-9ffc-8ca5cdedc0f4/ad9e2273-d681-47b3-b66e-3fac8b715840.pnginstead of /usr/src/app/upload/usernameA/ad9e2273-d681-47b3-b66e-3fac8b715840.pngIs there a way I can resolve this?