Skip to content

iDarkLightning/archivecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchiveCord

ArchiveCord is a client to view applications archived using LiteBot's standard archives plugin!

Deploying

If you would like to host your own version of this client, you can do so like such:

First, clone the repository

git clone https://github.com/iDarkLightning/archivecord.git

Next, fill out your ENVIRONMENT_VARIABLES. To do this, copy .env to env.local and fill it out

  • DISCORD_CLIENT_ID: The Client ID of your discord application
  • DISCORD_CLIENT_SECRET: The Client Secret of your discord application

The above fields can be found through your discord developer portal: Example Image

  • JWT_SECRET: The secret token that will be used to sign session tokens and make requests to LiteBot, this must match the api_litebot field in your configuration for LiteBot
  • LITEBOT_URL: The route that your LiteBot server is running on, by default this will be http://localhost:8000 if you are deploying this on the same machine as LiteBot

Now, if you do not have node.js installed, then you can install it from here.

Whilst you can run the server via npm, it is reccomended to use yarn. You can install yarn using the following command after installing node.

npm install --global yarn

Now, to install all the required dependencies, execute:

yarn

Now, you can start the server like such:

yarn build
yarn start

If you have issues, feel free to reach out to me via the LiteTech Discord Server

Credits

The UI/UX credits go to @owen3242.

About

A client to view channels archived by LiteBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages