Slavi Pantaleev
139c574cdb
Move checks from unused validate_config.yml file elsewhere
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
90c9801c56
Use ExecStopPost instead of ExecStop
...
This is the equivalent of b1b4ba501f for the matrix-dendrite role.
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
61c0930325
Suppress output for ExecStartPre/ExecStop commands
...
This brings matrix-dendrite.service in line with all the other services.
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
5c3c0d0d58
Set Dendrite's real_ip_header correctly
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
05b4572fab
Fix matrix_dimension_homeserver_federationUrl for Dendrite
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
de49cc5271
Fix matrix_registration_shared_secret for Dendrite
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
593fc2fa85
Replace matrix-synapse.service references with more homeserver-neutral references
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
38ad152c03
Add Dendrite-awareness to matrix_homeserver_container_url when matrix-nginx-proxy disabled
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
bbbfc0708f
Derive matrix_coturn_turn_static_auth_secret from matrix_homeserver_generic_secret_key
...
Doing this further simplifies examples/vars.yml.
2022-01-07 16:00:51 +02:00
Slavi Pantaleev
965890bf75
Derive secrets from matrix_homeserver_generic_secret_key, not matrix_synapse_macaroon_secret_key
...
We're trying to move away from implementation-specific variables,
hoping for a clean (implementation-neutral) examples/vars.yml file.
2022-01-07 16:00:42 +02:00
Slavi Pantaleev
1dfe21944f
Make matrix_homeserver_implementation influence matrix_IMPLEMENTATION_enabled, not the other way around
...
Doing this seems more reasonable and simpler.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
4139290cc9
Rename some variables for consistency
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
32bbcf5ed6
Fix incorrect definition
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
38ec546b8b
Only trust own identity server in Dendrite config, if ma1sd enabled
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
2bd33e5cf2
Make --tags=register-user work for both Dendrite/Synapse
...
Also get rid of `--tags=update-user-password` in the
`matrix-dendrite` role, as what we had doesn't work.
We may be able to do it with some Ansible helper or something else.
For now, we'll omit this feature.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
f8a8d7d310
Fix /usr/local/bin/matrix-dendrite-create-account
...
We also need to fix `--tags=register-user`. This tag is currently
defined in both the `matrix-synapse` and `matrix-dendrite` roles.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
b297e8ee2b
Delay Dendrite startup so that matrix-postgres.service can start
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
9f6e8f5eaf
Remove matrix_s3 references from matrix-dendrite role
...
All the `matrix_s3_*` stuff happens in the `matrix-synapse` role.
If we are to have such S3 support for Dendrite, we should probably
extract it out of the `matrix-synapse` role (into a `matrix-s3` role or
`matrix-goofys`, etc.) and wire `matrix-dendrite` accordingly.
This may or may not be done in the future though. For now, I'm
cleaning things up in the `matrix-dendrite` role.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
3b9d5b13e9
Add support for not serving Dendrite federation APIs on the client port
...
Seems like Dendrite encourages serving both the Client and Federation
API at the same port.
Coming from Synapse and how things are done there, we have separate
ports. Using separate ports probably makes matrix-corporal (etc.)
integration easier, so separating the APIs by default probably makes
sense.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
ecc237bbad
Initial work on getting nginx reverse proxying working with Dendrite
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
2f57c51733
Remove useless check
...
Since 025a5ab5e5 , we do a similar check in matrix-base.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
3cf9f87097
Add matrix_homeserver_implementation, tracking the current homeserver implementation
...
The goal is to have a single variable which tells us which homeserver
software is in use. Much simpler than having if/elif/elif checks for
variables like (`matrix_synapse_enabled` and `matrix_dendrite_enabled`, etc.)
everywhere.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
63968cb04f
Upgrade Dendrite (0.5.0 -> 0.5.1)
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
b2b62b7221
Add a variable to control Dendrite's disable_federation setting
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
5b148921a0
Upgrade Dendrite (0.3.11 -> 0.5.0) and update configuration
...
This brings dendrite.yaml up to date and cleans things up a bit.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev
ccd3dc7a57
Remove Dendrite file logging
...
We refrain from logging to files for all components,
because we rely on systemd-journald anyway.
2022-01-07 15:59:35 +02:00
Slavi Pantaleev and GitHub
4e01082644
Merge pull request #1515 from rakshazi/selfbuild-consistency
...
self-build consistency
2022-01-07 13:38:07 +02:00
Slavi Pantaleev
b0c801a497
Rename variable for consistency (matrix_bot_honoroit_container_self_build -> matrix_bot_honoroit_container_image_self_build)
...
Discussed in https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1514
2022-01-07 11:53:24 +02:00
Slavi Pantaleev and GitHub
809cb4f4c0
Merge pull request #1514 from rakshazi/patch-2
...
matrix-bot-honoroit: fix self-build
2022-01-07 11:52:37 +02:00
Slavi Pantaleev
6beb39a062
Announce Honoroit support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1511
2022-01-07 09:53:16 +02:00
Slavi Pantaleev and GitHub
49903ff44f
Merge pull request #1511 from rakshazi/honoroit
...
added honoroit
2022-01-07 09:49:58 +02:00
Slavi Pantaleev
7dfb68b7f8
Add else statements to inline ifs
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1509
2022-01-06 11:05:02 +02:00
Slavi Pantaleev
1098e64d19
Announce Cinny support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1509
2022-01-06 10:53:10 +02:00
Slavi Pantaleev and GitHub
cb5e32eaee
Merge pull request #1509 from rakshazi/cinny
...
added matrix-client-cinny
2022-01-06 10:43:55 +02:00
Slavi Pantaleev
b1b4ba501f
Replace ExecStop with ExecStopPost
...
ExecStopPost should allow us to clean up (docker kill + docker rm)
even if the ExecStart (docker run ..) command failed, and not just after
a graceful service stop was initiated.
Source: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStopPost=
2022-01-04 17:27:25 +02:00
Slavi Pantaleev
8515ac55e6
Upgrade nginx (1.21.4 -> 1.21.5)
2022-01-04 17:04:01 +02:00
Slavi Pantaleev and GitHub
b3a9160e0f
Merge pull request #1497 from jimeh/etherpad-add-optional-admin-access
...
feat(etherpad): add optional admin web-UI access
2022-01-04 09:20:39 +02:00
Slavi Pantaleev and GitHub
f0d7a8e99d
Use to_json
2022-01-04 09:18:31 +02:00
Slavi Pantaleev and GitHub
3295eb15bf
Merge pull request #1500 from cnvandijk/deprecated-jitsi-interface-config
...
Remove Jitsi web interface_config.js in favour of custom-interface_config.js
2022-01-04 08:50:42 +02:00
Slavi Pantaleev and GitHub
bd91230cf8
Merge pull request #1502 from aaronraimist/mautrix-twitter
...
Update links to Mautrix Twitter bridge
2022-01-04 08:48:09 +02:00
Slavi Pantaleev and GitHub
1669c45be6
Merge pull request #1504 from HarHarLinks/plabook
...
s/plabook/playbook
2022-01-04 08:41:01 +02:00
Slavi Pantaleev
948c411106
Remove sudo requirement for generating SSL certificates
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1492
2021-12-30 10:47:06 +02:00
Slavi Pantaleev and GitHub
78133e16db
Merge pull request #1495 from hifi/patch-5
...
Upgrade Heisenbridge (1.8.2 -> 1.9.0)
2021-12-29 21:13:12 +02:00
Slavi Pantaleev and GitHub
d166a90514
Merge pull request #1493 from SierraKiloBravo/allow-configuring-mautrix-telegram-name-templates
...
Allow editing of MXID/dispname templates for mautrix-telegram users
2021-12-29 10:19:49 +02:00
Slavi Pantaleev and GitHub
908dc6c07a
Merge pull request #1491 from HarHarLinks/webhooks_fork
...
switch appservice-webhooks fork
2021-12-28 18:25:03 +02:00
Slavi Pantaleev and GitHub
dbe63de712
Merge pull request #1490 from pushytoxin/master
...
Upgrade Etherpad to 1.8.16
2021-12-28 16:05:41 +02:00
Slavi Pantaleev and GitHub
c340edad57
Merge pull request #1489 from xlejo/add_encryption_enabled_by_default_for_room_type
...
Add encryption_enabled_by_default_for_room_type
2021-12-27 21:46:39 +02:00
Slavi Pantaleev and GitHub
280c6c5424
Add |to_json
2021-12-27 21:45:13 +02:00
Slavi Pantaleev and GitHub
d50c214530
Merge pull request #1488 from HarHarLinks/patch-5
...
lint whitespace from ansible-lint.yml
2021-12-27 21:39:42 +02:00
Slavi Pantaleev and GitHub
94a8af58cc
Merge pull request #1487 from hifi/patch-4
...
Upgrade Heisenbridge (1.8.0 -> 1.8.2)
2021-12-25 18:18:14 +02:00
Slavi Pantaleev
26ec3ca1b5
Link to examples/caddy2
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1484
2021-12-25 10:48:06 +02:00
Slavi Pantaleev
dcab14d9a8
Add self-building support to Beeper LinkedIn bridge
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1480
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1242
2021-12-23 13:04:09 +02:00
Slavi Pantaleev
e88530abac
Upgrade devture/ansible (2.10.7-r0 -> 2.11.6-r1)
2021-12-23 12:01:53 +02:00
Slavi Pantaleev and GitHub
fb1e12a696
Merge pull request #1482 from hifi/patch-3
...
Upgrade Heisenbridge (1.7.1 -> 1.8.0)
2021-12-22 20:27:24 +02:00
Slavi Pantaleev
e834a69e60
Announce mautrix-twitter support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1478
2021-12-22 15:53:56 +02:00
Slavi Pantaleev and GitHub
ff9bc2f32b
Merge pull request #1478 from shreyasajj/master
...
Twitter Mautrix from mattcen
2021-12-22 15:40:54 +02:00
Slavi Pantaleev and GitHub
f6f81a85de
Enable notifications during backfill
...
.. as per the default bridge config.
Source: https://github.com/mautrix/twitter/blob/f848710c01a75f4357508552fa63499cba2839e4/mautrix_twitter/example-config.yamll#L147
2021-12-22 15:27:35 +02:00
Slavi Pantaleev and GitHub
7fbf735e1e
Merge pull request #1481 from FSG-Cat/patch-2
...
Update Synapse Version from 1.49.1 to 1.49.2
2021-12-21 20:54:57 +02:00
Slavi Pantaleev and GitHub
c4bb38ad7e
Merge pull request #1479 from FSG-Cat/patch-1
...
Update Synapse from 1.49.0 to 1.49.1
2021-12-21 15:26:23 +02:00
Slavi Pantaleev and GitHub
0cc3b6ba49
Merge pull request #1477 from array-in-a-matrix/master
...
missing uppercase in instagram's bot name
2021-12-21 08:43:36 +02:00
Slavi Pantaleev and GitHub
d5403fefcc
Merge pull request #1476 from altsalt/caddy2-wellknown
...
added .well-known path to Caddy2 example, closes #1442
2021-12-20 21:17:29 +02:00
Slavi Pantaleev and GitHub
a5e840f3d3
Merge pull request #1475 from wol-win/element-update
...
Update Element version (v1.9.7 -> v1.9.8)
2021-12-20 18:47:18 +02:00
Slavi Pantaleev
01b6bba9d7
Make Synapse's url_preview_accept_language default to 'en-US, en'
...
Related to https://github.com/matrix-org/synapse/issues/11604
Getting an upstream fix is preferable. In any case, it's probably nice
to have this defined explicitly in our configuration. This way, people
can more easily discover that they can override the URL preview
language.
2021-12-18 15:17:14 +02:00
Slavi Pantaleev and GitHub
019ba93e1e
Merge pull request #1472 from skepticalwaves/patch-4
...
Update synapse-admin to newest tagged release
2021-12-18 10:01:08 +02:00
Slavi Pantaleev and GitHub
793930bcbe
Merge pull request #1471 from sakkiii/patch-5
...
Update ansible-lint version to 5.3.1
2021-12-17 19:30:39 +02:00
Slavi Pantaleev
afd7f03bb5
Minor comment changes
2021-12-17 17:30:40 +02:00
Slavi Pantaleev
fa704f104b
Add support for using custom ACME CA servers (other than Let's Encrypt')
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1468
2021-12-17 17:30:21 +02:00
Slavi Pantaleev
4625b34acc
Fix failure trying to stop orphaned systemd services
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1461
2021-12-17 17:18:35 +02:00
Slavi Pantaleev and GitHub
067bea25a8
Merge pull request #1469 from sakkiii/patch-4
...
ansible lint workflow
2021-12-17 16:33:13 +02:00
Slavi Pantaleev and GitHub
547a105def
Merge pull request #1470 from alexbers/patch-1
...
Remove a space from XMPP_INTERNAL_MUC_DOMAIN
2021-12-17 07:50:39 +02:00
Slavi Pantaleev and GitHub
d45d30cc3f
Merge pull request #1467 from GoMatrixHosting/gomatrixhosting-testing
...
GoMatrixHosting v0.6.7
2021-12-16 08:16:17 +02:00
Slavi Pantaleev
60592fd6a8
Fix Jitsi logging.properties conditional being interpreted as Jinja code
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1464
2021-12-15 21:22:29 +02:00
Slavi Pantaleev and GitHub
0f569df629
Merge pull request #1464 from sakkiii/jitsi-update
...
Update Jitsi to stable-6726-1
2021-12-15 17:46:24 +02:00
Slavi Pantaleev and GitHub
a2cdc8b543
Merge pull request #1466 from sakkiii/patch-3
...
Update coturn (4.5.2-r4 -> 4.5.2-r8)
2021-12-15 15:24:37 +02:00
Slavi Pantaleev and GitHub
89b4b8832a
Merge pull request #1465 from sakkiii/patch-1
...
Grafana Updata (8.3.1 -> 8.3.3)
2021-12-15 15:24:00 +02:00
Slavi Pantaleev
5be1310541
Upgrade Synapse (1.48.0 -> 1.49.0)
2021-12-14 16:54:35 +02:00
Slavi Pantaleev
a8fc4fe6ce
Mention log4j vulnerability affecting mautrix-signal
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1459
and https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1452
2021-12-14 12:33:59 +02:00
Slavi Pantaleev and GitHub
9bc8581d7f
Merge pull request #1456 from rakshazi/patch-1
...
(Security fix) Update Element 1.9.6 -> 1.9.7
2021-12-13 18:16:48 +02:00
Slavi Pantaleev and GitHub
ce28c2f0c8
Merge pull request #1455 from hypn0tick/master
...
Update Jitsi Version (stable-6173 => stable-6727)
2021-12-13 09:48:47 +02:00
Slavi Pantaleev and GitHub
ab21da4c14
Merge pull request #1452 from laszabine/signal-1
...
Updated signald docker image path
2021-12-11 18:43:02 +02:00
Slavi Pantaleev and GitHub
1406e83444
Merge pull request #1451 from skepticalwaves/patch-3
...
Fix email sending broken by #1406
2021-12-11 17:34:48 +02:00
Slavi Pantaleev and GitHub
b1d8e39612
Merge pull request #1446 from hypn0tick/master
...
Add support for creation of Jitsi internal authentication users in vars.yml
2021-12-11 10:14:50 +02:00
Slavi Pantaleev and GitHub
6568b68759
Fix validation message
...
The check was checking for an empty string in `matrix_jitsi_prosody_auth_internal_accounts`,
which is unlikely to happen. We should check for an empty list instead.
The check was not validating username/password values, so telling the user that they need a non-empty
username/password is misleading. It was merely checking if there's at least one entry in the list.
This patch adjusts the check and message accordingly.
2021-12-11 10:14:33 +02:00
Slavi Pantaleev
fc55df9318
Make some appservices reach the homeserver via nginx
...
This is useful when Synapse is using a worker setup. In that case,
we don't want appservices to connect to `matrix-synapse:8008`, because
not all APIs are exposed there.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1449
2021-12-10 08:29:57 +02:00
Slavi Pantaleev
a9e222d523
Remove useless variable (matrix_appservice_webhooks_control_room_id)
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1447
Seems like there's such a variable in the
`matrix-bridge-appservice-slack` role, which is probably where it got
copied over from.
2021-12-09 19:46:20 +02:00
Slavi Pantaleev and GitHub
f6238c9305
Merge pull request #1443 from aaronraimist/v3-again
...
Run `workers-doc-to-yaml.sh`
2021-12-09 15:48:59 +02:00
Slavi Pantaleev and GitHub
9b6bb9cad7
Merge pull request #1444 from aaronraimist/patch-1
...
Fix comments about `_database_*` variables
2021-12-09 15:45:33 +02:00
Slavi Pantaleev and GitHub
e53ca6d968
Merge pull request #1445 from johndotpub/dimension-self-build
...
Add self-build for Dimension (arm64 support)
2021-12-09 15:42:39 +02:00
Slavi Pantaleev and GitHub
c58c5b3610
Merge pull request #1441 from FSG-Cat/patch-3
...
Update Grafana from 8.3.0 to 8.3.1 due to Security Flaw
2021-12-08 06:02:27 +02:00
Slavi Pantaleev
ff720bedce
Upgrade matrix-postgres-backup default to v14
...
Related to c08880d175
2021-12-07 19:43:33 +02:00
Slavi Pantaleev and GitHub
c6cf2858b3
Merge pull request #1439 from wol-win/element-web-update
...
Update Element Web Version (v1.9.5 -> v1.9.6)
2021-12-06 21:06:07 +02:00
Slavi Pantaleev
9babaa5a2b
Fix mx-puppet-discord media URLs using container-network URLs ( http://matrix-nginx-proxy:12080 )
2021-12-06 13:40:01 +02:00
Slavi Pantaleev and GitHub
9ab7b9fa58
Merge pull request #1438 from Jaffex/master
...
Update signal bridge configuration template
2021-12-05 10:39:14 +02:00
Slavi Pantaleev and GitHub
42352b491c
Merge pull request #1432 from wol-win/prometheus
...
Update prometheus (v2.30.3 -> v2.31.1)
2021-12-02 15:01:03 +02:00
Slavi Pantaleev and GitHub
971a751a5e
Merge pull request #1433 from wol-win/redis
...
Update redis (6.2.4 -> 6.2.6)
2021-12-02 15:00:45 +02:00
Slavi Pantaleev and GitHub
60c745a862
Merge pull request #1431 from wol-win/grafana
...
Update version grafana (8.2.2 -> 8.3.0)
2021-12-02 15:00:11 +02:00
Slavi Pantaleev
d584b44f10
Upgrade matrix-corporal (2.2.1 -> 2.2.2)
2021-12-01 08:23:35 +02:00
Slavi Pantaleev and GitHub
89094d0126
Merge pull request #1429 from felixx9/patch-1
...
Update importing-postgres.md
2021-12-01 08:22:17 +02:00
Slavi Pantaleev
1472958e25
Upgrade Synapse (1.47.1 -> 1.48.0)
2021-11-30 16:35:23 +02:00
Slavi Pantaleev and GitHub
c6f9363231
Merge pull request #1419 from redoonetworks/master
...
Ansible 2.10 & AWX 19.4 compatibility
2021-11-30 08:41:33 +02:00