This commit is contained in:
2026-06-21 03:53:06 +03:00
commit f1dd557c5d
147 changed files with 34363 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
# install docker
curl -fsSL https://get.docker.com | sh
# coturn
docker run -d --network=host --name=coturn coturn/coturn \
-n --log-file=stdout \
--lt-cred-mech --fingerprint \
--no-multicast-peers --no-cli \
--no-tlsv1 --no-tlsv1_1 \
--realm=watchparty \
# doesn't actually work, manually docker exec bash and run the add
docker exec -it --user nobody coturn "bash -c 'turnadmin --add -u username -p password -r watchparty'"