A webapp that allows you to use discord as cloud storage
Caution
Use At Your Own Risk: Using Discord for storage is against the platform's TOS. This is made purely for educational purposes.
- Create a new application at https://discord.com/developers
- Enable all intents under the bot section.
- Add the bot to a server with adminstrator perms.
- Clone this repo.
- Run
./pocketbase servein thepocketbasedirectory, navigate to http://127.0.0.1/_/ and login. (Download the executable from https://pocketbase.io/docs/ into the pocketbase directory) - Rename the
.env.templatefile in thebackenddirectory to.envand fill all the fields in the file. - Run
npm iin bothfrontendandbackenddirectories. - Run
node commands.jsin thebackenddirectory. - Run
npm startin thebackenddirectory. - Run
npm run devin thefrontenddirectory. - Navigate to http://localhost:5173 on your browser.
