Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 546 Bytes

Changelog Tracker

A project by Datacord

Fetches the latest changelogs from Discord and looks for new ones

Setup and run with Docker

docker build -t datacord-changelog-tracker:latest .
docker volume create datacord-changelog-tracker
docker run \
-e CHANGELOG_WEBHOOK_URL='REPLACE_ME' \
-e ROLE_ID='REPLACE_ME' \
-e DB_URL='./db/changelogs.db' \
--mount type=volume,src=datacord-changelog-tracker,target=/changelog-tracker/db \
--name changelog-tracker \
datacord-changelog-tracker:latest