Slavi Pantaleev
4698e64bb8
Improve matrix-reminder-bot maintenance announcement wording
pirms 2 gadiem
Slavi Pantaleev
22dce1d4cc
Upgrade matrix-reminder-bot and lock it down via the new allowlist setting
pirms 2 gadiem
Slavi Pantaleev
ba0a4e864a
Replace matrix-mailer with an external role
pirms 2 gadiem
Slavi Pantaleev
c744d29567
Announce new mautrix-signal bridge
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3041
pirms 2 gadiem
Slavi Pantaleev
0393bd6356
Update Matrix Room Search indexing statistics again
Fixup for f49e3f1e02 .
It appears that many servers are incredibly slow, so the value was
misreported and more are online than previously estimated.
pirms 2 gadiem
Slavi Pantaleev
03f5344c37
Improve changelog entry wording to mention the room directory
Hopefully, this makes it clearer that it's not just "public rooms"
that will now be exposed,
but rather "public rooms which are also published to the room directory".
pirms 2 gadiem
Slavi Pantaleev
f49e3f1e02
Update Matrix Room Search indexing statistics
This brings the values up-to-date as of the latest indexing run done
today. Due to a bug, the previous values were somewhat off.
The new numbers are different and actually demonstrate that the situation is
much worse than initially imagined.
pirms 2 gadiem
Slavi Pantaleev
01c31dd849
Enable `allow_public_rooms_over_federation` by default for Synapse
pirms 2 gadiem
Slavi Pantaleev
29b62f77a5
Upgrade Postgres (v16.0-5 -> v16.0-6) - adds auto-tuning
pirms 2 gadiem
Catalan Lover
2f6829e6d7
Replace links to Gnuxie/Draupnir with the-draupnir-project/Draupnir
Draupnir moved its repo on github from the namespace of its maintainer Gnuxie to a newly created Github Organisation the-draupnir-project and this commit reflects this.
pirms 2 gadiem
Slavi Pantaleev
99822c77fa
Announce SchildiChat
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2851
pirms 2 gadiem
Slavi Pantaleev
9f90510d53
Announce mautrix-wsproxy support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2261
pirms 2 gadiem
Julian-Samuel Gebühr
14f7eed932
Update matrix-registration-bot, improve authentication config ( #2723 )
* Adjust to new mrb docker versioning
* Stabilze authentication
* fix lint
* Move & document mrb password usage
* Add clean cache role
* Document clean cache
* Fix lint
* Update CHANGELOG.md
* Automate access tokens
* Improve changelog
* Make use of mrb's function to fetch API tokens
* Adjust changelog
* Use ansible.builtin.file to clear directory
* Fix typo
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pirms 2 gadiem
Slavi Pantaleev
0a81083e7d
Announce mautrix-gmessages support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2794
pirms 2 gadiem
Slavi Pantaleev
68556400ba
Announce matrix-media-repo
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2783
pirms 2 gadiem
Slavi Pantaleev
c55371e305
Add changelog entry for the forget_rooms_on_leave default change for Synapse
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2698
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2700
pirms 2 gadiem
Slavi Pantaleev
e9d48ee9ca
Fix typos
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2621
pirms 2 gadiem
Joshua
5a44e06e00
Remedy Typo
pirms 2 gadiem
Slavi Pantaleev
1d00d15482
Switch to exported Jitsi role
pirms 2 gadiem
Felix Stupp
e29af490c0
CHANGELOG: Add disabled ntfy web app
See #2529
pirms 3 gadiem
Slavi Pantaleev
14b8efcad2
Replace matrix-prometheus with an external Prometheus role
pirms 3 gadiem
Slavi Pantaleev
d3a0ef22b6
Announce matrix-synapse-auto-compressor
pirms 3 gadiem
Slavi Pantaleev
bf95204860
Mention Element X Android not being quite ready for testing yet
pirms 3 gadiem
Slavi Pantaleev
6c1a39e6e9
Announce sliding-sync support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2515
pirms 3 gadiem
Slavi Pantaleev
30f1034767
Remove matrix_playbook_traefik_role_enabled variable and devture-traefik references
The variable was necessary when multiple playbooks could have
potentially tried to manage a shared `devture-traefik.serivce` systemd service
and shared `/devture-traefik` directory.
Since adcc6d9723086f65f1a72, we use our own `/matrix/traefik`
(`matrix-traefik.service`) installation and no conflicts can arise.
It's safe to always enable the role, just like we do with all the other roles.
pirms 3 gadiem
Slavi Pantaleev
124fbeda04
Switch to using an external Etherpad role
This new role also adds native Traefik support and support for other
(non-`amd64`) architectures via self-building.
pirms 3 gadiem
Jan
05b3f6565b
Update CHANGELOG.md
Fix typo in changelog
pirms 3 gadiem
Slavi Pantaleev
71ae825f6a
Switch default reverse-proxy to Traefik, force reverse-proxy choice on existing users
pirms 3 gadiem
Slavi Pantaleev
a45c70fd66
Announce Rageshake support
pirms 3 gadiem
Slavi Pantaleev
0da308e24d
Upgrade com.devture.ansible.role.traefik
pirms 3 gadiem
Slavi Pantaleev
5df89a44b3
Add support for customizing Synapse templates
pirms 3 gadiem
Slavi Pantaleev
990a6369e1
Switch to using an external Redis role
pirms 3 gadiem
Slavi Pantaleev
964aa0e84d
Switch to using an external Ntfy role
The newly extracted role also has native Traefik support,
so we no longer need to rely on `matrix-nginx-proxy` for
reverse-proxying to Ntfy.
The new role uses port `80` inside the container (not `8080`, like
before), because that's the default assumption of the officially
published container image. Using a custom port (like `8080`), means the
default healthcheck command (which hardcodes port `80`) doesn't work.
Instead of fiddling to override the healthcheck command, we've decided
to stick to the default port instead. This only affects the
inside-the-container port, not any external ports.
The new role also supports adding the network ranges of the container's
multiple additional networks as "exempt hosts". Previously, only one
network's address range was added to "exempt hosts".
pirms 3 gadiem
Slavi Pantaleev
93bb117a29
Mention Traefik changes causing backward-compatibility break for own-webserver (non-nginx-proxy) users
This also updates `docs/configuring-playbook-own-webserver.md`,
trying to make it up-to-date with all recent changes.
pirms 3 gadiem
Slavi Pantaleev
1006b8d899
Replace matrix-grafana with an external role
pirms 3 gadiem
Slavi Pantaleev
b648d4579f
Make it clear that certain matrix_nginx_proxy_* variables are necessary for now, even with Traefik
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2480
pirms 3 gadiem
Slavi Pantaleev
80935a5194
Fix broken backup_borg link
Referenced here: 06f5be4fa5 (r100414988)
pirms 3 gadiem
Slavi Pantaleev
06f5be4fa5
Announce matrix-backup-borg extraction
pirms 3 gadiem
Slavi Pantaleev
73435dfe10
Announce Traefik support
pirms 3 gadiem
Slavi Pantaleev
6db3c8f2ad
Announce Matrix Authentication Support for Jitsi
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375
pirms 3 gadiem
Slavi Pantaleev
600aaa0bc7
Announce Draupnir support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2451
pirms 3 gadiem
Slavi Pantaleev
be78b74fbd
Switch from matrix-prometheus-postgres-exporter to an external prometheus_postgres_exporter role
pirms 3 gadiem
Slavi Pantaleev
864b64d015
Mention the new no-multicast-peers default in Coturn config
Related to 4c9f96722f
pirms 3 gadiem
Slavi Pantaleev
f1c9052fe5
Make it obvious that running Coturn in host-networking mode requires manual firewall changes
pirms 3 gadiem
Slavi Pantaleev
aafa8f019c
Allow matrix_coturn_docker_network to be set to 'host' to use host-networking
This helps large deployments which need to open up thousands of ports
(matrix_coturn_turn_udp_min_port, matrix_coturn_turn_udp_min_port)
On a test VM, opening 1k ports takes 17 seconds for Docker to "publish"
all of these ports (setting up forwarding rules with the firewall, etc),
so service startup and shutdown take a long amount of time.
If host-networking is used, there's no need to open any ports at all
and startup/shutdown can be quick.
pirms 3 gadiem
Slavi Pantaleev
bb0faa6bc3
Block various private network ranges via denied_peer_ips for Coturn by default
Inspired by: https://www.rtcsec.com/article/cve-2020-26262-bypass-of-coturns-access-control-protection/
pirms 3 gadiem
Slavi Pantaleev
9ed2e04d80
Switch from matrix-prometheus-node-exporter to an external prometheus_node_exporter role
pirms 3 gadiem
Slavi Pantaleev
fb60ba67f6
Announce just
pirms 3 gadiem
Slavi Pantaleev
ecb5c077f6
Fix typo (too -> to)
pirms 3 gadiem
Slavi Pantaleev
275a739b22
Announce maurtix-slack
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2227
pirms 3 gadiem