https://github.com/z1xus/qm-webhook-proxy
proxy server for quality muncher's discord webhooks
https://github.com/z1xus/qm-webhook-proxy
Last synced: about 1 year ago
JSON representation
proxy server for quality muncher's discord webhooks
- Host: GitHub
- URL: https://github.com/z1xus/qm-webhook-proxy
- Owner: Z1xus
- License: gpl-3.0
- Created: 2023-11-16T11:29:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T01:21:00.000Z (over 2 years ago)
- Last Synced: 2025-02-12T21:37:12.217Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://qm-webhook-proxy.vercel.app
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## qm-webhook-proxy
simple proxy for discord webhooks
initially made for [quality muncher](https://github.com/qm-org/qualitymuncher/) user logs
### Deploy locally:
1. Clone the repository
```bash
git clone https://github.com/Z1xus/qm-webhook-proxy.git
```
2. Install dependencies
```bash
yarn install
```
3. Configure your .env
```Shell
DISCORD_WEBHOOK_URL=your_webhook_url
PORT=3000
```
4. Run it
```bash
yarn start
```