Go to file
Reik Kaps 18fc302669 Merge branch 'release/v0.0.1rc' 2020-06-23 19:27:16 +02:00
.gitignore Erster Prototyp 2020-06-14 15:52:08 +02:00
README.md Readme hinzugefügt 2020-06-23 19:26:30 +02:00
jitsi-log.py First public release candidate 2020-06-23 18:52:07 +02:00
requirements.txt Etwas aufgeräumt und vereinfacht 2020-06-18 22:56:21 +02:00

README.md

JitsiBadge

Simple Logfile parser and local status server for public jitsi meet instances

Features

  • returns conference state as text or svg badge

Requirements

Optional (eg for production)

  • Reverse HTTP Proxy (Nginx, Apache ...)
  • a user to run jitsiBadge on your server

Setup

  • Clone this repo to your jitsi server
  • optional: python virtual environment (python -m venv venv)
  • make sure python requirements are present: pip install -r requirements.txt
  • run: python3 jitsi-log.py -l /PATH/2/JICOFO.LOG [ -p PORT]