Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 437 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 437 Bytes

Running it

Prerequisites

  • python venv
python3 -m venv ~/venv

Setup

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

Running

  • Run docker compose docker-compose up
  • Log into https://localhost:3000 with admin:admin
  • Reset your pw to what you like