mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-27 01:55:53 +02:00
Replace hyphen as dash with "Em Dash" unicode character (U+2014)
This commit replaces hyphen characters used as dash with the actual unicode character for dash. It avoids using HTML character entity reference (—), because IMHO it would make it a bit harder to read documents as plain markdown files on your local text editor. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
CHANGELOG.md
docs
README.mdconfiguring-playbook-bot-baibot.mdconfiguring-playbook-bridge-appservice-slack.mdconfiguring-playbook-bridge-heisenbridge.mdconfiguring-playbook-bridge-mautrix-meta-messenger.mdconfiguring-playbook-cactus-comments.mdconfiguring-playbook-conduit.mdconfiguring-playbook-email2matrix.mdconfiguring-playbook-external-postgres.mdconfiguring-playbook-jitsi.mdconfiguring-playbook-ma1sd.mdconfiguring-playbook-matrix-authentication-service.mdconfiguring-playbook-matrix-corporal.mdconfiguring-playbook-matrix-media-repo.mdconfiguring-playbook-matrix-registration.mdconfiguring-playbook-own-webserver.mdconfiguring-playbook-prometheus-nginxlog.mdconfiguring-playbook-riot-web.mdconfiguring-playbook-s3.mdconfiguring-playbook-synapse-admin.mdconfiguring-playbook-synapse-s3-storage-provider.mdconfiguring-playbook-synapse.mdconfiguring-playbook-traefik.mdconfiguring-playbook.mdcontainer-images.mdfaq.mdhowto-server-delegation.mdimporting-postgres.mdimporting-synapse-sqlite.mdinstalling.mdjust.mdmaintenance-synapse.mdobtaining-access-tokens.mdplaybook-tags.mdquick-start.mdregistering-users.md
group_vars
@ -2,7 +2,7 @@
|
||||
|
||||
By default, this playbook would set up a PostgreSQL database server on your machine, running in a Docker container. If that's okay, you can skip this document.
|
||||
|
||||
**Note**: using **an external Postgres server is currently [not very seamless](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682#issuecomment-1061461683) when it comes to enabling various other playbook services** - you will need to create a new database/credentials for each service and to point each service to its corresponding database using custom `vars.yml` configuration. **For the best experience with the playbook, stick to using the integrated Postgres server**.
|
||||
**Note**: using **an external Postgres server is currently [not very seamless](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682#issuecomment-1061461683) when it comes to enabling various other playbook services** — you will need to create a new database/credentials for each service and to point each service to its corresponding database using custom `vars.yml` configuration. **For the best experience with the playbook, stick to using the integrated Postgres server**.
|
||||
|
||||
If you'd like to use an external Postgres server that you manage, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your needs):
|
||||
|
||||
|
Reference in New Issue
Block a user