Skip to content
/ yatb-site Public
forked from NejcZivic/yatb-site

The site where YATB sends all transcripts.

License

Notifications You must be signed in to change notification settings

bsmg/yatb-site

 
 

Repository files navigation

YATB-Site

This is a website server to handle yatb's transcript uploading to self host the transcripts.

Setup

  1. Go to the Discord developer panel
  2. Create an application
  3. Go to the Oauth2 tab
  4. Add a redirect to https://domain/discord
  5. Add the ID and client secret in the .env file
  6. Fill out all the other .env file properties (AUTH_KEY on the server and in the bot need to be the same!)
  7. Add all sorting options (ticket types) to the index.html file on line 31 (Value should be the name of the category of the ticket)
  8. Run npm i to install all the dependencies
  9. Run npm start to build the project and run it

About

The site where YATB sends all transcripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 57.7%
  • HTML 38.7%
  • Dockerfile 3.6%