Lightweight open source ticket and error management system

0. Why Broke?

  1. Broke is a simple and lightweight ticket management system designed for small teams and personal projects.
  2. It allows users to easily report issues, track progress, and manage tasks without the complexity of larger systems.
  3. It also ships with an error managing system compliant with Sentry's SDK.
  4. It is free and open source.
  5. It is simple and focused

1. Install using Docker

git clone https://github.com/valteryde/broke.git
And change the directory:
cd broke
Finally, run the following command to start Broke using Docker Compose:
docker-compose up -d

2. Set up your first user

To create your first admin user, run the following command:
docker-compose exec broke
Then, inside the container, run:
python cli.py create-user <username> <password> <isAdmin>