fix typos

This commit is contained in:
meaz 2024-07-15 22:56:19 +02:00
parent 44c966b3cd
commit 7715a12145
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -6,7 +6,7 @@ You can deploy a test instance using `Vagrantfile` attached to the role. This ro
# Run in production
To run this role in production, do not forget to set your DNS as explained [here](./DNS_configuration.md) and to change all vars from files in `default/` to what you need.
The role's defaults should be already dpeloying fully functional and modern XMPP Server. It allows to add/remove any additional module (whether core or community).
The role's defaults should be already deploying fully functional and modern XMPP Server. It allows to add/remove any additional module (whether core or community).
# Run test in Vagrant
To have it work using vagrant:
@ -15,7 +15,7 @@ To have it work using vagrant:
- and `ansible-playbook -b Playbooks/prosody.yml` to deploy Prosody on the Virtual Environment.
# Setup turnserver for viop
If you want to use viop, you need to set `turncredentials` to `true` in `default/mod.yml`. This feature depends on a third party service that needs to be installed seperatelly: coturn. To see how to set it, check [Prosody's documentation](https://prosody.im/doc/coturn)
If you want to use viop, you need to set `turncredentials` to `true` in `default/mod.yml`. This feature depends on a third party service that needs to be installed separately: coturn. To see how to set it, check [Prosody's documentation](https://prosody.im/doc/coturn)
# Add LDAP authentication and vhosts
To add LDAP authentication, edit `defaults/vhost.yml`, change `auth_method` from `internal_hashed` to `ldap` and change the LDAP vars in `prosody_ldap_config`.