Skip to content

NextFightNetwork/OutlineToDiscord

Repository files navigation

Installation

  1. 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=""
  1. Run npm install
  2. Run npm run start

Build & publish docker image

Build

docker build -t outlinewebhookbridge:latest -t ghcr.io/nextfightnetwork/outlinewebhookbridge:latest .

Publish

docker push ghcr.io/nextfightnetwork/outlinewebhookbridge:latest