lukemacneil on Nostr: I figured this out. The problem is that the proxy used in most of these services in ...
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.
Published at
2025-05-21 20:01:30Event JSON
{
"id": "9e65d9748343423b919b658725691fbc591df2dc4639ee94e7bca95e86cdd075",
"pubkey": "44829373365f3b47631280f3c689c6edfcc35d58dda0e49a1f309215781b732e",
"created_at": 1747857690,
"kind": 1,
"tags": [
[
"e",
"ae18c4d8063c38092f7702a10ebfaa991b0584eff7d1c212d6637add694c6cca",
"",
"root"
],
[
"p",
"44829373365f3b47631280f3c689c6edfcc35d58dda0e49a1f309215781b732e"
],
[
"client",
"Nostur",
"31990:9be0be0fc079548233231614e4e1efc9f28b0db398011efeecf05fe570e5dd33:1685868693432"
]
],
"content": "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. \n\nI 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. \n\nCloudflare tunnels also have a filesize limit. \n\nI 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. \n\nI’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. ",
"sig": "09e39de40a82bad64c2e163520dd7459d483940db76126fa31a38db56ae3e405f8f531c027dc900bd699a8e1167e3aa5136aa71fc6edb1a271c7b184cac1542a"
}