Skip to content

Git boat that sends webhook events into your discord server

Notifications You must be signed in to change notification settings

Luna-devv/githook

Repository files navigation

ko-fi

⚠️ In development, breaking changes ⚠️

About

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.

image image image

Setup

Clone this repo with the following commands:

git clone https://github.com/Luna-devv/githook

Develope

Go goes brrrrrrrr

To run the server run

go run .

Deploy

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

About

Git boat that sends webhook events into your discord server

Topics

Resources

Stars

Watchers

Forks