luxeria / jitsi-peephole-service

A simple service which exposes Jitsi room statistics for one single room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jitsi-peephole-service

A simple service which exposes the mod_muc_census Prosody room statistics for one single room (configured via PEEPHOLE_ROOM_NAME).

Environment variables

  • PEEPHOLE_ROOM_NAME (required): Room name for which statistics are exposed (example: foobar@muc.meet.jitsi)
  • PEEPHOLE_HTTP_ADDR (default :9339): Address on which the peephole HTTP server will listen on
  • XMPP_SERVER (default xmpp.meet.jitsi): Hostname of the Prosody HTTP service
  • PROSODY_HTTP_PORT (default 5280): Port of the Prosody HTTP service

About

A simple service which exposes Jitsi room statistics for one single room

License:MIT License


Languages

Language:Go 95.1%Language:Dockerfile 4.9%