matrix-docker-ansible-deploy/docs
Slavi Pantaleev 8a7b3d5bd0
Make instructions simpler and safer
Changes to the original are:
- it tells people to stop and disable services, so that:
   - services won't be running while you are copying files
   - services won't accidentally start again later
- it does the file-copying in 1 step
- it does copying before running `--tags=setup-all`, so that existing files (SSL certificates, etc.) can be reused. Otherwise, the playbook starts from a blank slate, retrieves them anew, generates new signing keys anew, etc. Only to have those replaced by your own old backup later.
- it mentions DNS changes
- combines `--tags=setup-all,start` into a single step, thanks to the files being already copied
2019-06-12 09:36:19 +03:00
..
ansible.md Ensure systemd services are running when doing --tags=start 2019-04-03 11:19:06 +03:00
configuring-dns.md Explain DNS SRV vs /.well-known/matrix/server better 2019-05-05 11:04:52 +03:00
configuring-playbook-base-domain-serving.md Improve documentation a bit 2019-03-19 18:23:54 +02:00
configuring-playbook-bridge-appservice-discord.md Make Discord bridging instructions more detailed 2019-03-05 09:10:32 +02:00
configuring-playbook-bridge-appservice-irc.md Rename some variables 2019-02-28 11:51:09 +02:00
configuring-playbook-bridge-mautrix-facebook.md Fix typo 2019-06-07 14:29:51 +03:00
configuring-playbook-bridge-mautrix-telegram.md Rename some variables 2019-02-28 11:51:09 +02:00
configuring-playbook-bridge-mautrix-whatsapp.md Rename some variables 2019-02-28 11:51:09 +02:00
configuring-playbook-dimension.md Fix incorrect inventory host_vars paths 2019-05-24 08:06:42 +09:00
configuring-playbook-email.md Make (most) containers start as non-root 2019-01-27 20:25:13 +02:00
configuring-playbook-external-postgres.md Fix incorrect inventory host_vars paths 2019-05-24 08:06:42 +09:00
configuring-playbook-federation.md Fix incorrect inventory host_vars paths 2019-05-24 08:06:42 +09:00
configuring-playbook-ldap-auth.md Add LDAP auth password provider documentation and changelog description 2018-11-28 11:21:03 +02:00
configuring-playbook-matrix-corporal.md Add support for adjusting Synapse rate-limiting configuration 2019-04-01 21:40:14 +03:00
configuring-playbook-mxisd.md Add docs about integrating mxisd's Registration feature 2019-05-09 09:55:03 +03:00
configuring-playbook-own-webserver.md Fix incorrect inventory host_vars paths 2019-05-24 08:06:42 +09:00
configuring-playbook-rest-auth.md Provide a sample rest_auth_endpoint close to actual setup 2019-05-15 01:51:02 +02:00
configuring-playbook-s3.md Fix incorrect inventory host_vars paths 2019-05-24 08:06:42 +09:00
configuring-playbook-shared-secret-auth.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-ssl-certificates.md Add support for serving base domain via matrix-nginx-proxy 2019-03-12 23:01:16 +02:00
configuring-playbook-telemetry.md Update Synapse (0.99.1.1 -> 0.99.2) 2019-03-02 10:03:09 +02:00
configuring-playbook-turn.md Add TURN server configuration documentation 2019-04-19 09:57:41 +03:00
configuring-playbook.md Add mautrix-facebook doc 2019-05-08 17:11:07 +02:00
configuring-well-known.md Explain DNS SRV vs /.well-known/matrix/server better 2019-05-05 11:04:52 +03:00
getting-the-playbook.md Improve documentation about getting the playbook 2019-03-10 17:02:20 +02:00
howto-server-delegation.md Prefer --mount instead of -v for mounting volumes 2019-05-29 09:59:50 +03:00
importing-media-store.md Do not refer to Synapse as "Matrix Synapse" 2019-04-23 10:20:56 +03:00
importing-postgres.md Do not refer to Synapse as "Matrix Synapse" 2019-04-23 10:20:56 +03:00
importing-sqlite.md Do not refer to Synapse as "Matrix Synapse" 2019-04-23 10:20:56 +03:00
installing.md Added a basic guide on migrating to another server 2019-06-11 22:06:25 +02:00
maintenance-and-troubleshooting.md Add PostgreSQL backup information 2019-02-09 14:36:47 +02:00
maintenance-checking-services.md Update URL for Matrix federation tester 2019-05-09 07:04:46 +02:00
maintenance-migrating.md Make instructions simpler and safer 2019-06-12 09:36:19 +03:00
maintenance-postgres.md Add PostgreSQL backup information 2019-02-09 14:36:47 +02:00
maintenance-upgrading-services.md Add PostgreSQL backup information 2019-02-09 14:36:47 +02:00
prerequisites.md Add a note about beta/pre-release distros 2019-04-16 13:10:31 +03:00
README.md Add the ability to update user passwords with ansible (when using the matrix-postgres container). 2019-04-30 16:30:26 +03:00
registering-users.md Convert registering-users.md to use ``` syntax for code blocks 2019-05-10 15:38:22 -05:00
uninstalling.md add script + doc to remove everything 2018-11-28 11:02:51 +01:00
updating-users-passwords.md Move around options on updating-users-passwords.md 2019-05-11 21:39:31 -05:00