Comment on HELP : Cannot upload files bigger than ~180MB to matrix server
skankhunt42@lemmy.ca 6 days ago
I’d try on the PI against the service port to remove all the extra complexity. If that doesn’t work, fix it and move on to the next layer, fixing as needed until you get to the end.
How would I do that? The curl command already works and the service is being handeld by the reverse proxy, which depends on the domain name to pass the requests correctly. Even if I succeeded, element-web is configured to send the file to the domain name, not the local address.
You can use the host file to point matrix.example.ca to 127.0.0.1 or whatever endpoint you want to try.
You could set up a docker container with cinny to try a different app. cinny.in
I don’t like elements so I avoid it, not sure what to suggest there.
stratself@lemdro.id 4 days ago
Use the
–resolveflag e.g.curl --resolve matrix.example.com:8008:127.0.0.1 https://matrix.example.com:8008/