Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coturn #613

Merged
merged 4 commits into from May 3, 2020
Merged

Coturn #613

merged 4 commits into from May 3, 2020

Conversation

jo-mei
Copy link
Contributor

@jo-mei jo-mei commented Apr 6, 2020

fixes #581

I could not find any logo for it.
And I have no setup for user/password authentication, just static-auth because it was sufficient for my use case.

@moan0s
Copy link

moan0s commented Apr 11, 2020

Thanks a lot for this guide!
I tried the installation today but had some hassle with setting up the service. I think you got the wrong path in the coturn.ini

What you suggested is

[program:coturn]
command=%(ENV_HOME)s/opt/coturn/bin/turnserver -c %(ENV_HOME)s/etc/coturn/turnserver.conf

which led me to the following

[moanos@reinmuth coturn]$ supervisorctl status
coturn                           FATAL     can't find command '/home/moanos/opt/coturn/bin/turnserver'

I think it should be

[program:coturn]
command=%(ENV_HOME)s/opt/turnserver/bin/turnserver -c %(ENV_HOME)s/etc/turnserver/turnserver.conf

@jo-mei
Copy link
Contributor Author

jo-mei commented Apr 11, 2020

you are right. should be fixed now.
Also there was a typo in the synapse setup.

@ghost
Copy link

ghost commented Apr 16, 2020

Thanks for this great guide! Just found a typo in the configuration:
pkey instead of key
After changing this I was able to access the admin session via https :)

@moan0s
Copy link

moan0s commented Apr 16, 2020

I tried this as

cert=/home/moanos/etc/certificates/moanos.uber.space.crt
pkey=/home/moanos/etc/certificates/moanos.uber.space.key
dh-file=/home/moanos/etc/coturn/dhparam-2066.pem

Is this what you mean?
I don't know if this is the expected result: https://moanos.uber.space/

@thomas-kammerer

@ghost
Copy link

ghost commented Apr 16, 2020

Right, before that the https connection didn't work. If you create a user you're able to login to the web interface..
https://testtk.uber.space:49740/

should be 'pkey' instead of 'key'
@jo-mei
Copy link
Contributor Author

jo-mei commented Apr 17, 2020

@thomas-kammerer should be corrected now.

@GerJuli I think you have to connect directly via your port to see the admin interface. If you connect via webbackend (as I suppose you did with the link above) nginx will handle https and the connection afterwards will be plain.

@moan0s
Copy link

moan0s commented Apr 17, 2020

Thanks a lot, that did the trick!

@luto luto merged commit 69383df into Uberspace:master May 3, 2020
@luto
Copy link
Member

luto commented May 3, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add guide for turn server (coturn)
3 participants