matrix-media-repo icon indicating copy to clipboard operation
matrix-media-repo copied to clipboard

Highly configurable multi-domain media repository for Matrix.

Results 146 matrix-media-repo issues
Sort by recently updated
recently updated
newest added

Initial implementation of [MSC2246](https://github.com/matrix-org/matrix-spec-proposals/pull/2246) after it was simplified. With Redis signaling it's also possible to run matrix-media-repo behind a load balancer and get notified of finished uploads across processes. Gated...

It would be nice if the releases published to github would include a `SHA256SUMS` file containing all the sha256sums for the uploaded prebuilt releases. This would allow users to verify...

Hi, I'm migrating my setup away from x86_64 into a arm64 machine, and I've noticed that media-repo images don't have an image for this architecture. Would you consider whether adding...

Currently having issues with the `-config` CLI flag being ignored, either with a file (relative or absolute) or a directory, nothing works and `/data/media-repo.yaml` is always the loaded config file....

bug
docker

Using a 503 here so clients will know that this can be retried. The use-case here is when encountering closed connections or other issues uploading to S3, which appears to...

enhancement
spec compliance
uploads

We are sometimes seeing S3 rejecting upload requests from the media repo, some investigation leads to https://stackoverflow.com/questions/52443839/s3-what-exactly-is-a-prefix-and-what-ratelimits-apply which implies prefixes would help (of course being AWS the documentation is... lacking!)....

enhancement
s3

Currently if you ask for a preview and the host redirects to another subdomain, the request returns "unexpected host: not safe to complete request". For instance: 1- Request a preview...

This includes cross-instance locking to avoid duplicate processing. The idea would be to be able to run multiple of these to help assist with load. In HA mode each instance...

enhancement

Fix #357. It allows to fetch previews if the redirected URL is a subdomain of the requested URL.