This code allows you to setup a http file sharing website in your local network
- QR code generation
- limit the time a file is saved on the server
- file size upload limit
clone repo
git clone https://github.com/alessioC42/tempWebFile.git
cd tempWebFile/
install modules
npm install
edit settings in config.json
nano config.json
to use the port 80 you have to run the script as root
sudo node index.js