A Python 3 script to relay data from Jitsi (with enabled Colibri Stats API) to an InfluxDB server.
Set the following env variables:
JVB_HOST: The JVB colibri hostJVB_PORT: The JVB colibri port (default 8080)JVB_PROTO: The JVB colibri protocol (default http)INFLUXDB_HOST: InfluxDB hostnameINFLUXDB_PORT: InfluxDB portINFLUXDB_USER: InfluxDB usernameINFLUXDB_PASS: InfluxDB passwordINTERVAL_SECONDS: Check interval in seconds, defaults to 10
You can also place those env variables in an .env file, they will be read
automatically.
A docker image is built at coredump/jitsi-stats-relay for every push to main.