A friendly discord webhook proxy to deploy on your server! This is yet to be updated to support caching etc, but what we have right now is pretty good!
You can also view this on docker hub at https://hub.docker.com/r/bracketed/proxy!
ENV Variables:
^ Must be defined or it wont work
Example (Docker Compose):
version: '3.8'
name: proxy
services:
proxy:
image: bracketed/proxy:latest
container_name: proxy
restart: always
ports:
- 3003:3003
environment:
- EXPRESS_PORT=3003
# - PROXY_TOKEN="SOMETHING_RANDOM_SOMETHING_MAD"
If you wish to use our CLI tool for creating keys for this system use either the following commands:
Yarn: yarn create @bracketed/keygen
NPM: npx @bracketed/create-keygen
Content type
Image
Digest
sha256:dd750dedf…
Size
79.8 MB
Last updated
over 2 years ago
docker pull bracketed/proxy