Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
...
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
2 years ago
Slavi Pantaleev
63a0e5c4f6
Add warnings to synapse-s3-storage-provider support feature
2 years ago
Slavi Pantaleev
a3759b0466
Announce Synapse customization and synapse-s3-storage-provider support
2 years ago
Slavi Pantaleev
f4804f475a
Announce matrix-ldap-registration-proxy
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2038
2 years ago
Jost Alemann
b8b7974b78
fix: typo
2 years ago
Slavi Pantaleev
109e1addb8
Improve reliability when using more than 1 media_repository worker
2 years ago
Slavi Pantaleev
a1fb082618
Add support for running background tasks on a worker
2 years ago
Slavi Pantaleev
5f3f460cda
Restore support for appservice and user_dir workers
2 years ago
Slavi Pantaleev
b842447047
Add support for multiple pusher workers
2 years ago
Slavi Pantaleev
ec654ca91e
Add support for multiple federation sender workers
2 years ago
Slavi Pantaleev
226c550ffa
Add support for stream writer Synapse workers
...
As stream writer workers are also powered by the `generic_worker`
Synapse app, this necessitated that we provide means for distinguishing
between them and regular `generic_workers`.
I've also taken the time to optimize nginx configuration generation
(more Jinja2 macro usage, less duplication).
Worker names have also changed.
Workers are now named sequentially like this:
- `matrix-synapse-worker-0-generic`
- `matrix-synapse-worker-1-stream-writer-typing`
- `matrix-synapse-worker-2-pusher`
instead of `matrix-synapse-worker_generic_worker-18111` (indexed with a
port number).
People who modify `matrix_synapse_workers_enabled_list` directly will
need to adjust their configuration.
2 years ago
Slavi Pantaleev
c00a8d4099
Announce Cactus Comments support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2089
2 years ago
Slavi Pantaleev
eaf13264e6
Announce Postmoogle email bridge bot
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2043
2 years ago
Slavi Pantaleev
9ab6c99434
Update changelog
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2012
2 years ago
Slavi Pantaleev
81f4e8cffb
Announce Conduit support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2002
2 years ago
Slavi Pantaleev
9d10d5543b
Announce mautrix-discord support
2 years ago
Slavi Pantaleev
2e40ad7d4e
Announce Kakaotalk support
2 years ago
Slavi Pantaleev
e5238bf7d5
Announce maubot
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
2 years ago
Slavi Pantaleev
e94ec75e1a
Remove matrix-bridge-mx-puppet-skype role
2 years ago
Slavi Pantaleev
a1d0b58471
Try to do the signald (0.19.0) data migration automatically
...
Improvement over e4caf3fa81
.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1921
2 years ago
Slavi Pantaleev
e4caf3fa81
Add note about signald (0.19.0+) upgrade
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1921
2 years ago
Slavi Pantaleev
5a0e977df8
Announce ntfy role
2 years ago
nono-lqdn
5f6ad0f603
Added a note on managing the basic_auth password on external prometheus
...
servers
2 years ago
Slavi Pantaleev
ba51997f7b
(BC Break) Redo how metrics are exposed to external Prometheus servers
2 years ago
Slavi Pantaleev
5e9e8f9e29
Announce go-skype-bridge support
2 years ago
Slavi Pantaleev
c05f47666f
Announce the ability to run Ansible in a container on the Matrix server
...
Continuation of 959a6ac0b1
2 years ago
Slavi Pantaleev
246c43be1e
Upgrade Synapse (v1.59.1 -> v1.60.0)
3 years ago
Slavi Pantaleev
2f33b330ff
Announce Buscarron bot support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1782
3 years ago
Slavi Pantaleev
27ec1d8bde
Fix matrix-registration-bot repository URL
3 years ago
Slavi Pantaleev
e435c55458
Announce matrix-registration-bot support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1771
3 years ago
Slavi Pantaleev
295ef29fe0
Announce borg backup support
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1727
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1754
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1755
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/467
3 years ago
Slavi Pantaleev
f0842d7226
Document that upgrading to Synapse v1.57 may be dangerous in some instances
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1766
3 years ago
Slavi Pantaleev
2df993977a
Ensure git cloning when self-building is done with the matrix user, not root
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1749
3 years ago
Slavi Pantaleev
958d089b68
Do not install the ma1sd identity server by default
...
As mentioned in the changelog, this is a breaking change.
3 years ago
Slavi Pantaleev
fb4c6961e9
Announce matrix_encryption_disabler support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1621
3 years ago
Slavi Pantaleev
00ea6bf3a4
Adjust contribution author name reference
3 years ago
Slavi Pantaleev
e6c2dd204d
Update changelog and configuring-playbook.md
...
This announces matrix-hookshot support that got added in
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1505
3 years ago
Slavi Pantaleev
548d495d81
Update CHANGELOG
3 years ago
Slavi Pantaleev
53dbf2738c
Try to improve Dendrite announcement message
...
This is an attempt to address this:
dc893485d1 (commitcomment-63097721)
3 years ago
Slavi Pantaleev
425a56c94e
Link to Dendrite repository from changelog entry
3 years ago
Slavi Pantaleev
6cedeb094c
Mention inability to migrate between homeserver implementation
3 years ago
Slavi Pantaleev
5e2f4564bb
Announce Dendrite support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/818
3 years ago
Slavi Pantaleev
6beb39a062
Announce Honoroit support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1511
3 years ago
Slavi Pantaleev
1098e64d19
Announce Cinny support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1509
3 years ago
Slavi Pantaleev
e834a69e60
Announce mautrix-twitter support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1478
3 years ago
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
3 years ago
Slavi Pantaleev
8abe1ac483
Warn people if on an old SQLite-supporting mautrix-facebook version
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1401
https://github.com/mautrix/facebook/releases/tag/v0.3.2 says that this
version re-adds SQLite support.
3 years ago
Slavi Pantaleev
b195760301
Mention dropped Postgres v9.6 support in the changelog
...
Related to c4d2c8394c
3 years ago
Slavi Pantaleev
c69ea4cbcd
Update changelog
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1323
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1328
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1329
3 years ago
Slavi Pantaleev
ee663e819e
Announce LinkedIn Messaging bridging support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1242
3 years ago