-

@ Luke MacNeil
2025-05-21 20:01:30
I figured this out. The problem is that the proxy used in most of these services in the default docker compose files is traefik, and traefik has a 2G file limit.
I can switch this out for nginx, and that does solve the problem, but since I use Starlink for internet I’ve had to use cloudflare tunnels to expose services.
Cloudflare tunnels also have a filesize limit.
I could get around this with some vpn-ing possibly, but the real solution is to change the proxy and run the service from AWS, probably, with an S3 backend for storage - which defeats the purpose of running it locally.
I’mma think on it more, but maybe that can get some of you around it. If I were using a traditional ISP it wouldn’t be an issue, but I’m not.