Simple web app that allows you to send and edit discord messages using webhooks.
Live Preview: https://wh.kozejin.dev/
- Build the Discordhook docker image.
docker build -t discord-hook .- Run the docker container.
docker run -d -p 5000:5000 --name discord-hook discord-hookThis will build the image and start the container, making your app accessible on port 5000.