DisgruntledQuokka
DisgruntledQuokka
IImmich
Created by DisgruntledQuokka on 11/17/2023 in #help-desk-support
`/upload/upload` directory being created.
I think I may be misunderstanding User Storage Labels and Storage Templates I'm attaching a volume to immich-server as follows:
volumes:
- /etc/localtime:/etc/localtime:ro
- type: volume
source: user-data
target: /usr/src/app/upload
volume:
nocopy: true
volumes:
- /etc/localtime:/etc/localtime:ro
- type: volume
source: user-data
target: /usr/src/app/upload
volume:
nocopy: true
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 usernameB I 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.png Is there a way I can resolve this?
44 replies
IImmich
Created by DisgruntledQuokka on 2/22/2023 in #help-desk-support
Traefik [Gateway Timeout]
Is there recent changes to Immich that would break this: https://github.com/immich-app/immich/discussions/437#discussioncomment-3609797 I'm trying this traefik config (use traefik for other services) for immich for the first time and it is not working for me docker-compose: https://pastebin.com/YBRs0jbn I have tried this both with and without the immich-proxy With immich-proxy the application is accessible at http://{URL}:2283 Both with or without immich-proxy the application is not accessible at https://{URL}
2 replies