NoFloXx
NoFloXx
IImmich
Created by NoFloXx on 1/2/2025 in #help-desk-support
Large files cannot be backed up/uploaded
The NGINX is on a VPS that has a tunnel to my Promox home, otherwise I cannot access the service because of fiber optics and no public IPv4. Therefore, I then created a subdomain for Immich that points to the local IP on my Proxmox, where Immich runs on port 2283. But I managed it, added this to the subdomain under 'Advanced' in NGINX and now the upload works:
# allow large file uploads
client_max_body_size 50000M;

# set timeout
proxy_read_timeout 60000s;
proxy_send_timeout 60000s;
send_timeout 60000s;
# allow large file uploads
client_max_body_size 50000M;

# set timeout
proxy_read_timeout 60000s;
proxy_send_timeout 60000s;
send_timeout 60000s;
9 replies
IImmich
Created by NoFloXx on 1/2/2025 in #help-desk-support
Large files cannot be backed up/uploaded
And how and where can I adjust that? Immich runs on a normal Debian VM without NGINX Reverse Proxy!
9 replies
IImmich
Created by NoFloXx on 1/2/2025 in #help-desk-support
Large files cannot be backed up/uploaded
No, I connect via Nginx reverse proxy. I set up a subdomain there that connects to the local IP with 2283. This all works perfectly. Videos and images are also all synchronized. Problems only arise when the videos exceed around 2 GB.
9 replies