Slavi Pantaleev
e1363c9b9b
Add lt-cred-mech authentication mechanism to Coturn
All homeserver implementations have been updated to support this as
well.
It's just Jitsi that possibly doesn't work with anything other than `auth-secret`.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3191
il y a 2 ans
Slavi Pantaleev
ad32953e0b
Add additional-networks support to matrix-coturn
Not that it seems necessary right now, but it makes it consistent with
all other roles.
il y a 2 ans
Slavi Pantaleev
dc9ff4e01b
Add support for external-IP-address-autodetection to Coturn
il y a 2 ans
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
il y a 2 ans
Slavi Pantaleev
c8e0f35c94
Upgrade Coturn (4.6.2-r4 -> 4.6.2-r5)
il y a 2 ans
Slavi Pantaleev
ce0eb973b0
Upgrade Coturn (4.6.2-r3 -> 4.6.2-r4)
il y a 2 ans
Aine
df07b8fb7d
Update coturn 4.6.1-r3 -> 4.6.2-r3
il y a 2 ans
Slavi Pantaleev
fa63785109
Upgrade Coturn (4.6.1-r2 -> 4.6.1-r3)
il y a 2 ans
Slavi Pantaleev
69b2df629b
Enable some recommended Coturn options in an effort to lower DDoS amplification factor
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2592
il y a 3 ans
Slavi Pantaleev
0b9dc56edf
Add type support to matrix_coturn_container_additional_volumes
.. and try to auto-switch between `bind` and `volume` depending on
whether there's a slash in the `src` path.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2482
il y a 3 ans
Aine
f6f7bbd2a1
Update coturn 4.6.1-r1 -> 4.6.1-r2
il y a 3 ans
Slavi Pantaleev
c7767e9bc8
Upgrade Coturn (4.6.1-r0 -> 4.6.1-r1)
il y a 3 ans
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.
il y a 3 ans
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/
il y a 3 ans
Slavi Pantaleev
773cb7d37e
Make no-tcp-relay Coturn configuration property configurable
il y a 3 ans
Slavi Pantaleev
bf23d63f82
Add matrix_coturn_additional_configuration
il y a 3 ans
Slavi Pantaleev
4c9f96722f
Add no-multicast-peers to Coturn config by default
Part of a security hardening provoked by:
https://www.rtcsec.com/article/cve-2020-26262-bypass-of-coturns-access-control-protection/
il y a 3 ans
Slavi Pantaleev
6414599079
Upgrade Coturn (4.6.0 -> 4.6.1)
il y a 3 ans
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.
il y a 3 ans
Aine
83482721f8
Update Coturn 4.5.2-r14 -> 4.6.0-r0
il y a 3 ans
Slavi Pantaleev
f2d613dfea
Upgrade Coturn (4.5.2-r13 -> 4.5.2-r14)
il y a 3 ans
Aine
66d4c7e072
[DO NOT MERGE]Update Coturn 4.5.2-r12 -> 4.5.2-r13
**no docker tag yet**, [keep an eye on it](https://hub.docker.com/r/coturn/coturn/tags?page=1&name=4.5.2-r13 )
il y a 3 ans
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
il y a 3 ans
Aine
f448cca732
Update coturn 4.5.2-r11 -> 4.5.2-r12
il y a 3 ans
Aine
ac1bd49494
Update coturn 4.5.2-r8 -> 4.5.2-r11
il y a 3 ans
Slavi Pantaleev
f4ba995d9b
Fix validation and prevent empty "external-ip=" lines in Coturn config
We no longer validate that there's an IP address defined.
Seems like Coturn can start without one as well, so there's no need to
require it.
If people populate `matrix_coturn_turn_external_ip_addresses` directly
to specify multiple addresses, they can leave
`matrix_coturn_turn_external_ip_address` empty.
We use the "select not equal to empty string" thing in the for loop
to avoid `matrix_coturn_turn_external_ip_address` leading to
`matrix_coturn_turn_external_ip_addresses: ['']` leading to
`external-ip=` in the Coturn configuration.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1741
il y a 3 ans
Hefty Zauk
03d2dcc996
Move into coturn defaults
il y a 3 ans
heftyzauk
268b079374
Revert Coturn Address Change, add new Addresses var ( #2 )
il y a 3 ans
heftyzauk
29847627f1
Multi-IP coturn
Add support for multiple external turn IP addresses, this allows for better comptability with dualstack ipv4/ipv6 hosts, and is supported as per the documentation (point 6 here: https://matrix-org.github.io/synapse/latest/turn-howto.html#configuration )
il y a 3 ans
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
il y a 4 ans
sakkiii
980c2b9a80
Update coturn (4.5.2-r4 -> 4.5.2-r8)
il y a 4 ans
sakkiii
6feb99076a
Update Coturn (4.5.2-r3 -> 4.5.2-r4)
il y a 4 ans
Slavi Pantaleev
dc8000760b
Bump Coturn version tag (4.5.2-r2 -> 4.5.2-r3)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1236
il y a 4 ans
Michael Collins
98e6cd685d
sync with previous repo
il y a 4 ans
Slavi Pantaleev
b6d71b9da1
Fix self-building for Coturn
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1158
il y a 4 ans
sakkiii
04805f35a7
Coturn update 4.5.2 -> 4.5.2-r2
il y a 4 ans
sakkiii
1cc1202df2
update coturn
il y a 4 ans
Slavi Pantaleev
3dcc006932
Fix self-building for Coturn
689dcea773 wasn't enough. The `upstream/..` tags are
just upstream sources, without the alpine-based Dockerfile.
We need to use the `docker/..` tags for that (or `master`)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1032
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1023
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1009
il y a 4 ans
Slavi Pantaleev
689dcea773
Fix self-building for Coturn
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1023
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1009
il y a 4 ans
Slavi Pantaleev
62c0587b6a
Use Alpine-based Coturn
il y a 4 ans
Michael-GMH
50d7209c5b
GMH v04.3
il y a 4 ans
Dan Arnfield
29177d4922
Switch to official coturn docker image
il y a 4 ans
Slavi Pantaleev
fcb9e9618a
Make Coturn TLSv1/v1.1 configurable
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/999
il y a 4 ans
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
il y a 4 ans
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
il y a 4 ans
Ahmad Haghighi
f52a8b6484
use custom docker registry
il y a 5 ans
Michael
33ec5710d9
0.2.1 revision
il y a 5 ans
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
il y a 5 ans
Slavi Pantaleev
c1008fde44
Upgrade matrix-coturn (4.5.1.3 -> 4.5.2)
il y a 5 ans
Slavi Pantaleev
be5263f397
Move self-building git repository URLs to variables (stop hardcoding)
il y a 5 ans