alittlebee
alittlebee
IImmich
Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
Thank you. I'll try that and report back 🙂
13 replies
IImmich
Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
But last time I did that, all my images are broken. Did you checkout my other comments above, which I tried to describe the issue in more details.
13 replies
IImmich
Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
@Alex can you advise?
13 replies
IImmich
Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
@Alex I moved the folder back to the original place to make it usable again, so now I am back to square one. This is my original question:
Since Immich doesn't support photo editing, I have been trying to find a way to fill that gap. One way of doing it is to mount the Immich volume to my local PC using MountainDuck via SFTP, edit with DarkTable and let it sync back to the remote volume. However, this has been very slow on my computer and MountainDuck doesn't seem to work reliable on syncing offline files. Another problem is that, I sync the volume to my external hard drive via the software.
I came up with this solution. Since both my NextCloud and Immich are on the same server, I can move the Immich uploade folder volume into a folder in NextCloud. That way, I can use NextCloud client to make the files available offline for fast editing and sync it back later. It is also easier for backup as well. Do you think that could work? Is there anything I should be aware of?
Since Immich doesn't support photo editing, I have been trying to find a way to fill that gap. One way of doing it is to mount the Immich volume to my local PC using MountainDuck via SFTP, edit with DarkTable and let it sync back to the remote volume. However, this has been very slow on my computer and MountainDuck doesn't seem to work reliable on syncing offline files. Another problem is that, I sync the volume to my external hard drive via the software.
I came up with this solution. Since both my NextCloud and Immich are on the same server, I can move the Immich uploade folder volume into a folder in NextCloud. That way, I can use NextCloud client to make the files available offline for fast editing and sync it back later. It is also easier for backup as well. Do you think that could work? Is there anything I should be aware of?
So if I need to do mv /mnt/storage/immich /mnt/storage/nextcloud/user1/immich, how do I make it so that Immich knows that the location has been changed?
13 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
I don't use Cloudflared. I use Traefik and Cloudflare is only used to verify DNS
48 replies
IImmich
Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
Literally move UPLOAD LOCATION a couple of levels deeper
13 replies
IImmich
Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
Yes, exactly @Alex
13 replies
IImmich
Created by alittlebee on 7/31/2023 in #help-desk-support
How to change Immich UPLOAD_LOCATION?
According to your comment https://github.com/immich-app/immich/discussions/3299, @bo0tzz, since the uploaded images file path are saved in the DB, even with recovery, I do have to give the UPLOAD_LOCATIONS the same on the new system for it to work, right?
13 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
Of course, here you go
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
No description
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
Ah, no. I ran cloudflared before and ditched it as soon as I discovered the limitation.
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
I only use CloudFlare to issue certificate/DNS challenge. Not sure if it needs to be configured with something.
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
No description
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
The error is still there 😦
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
At this point, I am pretty sure I configured everything correctly but none helped. Immich now runs as normal. I loaded a new middleware middlewares-immich-secure-headers
middlewares-immich-secure-headers:
headers:
accessControlAllowMethods:
- GET
- OPTIONS
- PUT
accessControlMaxAge: 100
hostsProxyHeaders:
- "X-Forwarded-Host"
# sslRedirect: true #replaced with middlewares-https-redirectscheme for v2.5.x
stsSeconds: 63072000
stsIncludeSubdomains: true
stsPreload: true
forceSTSHeader: true
# frameDeny: true #overwritten by customFrameOptionsValue
customFrameOptionsValue: "SAMEORIGIN" #CSP takes care of this but may be needed for organizr.
contentTypeNosniff: true
browserXssFilter: true
# sslForceHost: true # add sslHost to all of the services
# sslHost: "{{env "DOMAINNAME_SHB"}}"
referrerPolicy: "same-origin"
# Setting contentSecurityPolicy is more secure but it can break things. Proper auth will reduce the risk.
# the below line also breaks some apps due to 'none' - sonarr, radarr, etc.
# contentSecurityPolicy: "frame-ancestors '*.{{env "DOMAINNAME_SHB"}}:*';object-src 'none';script-src 'none';"
# Line below, featurePolicy, was deprecated in v2.5.x in favor permissionPolicy
# featurePolicy: "camera 'none'; geolocation 'none'; microphone 'none'; payment 'none'; usb 'none'; vr 'none';"
permissionsPolicy: "camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=()"
customResponseHeaders:
X-Robots-Tag: "none,noarchive,nosnippet,notranslate,noimageindex,"
server: ""
# https://community.traefik.io/t/how-to-make-websockets-work-with-traefik-2-0-setting-up-rancher/1732
X-Forwarded-Proto: "https"
middlewares-immich-secure-headers:
headers:
accessControlAllowMethods:
- GET
- OPTIONS
- PUT
accessControlMaxAge: 100
hostsProxyHeaders:
- "X-Forwarded-Host"
# sslRedirect: true #replaced with middlewares-https-redirectscheme for v2.5.x
stsSeconds: 63072000
stsIncludeSubdomains: true
stsPreload: true
forceSTSHeader: true
# frameDeny: true #overwritten by customFrameOptionsValue
customFrameOptionsValue: "SAMEORIGIN" #CSP takes care of this but may be needed for organizr.
contentTypeNosniff: true
browserXssFilter: true
# sslForceHost: true # add sslHost to all of the services
# sslHost: "{{env "DOMAINNAME_SHB"}}"
referrerPolicy: "same-origin"
# Setting contentSecurityPolicy is more secure but it can break things. Proper auth will reduce the risk.
# the below line also breaks some apps due to 'none' - sonarr, radarr, etc.
# contentSecurityPolicy: "frame-ancestors '*.{{env "DOMAINNAME_SHB"}}:*';object-src 'none';script-src 'none';"
# Line below, featurePolicy, was deprecated in v2.5.x in favor permissionPolicy
# featurePolicy: "camera 'none'; geolocation 'none'; microphone 'none'; payment 'none'; usb 'none'; vr 'none';"
permissionsPolicy: "camera=(), microphone=(), geolocation=(), payment=(), usb=(), vr=()"
customResponseHeaders:
X-Robots-Tag: "none,noarchive,nosnippet,notranslate,noimageindex,"
server: ""
# https://community.traefik.io/t/how-to-make-websockets-work-with-traefik-2-0-setting-up-rancher/1732
X-Forwarded-Proto: "https"
with the same content as you.
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
Thanks a lot for the explaination. Now I understand. ❤️
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
Ah, I think I start to understand it now.
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
Btw, it is mentioned that traefik.yml is a "static config" and fileConfig is "dynamic config". What do they mean?
48 replies
IImmich
Created by alittlebee on 7/21/2023 in #help-desk-support
Traefik doesn't allow large size upload
Did you follow this guide to setup? https://docs.ibracorp.io/traefik/master/docker-compose/config-files-explained This is the only resource I found mentioning fileConfig.yml
48 replies