DisboxApp / web

Use Discord as a file storage service.
https://disboxapp.github.io/web/
GNU Affero General Public License v3.0
474 stars 86 forks source link

hosting on own computer #10

Closed weneten closed 2 years ago

weneten commented 2 years ago

is it possible to host this on my windows 11 computer? thanks in advance!

DisboxApp commented 2 years ago

Yeah! It's actually pretty simple (if you've worked with node before), I'll work on a guide, but for the meanwhile here's some instructions:

For the server, clone it, install the dependencies with npm install, and run it with node disbox-server.js,

Then for the client, clone it and edit the SERVER_URL const to your own server address, install the dependencies with npm install, and then run it with npm start.

If you want to access it online, you can host the server on something like azure and then fork the client and host it on github pages.

weneten commented 2 years ago

Thank you so much! Great work!

Enigma1309 commented 9 months ago

Hey, i don't have any knowledge about node and npm as such, i'm not able to run this, image idk why there are so much vulnerabilities in packages.....anyways After searching on web, people told to go to localhost:8080 but i'm unable to acess it please help

Codex1234678 commented 3 months ago

when I go in localhost:8080/web I get this error ; Cannot GET /web