webhook-proxy icon indicating copy to clipboard operation
webhook-proxy copied to clipboard

A Discord webhook proxy, primarily for Roblox games.

Results 9 webhook-proxy issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/lewisakura/webhook-proxy/assets/46598063/bdcaa87d-b8e9-4ecd-860f-b405b190f93c) ![image](https://github.com/lewisakura/webhook-proxy/assets/46598063/9158eaf1-17af-42af-b9c6-67e8f2b2ee47) 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 ![image](https://github.com/lewisakura/webhook-proxy/assets/4199669/46f7695f-aa1d-446a-9683-5095f2d9bfce)

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.