YunoHost-Apps / synapse_ynh

Matrix server (synapse) package for YunoHost
https://matrix.org/
GNU General Public License v3.0
79 stars 43 forks source link

MSC1929: Homeserver Admin Contact and Support page #421

Open Thatoo opened 8 months ago

Thatoo commented 8 months ago

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": "your@email.here",
          "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.