webhook-proxy
webhook-proxy copied to clipboard
A Discord webhook proxy, primarily for Roblox games.
  Docker can make deploying easier. This PR creates a Dockerfile and docker-compose_example.yml Now, you can write install manual like below ``` git clone https://github.com/lewisakura/webhook-proxy.git cd webhook-proxy cp docker-compose_example.yml...
It seems that the proxy limits users to v6 of the Discord API (at the time of writing), I think adding an option to use for example v10 of the...
Add Setup Instruction to Readme.md instead of written inside Dev forum. Ref: https://devforum.roblox.com/t/webhookproxy-discord-webhooks-go-brrrrrrr/1491725/23 PS: I just copy and paste contents of Dev Forum so may need amend or styling.
The Punycode module is deprecated, perhaps use an alternative 
For some reason, when i use the proxy. The website loads really slowly. Even behind cloudflare. Roblox's requests get sent through. But sadly the index.html page loads really slowly. I...
Hi, I was wondering if we should consider upgrading RabbitMQ from version 3.13.7 (with Erlang 26.2.5.3) to the latest available versions. There was a recently discovered vulnerability in Lua that...
I propose the implementation of a JSON-based configuration file for webhook-proxy. This structure provides several key benefits, including maintainability, scalability, and enhanced usability. Below, I outline the reasons for its...
Is there a way to limit the CPU usage for the webhook service? It is running as fast as it can go and takes up 100% of the CPU from...
Implemented the with_components query for post requests to support Discord's new components v2, enabling the use of these new components.