Self-hosted dashboard to manage docker compose stacks.
Note
This project is still in early development, there will be bugs and missing features.
Before running dabba, you will need to have the following prerequisites installed:
- Clone the repository using
git clone https://github.com/trugamr/dabba.git
- Install dependencies using
pnpm install
- Create a
.env
file using the provided.env.example
file as a template, and fill in your own values. - Build the project using
pnpm run build
- Start the bot using
pnpm run start
Recommend way to run dabba is using docker-compose:
- Clone the repository using
git clone https://github.com/trugamr/dabba.git
- Copy
.env.example
to.env
and fill in your own values. - Run
docker-compose up -d
You will now be able to access dabba at http://localhost:6040
.
If you would like to contribute, you can fork the repository, create a new feature or bugfix branch, and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.