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

Add TURN configuration #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add TURN configuration #23

wants to merge 1 commit into from

Conversation

farao
Copy link
Member

@farao farao commented Nov 15, 2022

TURN needs to be configured with a secret key that is the same that we use to configure the turn server.

@farao farao requested review from juwi and janlelis November 15, 2022 20:55
@farao farao changed the title Add TURN configuration and Grafana admin pw Add TURN configuration Nov 15, 2022
@@ -5,6 +5,8 @@ palava_signaltower_log_dir: /var/log/signaltower
palava_signaltower_port: 4233
palava_signaltower_autostart: yes

# palava_signaltower_turn_secret: TURN_SECRET__IF_GIVEN_TURN_IS_ENABLED

Copy link
Member

@janlelis janlelis Nov 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but I have a small suggestion: We should make activation of TURN explicit, e.g. like this:

palava_signaltower_turn_enabled: no
palava_signaltower_turn_secret: ''

I think it would be better readable and less "magic"

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.

2 participants