Fix capitalization: matrix → Matrix
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
CHANGELOG.mdREADME.md
docs
configuring-playbook-bot-draupnir.mdconfiguring-playbook-bot-honoroit.mdconfiguring-playbook-bot-maubot.mdconfiguring-playbook-bot-mjolnir.mdconfiguring-playbook-bridge-appservice-slack.mdconfiguring-playbook-jitsi.mdconfiguring-playbook-matrix-registration.mdconfiguring-playbook-ntfy.mdconfiguring-playbook-user-verification-service.mdconfiguring-playbook.mdconfiguring-well-known.mdcontainer-images.mdhowto-server-delegation.mdhowto-srv-server-delegation.mdmaintenance-synapse.md
examples/reverse-proxies
group_vars
roles/custom
matrix-appservice-draupnir-for-all
templates
matrix-base
matrix-bot-chatgpt
defaults
matrix-bot-draupnir
matrix-bot-matrix-registration-bot
defaults
matrix-bot-mjolnir
matrix-bot-postmoogle
defaults
matrix-bridge-appservice-irc
matrix-bridge-go-skype-bridge
matrix-bridge-mautrix-gmessages
tasks
matrix-bridge-mautrix-signal
tasks
matrix-bridge-mautrix-whatsapp
tasks
matrix-bridge-mautrix-wsproxy
tasks
matrix-media-repo
matrix-pantalaimon
defaults
matrix-registration
defaults
matrix-static-files
matrix-synapse
matrix-user-verification-service
defaults
matrix_playbook_migration
@ -3,7 +3,7 @@
|
||||
**[Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service) (hereafter: UVS) can only be installed after Matrix services are installed and running.**
|
||||
If you're just installing Matrix services for the first time, please continue with the [Configuration](configuring-playbook.md) / [Installation](installing.md) flow and come back here later.
|
||||
|
||||
Currently, the main purpose of this role is to allow Jitsi to authenticate matrix users and check if they are authorized to join a conference. Please refer to the documentation of the [Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service) to understand how it works.
|
||||
Currently, the main purpose of this role is to allow Jitsi to authenticate Matrix users and check if they are authorized to join a conference. Please refer to the documentation of the [Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service) to understand how it works.
|
||||
|
||||
**Note**: enabling Matrix User Verification Service, means that the `openid` API endpoints will be exposed on the Matrix Federation port (usually `8448`), even if [federation](configuring-playbook-federation.md) is disabled.
|
||||
|
||||
@ -114,7 +114,7 @@ The configuration variable `UVS_LOG_LEVEL` can be set to:
|
||||
- debug
|
||||
|
||||
## TLS Certificate Checking
|
||||
If the matrix Homeserver does not provide a valid TLS certificate, UVS will fail with the following error message:
|
||||
If the Matrix Homeserver does not provide a valid TLS certificate, UVS will fail with the following error message:
|
||||
|
||||
> message: 'No response received: [object Object]',
|
||||
|
||||
|
Reference in New Issue
Block a user