Package CoTURN as a separate app #53
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, a
coturnservice is included incoop-cloud/matrix-synapse, andcoop-cloud/workadventure.It seems that CoTURN currently requires "host-mode networking", because of the large number of UDP ports required, e.g. see here https://github.com/silvio/docker-matrix/issues/38
Even if we resolved this using port ranges, UDP ports can't be forwarded per-host via Traefik anyway, so there's a one-CoTURN-per-ingress-IP limitation, just like for other UDP services, and similar to our one-Mailu-per-ingress-IP limitation.
This is making me think that CoTURN should be a separate, shared app, instead of a service on containers -- I believe Cloudron does it this way.
Moved to https://git.autonomic.zone/coop-cloud/organising/issues/94#issuecomment-6750.