Miouyouyou/matrix-coturn-docker-setup

Replace the start script used by the CoTURN Docker

Closed this issue · 1 comments

Make the user generation automatic through environment variables. Recreating the same user with the same password on start should not pose any issue.

This should make the whole "Create a new user by hand" irrelevant.

Technically : it's done.

Practically, this posed more issues that it could solve, so it was moved to "unused" files here :
https://github.com/Miouyouyou/matrix-coturn-docker-setup/blob/master/build/coturn/unused/overcomplex.sh

Anyway, this issue is handled. The user will still have to edit the configuration files by hand, but that's better as it allows making it read-only in the Docker instance.