The current implementation is sadly limited to be used once per host, so this might need some additional love in the future, if someone needs it more flexible.
This implements the high performance backend for Nextcloud Talk, which is nessecary if it needs to handle more people (video) calling.
More Details about it: https://nextcloud-talk.readthedocs.io/en/latest/quick-install/
The current implementation is sadly limited to be used once per host, so this might need some additional love in the future, if someone needs it more flexible.
The related traefik pr: https://git.coopcloud.tech/coop-cloud/traefik/pulls/66
Due to a bug in compose that deletes duplacted ports without checking for the protocol, traefik need to get the additional udp binding added after the deployment via ssh (this might take longer than expected!):
```
docker service update --publish-add published=3478,target=3478,protocol=udp traefik_XXX_XXX_app
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This implements the high performance backend for Nextcloud Talk, which is nessecary if it needs to handle more people (video) calling.
More Details about it: https://nextcloud-talk.readthedocs.io/en/latest/quick-install/
The current implementation is sadly limited to be used once per host, so this might need some additional love in the future, if someone needs it more flexible.
The related traefik pr: coop-cloud/traefik#66
531a373da3todc28ebd349dc28ebd349tod4371b4afb@@ -51,0 +79,4 @@Due to a bug in compose that deletes duplacted ports without checking for the protocol, traefik need to get the additional udp binding added after the deployment via ssh (this might take longer than expected!):```docker service update --publish-add published=3478,target=3478,protocol=udp traefik_XXX_XXX_appGNARLY
here is a docker-cli patch to fix the bug, we will try to upstream it, but in the meantime we could used a patched version in abra
Looks good to me! Terrifying stuff, well done getting it working