Explorar el Código

Mark /.well-known/matrix/support as accepted spec

pull/3076/head
Slavi Pantaleev hace 2 años
padre
commit
61bf368080
Se han modificado 2 ficheros con 3 adiciones y 6 borrados
  1. +1
    -4
      docs/configuring-well-known.md
  2. +2
    -2
      roles/custom/matrix-base/defaults/main.yml

+ 1
- 4
docs/configuring-well-known.md Ver fichero

@@ -38,16 +38,13 @@ To learn how to set it up, read the Installing section below.


## (Optional) Introduction to Homeserver Admin Contact and Support page ## (Optional) Introduction to Homeserver Admin Contact and Support page


[MSC 1929](https://github.com/matrix-org/matrix-spec-proposals/pull/1929) specifies a way to add contact details of admins, as well as a link to a support page for users who are having issues with the service.

This MSC did not get accepted yet, but we think it might already be useful to Homeserver admins who wish to provide this information to end-users.
[MSC 1929](https://github.com/matrix-org/matrix-spec-proposals/pull/1929) specifies a way to add contact details of admins, as well as a link to a support page for users who are having issues with the service. Automated services may also index this information and use it for abuse reports, etc.


The two playbook variables that you could look for, if you're interested in being an early adopter, are: `matrix_homeserver_admin_contacts` and `matrix_homeserver_support_url`. The two playbook variables that you could look for, if you're interested in being an early adopter, are: `matrix_homeserver_admin_contacts` and `matrix_homeserver_support_url`.


Example snippet for `vars.yml`: Example snippet for `vars.yml`:
``` ```
# Enable generation of `/.well-known/matrix/support`. # Enable generation of `/.well-known/matrix/support`.
# This needs to be enabled explicitly for now, because MSC 1929 is not yet accepted.
matrix_well_known_matrix_support_enabled: true matrix_well_known_matrix_support_enabled: true


# Homeserver admin contacts as per MSC 1929 https://github.com/matrix-org/matrix-spec-proposals/pull/1929 # Homeserver admin contacts as per MSC 1929 https://github.com/matrix-org/matrix-spec-proposals/pull/1929


+ 2
- 2
roles/custom/matrix-base/defaults/main.yml Ver fichero

@@ -285,9 +285,9 @@ matrix_docker_network: "matrix"
matrix_well_known_matrix_server_enabled: true matrix_well_known_matrix_server_enabled: true


# Controls whether a `/.well-known/matrix/support` file is generated and used at all. # Controls whether a `/.well-known/matrix/support` file is generated and used at all.
# For details about this file, see the spec: https://github.com/matrix-org/matrix-spec-proposals/pull/1929
# #
# This is not enabled by default, until the MSC gets accepted: https://github.com/matrix-org/matrix-spec-proposals/pull/1929
#
# This is not enabled by default, as for it to be useful, other information is necessary.
# See `matrix_homeserver_admin_contacts`, `matrix_homeserver_support_url`, etc. # See `matrix_homeserver_admin_contacts`, `matrix_homeserver_support_url`, etc.
matrix_well_known_matrix_support_enabled: false matrix_well_known_matrix_support_enabled: false




Cargando…
Cancelar
Guardar