mauliasproxy icon indicating copy to clipboard operation
mauliasproxy copied to clipboard

A simple Matrix room alias proxy

Results 3 mauliasproxy issues
Sort by recently updated
recently updated
newest added

In at least the response to `/_matrix/federation/v1/version`, and likely others, a single unnecessary linefeed character is present after the top-level JSON object is closed. figuratively: ``` {"server":{"name":"mauliasproxy","version":"1.1.0","🐈":"https://github.com/tulir/mauliasproxy"}}\n ```

To avoid unnecessary SRV lookups, a vanity domain needs to publish a `/.well-known/matrix/server` [endpoint](https://spec.matrix.org/v1.11/server-server-api/#getwell-knownmatrixserver) to direct homeservers to itself. Many self-hosters will also want to serve their vanity domain from...

A number of people with vanity domains want a useful way to publish these room aliases as [a public room directory](https://spec.matrix.org/v1.11/server-server-api/#public-room-directory) so they can be indexed by projects such as...