A fancy Discord bot to announce CTFd solves
Install with
cargo install --git https://github.com/code-vinci/CTFd-First-BloodRun with
CTFd-First-Blood --helpBuild the docker image
docker build --tag bot .Run a container using the created image and provide the environment variables
docker run -d --name CTFd-First-Blood \
-e WEBHOOK_URL=<YOUR_WEBHOOK_URL> \
-e CTFD_URL=<YOUR_CTFD_APP_URL> \
-e CTFD_API_KEY=<YOUR_CTFD_API_KEY>Enjoy!