freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Mention on docs: ports used by videobridge (TCP/443, TCP/4443, UDP 10000-20000) has to allow inbound traffic #22

Closed chogarcia closed 8 years ago

conorsch commented 8 years ago

@cho-is Fair point, the docs could be more explicit about the firewall settings. The role does automatically open up those ports via ufw, though. (Set jitsi_meet_configure_firewall: false to disable.) Was the automatic host-based firewall config not working for you? If so, I'd like to address those concerns as well as update the README.

chogarcia commented 8 years ago

Your Ansible script is great, tested on AWS EC2 latest Ubuntu machine. I found which port needed to open on a jitsi-meet issue.

The Security Group needs these inbound tags.

conorsch commented 8 years ago

Perfect, thanks for the explanation—I'll make sure to target the docs update appropriately. Glad to hear you're enjoying the role! Jitsi Meet is a great piece of software.