- Create the
.env
file with the following content (If you are not using Docker)
DISCORD_WEBHOOK=""
PORT="3123"
OUTLINE_URL="https://outline.example.com"
OUTLINE_API_KEY=""
- Run
npm install
- Run
npm run start
Build
docker build -t outlinewebhookbridge:latest -t ghcr.io/nextfightnetwork/outlinewebhookbridge:latest .
Publish
docker push ghcr.io/nextfightnetwork/outlinewebhookbridge:latest