Skip to content

Bracketed/proxy

Repository files navigation

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

Enjoy!

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published