Compare commits
No commits in common. "18fc302669a90d5d9a2b1711964a4e4565312ce0" and "b94f27d8cd5b206264efbd331158e86001e0a998" have entirely different histories.
18fc302669
...
b94f27d8cd
27
README.md
27
README.md
|
@ -1,27 +0,0 @@
|
||||||
JitsiBadge
|
|
||||||
==========
|
|
||||||
|
|
||||||
Simple Logfile parser and local status server for public jitsi meet instances
|
|
||||||
|
|
||||||
## Features
|
|
||||||
- returns conference state as text or svg badge
|
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
- Python 3.5 or newer
|
|
||||||
- Sh Module https://pypi.org/project/sh/
|
|
||||||
- pyBadges Module https://pypi.org/project/pybadges/
|
|
||||||
|
|
||||||
## 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]`
|
|
||||||
|
|
Loading…
Reference in New Issue