ClaudeStabile/PadeOpenfireDockerMode

Is IPV6 needed for Pade to work since docker is not natively supporting it?

pierreaa opened this issue · 1 comments

Hi! I was wondering if IPV6 was required for Pade to work because there is little information on how to enable IPV6 in a docker's container in docker's documentation.

I actualy installed Pade successfully in a Openfire docker container but I killed it because the way I did it could create security issues. It was on dedicated server with cPanel installed and I enabled quite a few ports in the firewall to make it work.

Also, did you use an external stun / turn server or the Openfire Pion Turn plugin?

Thank you for this contribution, I might try to install it following your footsteps! :-D

Hello,

To quiclky answer your questions 👍

-No you do not need IP v6 for Padé
-I only do docker on physical baremetal servers i build specially for this purpose. I do not use docker instance from a cloud provider. I use only basic docker on a physical server.
If you expect building this on AWS or Azure, forget it. This will not work for many reasons and if it works you will get extremely bad results for webRTC vidconf.
Feel free to try out with my images, feel free to amend and change it to match your requirements.

Stun/Turn. I use coTurn on phys baremetal server most of the cases. Pion, i do not advise to use it, many side effects for now.

Enjoy,

Your contrib is always welcomed

++