Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSC1929: Homeserver Admin Contact and Support page #421

Open
Thatoo opened this issue Oct 20, 2023 · 0 comments
Open

MSC1929: Homeserver Admin Contact and Support page #421

Thatoo opened this issue Oct 20, 2023 · 0 comments
Labels

Comments

@Thatoo
Copy link

Thatoo commented Oct 20, 2023

Do we implement the MSC1929: Homeserver Admin Contact and Support page

Here is what Aine from etke.cc matrix server announces :

Hey there, Matrix Homeserver Owners!

I'm Aine from [etke.cc](https://etke.cc/), and I want to tell you about a fantastic project we're working on: [Matrix Rooms Search](https://gitlab.com/etke.cc/mrs/api). It's a search engine for Matrix Federation public rooms.

Recently, we introduced [MSC1929](https://github.com/matrix-org/matrix-spec-proposals/pull/1929) integration into Matrix Rooms Search. This feature automatically notifies server owners by email if a room on their server is reported for any issues. It's an important step toward enhancing safety within the Matrix Federation.

However, we've noticed that the adoption of [MSC1929](https://github.com/matrix-org/matrix-spec-proposals/pull/1929) across Matrix servers is relatively low, despite the fact it is going to the proposed Final Comment Period soon. This is where we need your help!

On behalf of the MRS project, we're reaching out to you to add (or update, if you previously configured it) [MSC1929](https://github.com/matrix-org/matrix-spec-proposals/pull/1929) support to your homeserver. Together, we can make the Matrix Federation a safer and more secure environment for everyone.

So, how can you do this? It's simple! You just need to serve the /.well-known/matrix/support file with the following structure on your homeserver's domain. If your Matrix ID is @you:example.com, the file should be available at https://example.com/.well-known/matrix/support:
    {
      "contacts": [
        {
          "email_address": "[email protected]",
          "matrix_id": "@your:mxid.here",
          "role": "admin"
        }
      ]
    }
If you're using [mdad](https://github.com/spantaleev/matrix-docker-ansible-deploy), there's a handy [guide](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-well-known.md#optional-introduction-to-homeserver-admin-contact-and-support-page) to assist you in setting this up.

By taking this step, you'll be contributing to a safer and more secure Matrix Federation. We invite you to join us in the [#mrs:etke.cc](https://matrix.to/#/%23mrs:etke.cc) room, where you can connect with others who are interested in the MRS project.

Let's work together to make the Matrix Federation a better place for all of us. Your support means a lot, and it's a step in the right direction for a more secure and connected future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants