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.exe serve
in thepocketbase
directory, navigate to http://127.0.0.1/_/ and login. (Works on windows, if you are using a linux system, then download and replace the windows executable with the linux executable from https://pocketbase.io/docs/) - Rename the
.env.template
file in thebackend
directory to.env
and fill all the fields in the file. - Run
npm i
in bothfrontend
andbackend
directories. - Run
node commands.js
in thebackend
directory. - Run
npm start
in thebackend
directory. - Run
npm run dev
in thefrontend
directory. - Navigate to http://localhost:5173 on your browser.