Use the –resolve flag e.g. curl --resolve matrix.example.com:8008:127.0.0.1 https://matrix.example.com:8008/
Comment on HELP : Cannot upload files bigger than ~180MB to matrix server
gyoo@lemmy.ca 5 days ago 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.
stratself@lemdro.id 4 days ago
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.