Simple Jigasi ConferenceMapper with Redis, Flask and Gunicorn
This implements the /conferenceMapper part of https://github.com/jitsi/jitsi-meet/blob/master/resources/cloud-api.swagger
Prerequisites: Redis, redis-py, flask and a wsgi server like gunicorn
Packages for Ubuntu Server 24.04
apt install python3-flask gunicorn redis-server, python3-redis
Copy conferencemapper.service and conferencemapper.socket to /etc/systemd/system
Adapt /etc/systemd/system/conferencemapper.service to match WorkingDirectory to conferencemapper module directory.
Add reverse proxy in front of gunicorn (nginx)
location = /conferenceMapper {
proxy_pass http://127.0.0.1:8001/conferenceMapper?$query_string;
}
Start it and activate nginx config
systemctl daemon-reload
systemctl enable conferencemapper.socket
systemctl start conferencemapper.socket
systemctl reload nginx
Development and Testing
To install the package with test dependencies:
pip install -e ".[test]"
To run the tests:
pytest tests/
Or with verbose output:
pytest tests/ -v
Release files for conferencemapper 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| conferencemapper-1.0.1.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| conferencemapper-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:15.0 kB
Release files / conferencemapper-1.0.1.tar.gz
| Download URL | conferencemapper-1.0.1.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ec30cdf4ecac34fd31ab0c4a3dbdf6ccb2040b6a765cb0cfbd611f729c421f8a
|
|
BLAKE2b-256 checksum How to use checksums |
fe97b76093a41e13707556e9df6d158e12a24a0e0ff58fba730368116e90e11f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 17, 2026.
Transparency logRelease files / conferencemapper-1.0.1-py3-none-any.whl
| Download URL | conferencemapper-1.0.1-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1e1970fdec2c9d6bb402b98f974998c24aec97d397b2b4a4dabe938908aceeca
|
|
BLAKE2b-256 checksum How to use checksums |
bd457118a987e681f4e8cbde57333999b744c7435c2f6baa932d0fa57e5797db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 17, 2026.
Transparency log