gitlab-monitor-docs 1.0 Help

📻 Self-hosting

📂 Guide

  • If you want to self-host the bot, you have to general options:

  • First running the bot on a server using docker.

  • Second, running the bot on your computer via Gradle.

📊 Pre requirements

🔧 Discord bot application

🧮 MongoDB database

📑 mongo.json

{ "database": "db name", "connection_string": "db connection string" }

📑 config.json

{ "discord_token": "bot discord token", "webhook_url": "your gitlab webhook url", "gitlab_url": "your gitlab url (format - gitlab.com)", "bot_id": discord bot id }
Last modified: 20 April 2024