Sign inSign up

bracketed/proxy

By bracketed

•Updated over 2 years ago

A friendly Discord Proxy!

Image
0

712

bracketed/proxy repository overview

⁠bracketed/proxy

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:

  • EXPRESS_PORT (required)
  • PROXY_TOKEN (optional, this will be like a keycode you make to authenticate yourself to use the proxy)

^ 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

Tag summary

Content type

Image

Digest

sha256:dd750dedf…

Size

79.8 MB

Last updated

over 2 years ago

docker pull bracketed/proxy