- python venv
python3 -m venv ~/venv
Adding the webhook to your organization
source ~/venv/bin/activate
pip3 install --upgrade -r requirements.txt
python3 GITHUB_TOKEN=[your token] GITHUB_ORG=[your organisation] add_org_webhook.py
- Run docker compose
docker-compose up
- Log into https://localhost:3000 with admin:admin
- Reset your pw to what you like