mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-11 17:48:57 +01:00
Compare commits
3 Commits
ba0ef316cc
...
54af9606db
Author | SHA1 | Date | |
---|---|---|---|
|
54af9606db | ||
|
3b0a433ec8 | ||
|
0df0f8578e |
@ -73,7 +73,7 @@ traefik_configuration_extension_yaml: |
|
|||||||
storage: {{ traefik_config_certificatesResolvers_acme_storage | to_json }}
|
storage: {{ traefik_config_certificatesResolvers_acme_storage | to_json }}
|
||||||
|
|
||||||
# 2. Configure the environment variables needed by Rraefik to automate the ACME DNS Challenge (example for Cloudflare)
|
# 2. Configure the environment variables needed by Rraefik to automate the ACME DNS Challenge (example for Cloudflare)
|
||||||
traefik_environment_variables: |
|
traefik_environment_variables_additional_variables: |
|
||||||
CF_API_EMAIL=redacted
|
CF_API_EMAIL=redacted
|
||||||
CF_ZONE_API_TOKEN=redacted
|
CF_ZONE_API_TOKEN=redacted
|
||||||
CF_DNS_API_TOKEN=redacted
|
CF_DNS_API_TOKEN=redacted
|
||||||
@ -153,7 +153,7 @@ traefik_configuration_extension_yaml: |
|
|||||||
traefik_certResolver_primary: "dns"
|
traefik_certResolver_primary: "dns"
|
||||||
|
|
||||||
# Configure the environment variables needed by Traefik to automate the ACME DNS Challenge (example for Cloudflare)
|
# Configure the environment variables needed by Traefik to automate the ACME DNS Challenge (example for Cloudflare)
|
||||||
traefik_environment_variables: |
|
traefik_environment_variables_additional_variables: |
|
||||||
CF_API_EMAIL=redacted
|
CF_API_EMAIL=redacted
|
||||||
CF_ZONE_API_TOKEN=redacted
|
CF_ZONE_API_TOKEN=redacted
|
||||||
CF_DNS_API_TOKEN=redacted
|
CF_DNS_API_TOKEN=redacted
|
||||||
|
@ -79,12 +79,6 @@ This `register-user` script actually invokes the `mas-cli manage register-user`
|
|||||||
⚠ **Warning**: Matrix Authentication Service [still insists](https://github.com/element-hq/matrix-authentication-service/issues/1505) on having a verified email address for each user. Upon a user's first login, they will be asked to confirm their email address. This requires that email sending is [configured](./configuring-playbook-email.md). You can also consult the [Working around email deliverability issues](./configuring-playbook-matrix-authentication-service.md#working-around-email-deliverability-issues) section for more information.
|
⚠ **Warning**: Matrix Authentication Service [still insists](https://github.com/element-hq/matrix-authentication-service/issues/1505) on having a verified email address for each user. Upon a user's first login, they will be asked to confirm their email address. This requires that email sending is [configured](./configuring-playbook-email.md). You can also consult the [Working around email deliverability issues](./configuring-playbook-matrix-authentication-service.md#working-around-email-deliverability-issues) section for more information.
|
||||||
|
|
||||||
|
|
||||||
## Things to do after registering users
|
|
||||||
|
|
||||||
If you've just installed Matrix and created some users, you mostly need to **finalize the installation process** by [setting up Matrix delegation (redirection)](howto-server-delegation.md), so that your Matrix server (`matrix.example.com`) can present itself as the base domain (`example.com`) in the Matrix network.
|
|
||||||
|
|
||||||
This is required for federation to work! Without a proper configuration, your server will effectively not be part of the Matrix network.
|
|
||||||
|
|
||||||
## Managing users via a Web UI
|
## Managing users via a Web UI
|
||||||
|
|
||||||
To manage users more easily (via a web user-interace), you can install [Synapse Admin](configuring-playbook-synapse-admin.md).
|
To manage users more easily (via a web user-interace), you can install [Synapse Admin](configuring-playbook-synapse-admin.md).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user