A simple file-sharing server for screenshots and the like.
All userdata is stored inside of the "usr" subdirectory. Please do not modify anything outside of this folder.
Also, back up the "usr" folder if you want to do backups.
git clone https://github.com/justinoboyle/fileup
cd fileup
npm install
npm run build
npm start
npm run dev