Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 650 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 650 Bytes

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