GitHook is a discord bot designed to improve GitHub webhooks for discord. Basically just a modern and nicer version of the discord built-in GitHub webhook support.
If you need help developing with this, join our Discord Server.
Clone this repo with the following commands:
git clone https://github.com/Luna-devv/githook
Go goes brrrrrrrr
To run the server run
go run .
Since docker is the best thing that exists for managing deployments, it's the thing we use. If you don't want to use docker, install the go programing language from go.dev and run go run .
or however you want to run it.
To build the docker container run
docker build -t githook .
To start the docker container (detached) run
docker compose up -d