I am unable to view colibri/stats using the public address on port 8080. port 8080 is open on my firewall.
I am able to see the Colibri stats locally with the following.
curl -v http://127.0.0.1:8080/colibri/stats
in /etc/jitsi/videobridge/sip-communicator.properties
I have the following
org.jitsi.videobridge.ENABLE_STATISTICS=true
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri,rest
Also I have added
org.jitsi.videobridge.rest.private.jetty.port=8080
but I have read this is not necessary in a current Jitsi installation.
In /etc/jitsi/videobridge/config
I have the following.
JVB_OPTS="--apis=rest,xmpp"