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

Datacord-GH/desktop-build-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop Build Manager

A project by Datacord

Fetches the Stable, PTB and Canary Discord versions and the hashes

Setup and run with Docker

docker build -t datacord-desktop-build-tracker:latest .
docker volume create datacord-desktop-build-tracker
docker run \
-e DESKTOP_BUILD_WEBHOOK_URL='REPLACE_ME' \
-e CANARY_ROLE_ID='REPLACE_ME' \
-e PTB_ROLE_ID='REPLACE_ME' \
-e STABLE_ROLE_ID='REPLACE_ME' \
-e DB_URL='./db/desktop-build.db' \
--mount type=volume,src=datacord-desktop-build-tracker,target=/desktop-build-tracker/db \
--name desktop-build-tracker \
datacord-desktop-build-tracker:latest

About

Fetches the latest Stable, PTB and Canary builds from Discord

Resources

License

Stars

Watchers

Forks

Contributors