Slavi Pantaleev
a8b633561d
Upgrade Synapse (v0.99.4 -> v0.99.5.1)
před 6 roky
Slavi Pantaleev
7a08c9b7cc
Update changelog
před 6 roky
Slavi Pantaleev
45c67db0bf
Merge pull request #187 from danbob/fix-ansible-deprecations
Fix ansible deprecations
před 6 roky
Dan Arnfield
9c23d877fe
Fix docker_image option for ansible < 2.8
před 6 roky
Slavi Pantaleev
1e1c7933e2
Mention Postgres + SSL in the docs
Refers to #89 (Github Issue)
před 6 roky
Dan Arnfield
093859d926
Fix TRANSFORM_INVALID_GROUP_CHARS deprecation warning
před 6 roky
Dan Arnfield
fa38c84be2
Fix casting int to string warning
před 6 roky
Dan Arnfield
db15791819
Add source option to docker_image to fix deprecation warning
před 6 roky
Dan Arnfield
3982f114af
Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8
před 6 roky
Slavi Pantaleev
affb99003c
Improve Synapse variable naming consistency
před 6 roky
Slavi Pantaleev
5c821b581a
Check fullchain.pem, not cert.pem
While using certbot means we'll have both files retrieved,
it's actually the fullchain.pem file that we use in nginx configuration.
Using that one for the check makes more sense.
před 6 roky
Slavi Pantaleev
3250df6765
Make bridge uninstallation stop services
Fixes #155 (Github Issue)
před 6 roky
Slavi Pantaleev
a1e9818356
Update comment
před 6 roky
Slavi Pantaleev
c78b02cbe7
Make bridges not depend on matrix-synapse.service if not enabled
před 6 roky
Slavi Pantaleev
3ece9375c6
Merge pull request #179 from spantaleev/separate-bridge-roles
Move bridges into separate roles
před 6 roky
Slavi Pantaleev
a21b410c51
Update README and changelog
před 6 roky
Slavi Pantaleev
fc7ba153b1
Make matrix-synapse role respect matrix_synapse_enabled flag
před 6 roky
Slavi Pantaleev
8d654aecdd
Improve file naming consistency
před 6 roky
Slavi Pantaleev
eb77fc0a33
Merge pull request #185 from Cadair/master
Add a variable to control the stop tasks
před 6 roky
Stuart Mumford
a4bcd7ce8f
Add a variable to control the stop tasks
před 6 roky
Slavi Pantaleev
e3b4622ac8
Split Synapse extension tasks into install/uninstall files
před 6 roky
Slavi Pantaleev
663d1add92
Move matrix-appservice-discord into a separate role
před 6 roky
Slavi Pantaleev
13c4e7e5b6
Merge branch 'master' into separate-bridge-roles
před 6 roky
Slavi Pantaleev
ae7c8d1524
Use SyslogIdentifier to improve logging
Reasoning is the same as for matrix-org/synapse#5023 .
For us, the journal used to contain `docker` for all services, which
is not very helpful when looking at them all together (`journalctl -f`).
před 6 roky
Slavi Pantaleev
cf3117011b
Upgrade Synapse (0.99.3.2 -> 0.99.4)
před 6 roky
Slavi Pantaleev
6db10ed6f3
Upgrade riot-web (1.1.1 -> 1.1.2)
před 6 roky
Slavi Pantaleev
3339e37ce9
Move matrix-appservice-irc into a separate role
před 6 roky
Slavi Pantaleev
854cf84aa3
Upgrade riot-web (1.1.0 -> 1.1.1)
před 6 roky
Slavi Pantaleev
47745254f9
Merge pull request #180 from eMPee584/fix-commented-mxisd-ldap-option
Fix case of the mxisd ldap.connection.baseDNs option in matrix_mxisd_configuration_extension_yaml comment
před 6 roky
Slavi Pantaleev
43c53aaab6
Merge pull request #182 from eMPee584/better-rest-auth-sample-endpoint
Provide a sample rest_auth_endpoint close to actual setup
před 6 roky
Slavi Pantaleev
7179316c35
Merge pull request #181 from eMPee584/fix-synapse-ldap-start_tls-boolean
Fix matrix_synapse_ext_password_provider_ldap_start_tls (it's boolean)
před 6 roky
Slavi Pantaleev
43fd3cc274
Move mautrix-facebook into a separate role
před 6 roky
Marcel Partap
66388c1f5b
Provide a sample rest_auth_endpoint close to actual setup
před 6 roky
Marcel Partap
5aa7f637d8
Fix matrix_synapse_ext_password_provider_ldap_start_tls (it's boolean)
před 6 roky
Marcel Partap
25d3b315de
Fix case of the mxisd ldap.connection.baseDNs option in comment
před 6 roky
Slavi Pantaleev
bb816df557
Move mautrix telegram and whatsapp into separate roles
The goal is to move each bridge into its own separate role.
This commit starts off the work on this with 2 bridges:
- mautrix-telegram
- mautrix-whatsapp
Each bridge's role (including these 2) is meant to:
- depend only on the matrix-base role
- integrate nicely with the matrix-synapse role (if available)
- integrate nicely with the matrix-nginx-proxy role (if available and if
required). mautrix-telegram bridge benefits from integrating with
it.
- not break if matrix-synapse or matrix-nginx-proxy are not used at all
This has been provoked by #174 (Github Issue).
před 6 roky
Slavi Pantaleev
83e250936b
Merge pull request #178 from eMPee584/add-service-stop
Add a task to stop services (and remove containers)
před 6 roky
Marcel Partap
d114736014
Add a task to stop services (and remove containers)
před 6 roky
Slavi Pantaleev
873c291be6
Fix appservice-discord configuration-extension merging
před 6 roky
Slavi Pantaleev
953ae021ba
Upgrade mxisd (1.4.2 -> 1.4.3)
před 6 roky
Slavi Pantaleev
e05d6e1a44
Merge pull request #177 from aaronraimist/reset-passwords-2
Move around options on updating-users-passwords.md
před 6 roky
Aaron Raimist
2d1fbdb51d
Move around options on updating-users-passwords.md
and provide an example for using the admin API
před 6 roky
Slavi Pantaleev
db39bfc2f5
Merge pull request #175 from aaronraimist/patch-2
Mention the Synapse User Admin API on updating-users-passwords.md
před 6 roky
Aaron Raimist
59e05672d0
Convert registering-users.md to use ``` syntax for code blocks
The bit about the matrix-make-user-admin script was messed up (it wasn't actually a code block so the "<username>" was hidden). For me at least it seems like the ``` syntax is much harder to accidentally mess up.
před 6 roky
Aaron Raimist
12b7cccbc6
Mention the Synapse User Admin API on updating-users-passwords.md
před 6 roky
Slavi Pantaleev
e48eccfa82
Merge pull request #173 from danbob/update-postgres
Bump postgres versions
před 6 roky
Dan Arnfield
6163ba5bb1
Bump postgres versions
před 6 roky
Slavi Pantaleev
417877fe91
Merge pull request #172 from inthewaves/riot-web-v1.1.0
Bump riot-web version (1.0.8->1.1.0)
před 6 roky
inthewaves
51e408bc94
Bump riot-web version (1.0.8->1.1.0)
před 6 roky
Slavi Pantaleev
3898072028
Merge pull request #170 from babolivier/babolivier/fix-caddy-example
Fix matrix-synapse example for Caddy
před 6 roky