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

Configure Jitsi Meet to run behind hardware nat firewall #7

Merged
merged 4 commits into from
Apr 28, 2020

Conversation

fabiogermann
Copy link

I added some improvements and configuration options that are needed to set up jitsi meet behind a hardware firewall with NAT enabled.

@santiagomr santiagomr self-requested a review April 11, 2020 20:17
@santiagomr santiagomr self-assigned this Apr 11, 2020
@santiagomr santiagomr added the enhancement New feature or request label Apr 11, 2020
Copy link
Member

@santiagomr santiagomr left a comment

Choose a reason for hiding this comment

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

Nice work @fabiogermann! Thanks for sharing these improvements.

Before merging this PR, could you add the indicated spaces and update the defaults/vars in README.md with your changes?

@@ -250,7 +250,7 @@ var config = {
// minParticipants: 2,

// Use XEP-0215 to fetch STUN and TURN servers.
useStunTurn: {{ jitsi_meet_use_stun_turn }},
useStunTurn: {{ jitsi_meet_use_stun_turn | to_json}},
Copy link
Member

Choose a reason for hiding this comment

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

Here it would be useful add a space before closing the mustaches to make the Ansible lint happy

Copy link

Choose a reason for hiding this comment

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

I would suggest | bool | lower instead of | to_json


// Use XEP-0215 to fetch STUN and TURN servers.
useStunTurn: {{ jitsi_meet_use_stun_turn }},
useStunTurn: {{ jitsi_meet_use_stun_turn | to_json}},
Copy link
Member

Choose a reason for hiding this comment

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

Here it would be useful add a space before closing the mustaches to make the Ansible lint happy

Copy link

Choose a reason for hiding this comment

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

use | bool | lower instead of to_json

@@ -350,10 +350,10 @@ var config = {
// through the JVB and use the peer to peer connection instead. When a
// 3rd participant joins the conference will be moved back to the JVB
// connection.
enabled: true,
enabled: {{ jitsi_meet_enable_p2p_mode | to_json }},
Copy link

Choose a reason for hiding this comment

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

see above

@santiagomr santiagomr merged commit d8a5f95 into UdelaRInterior:master Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants