PiZilla
PiZilla copied to clipboard
A lightweight, open-source file sharing web application for local networks.
Reference: http://usejsdoc.org/about-getting-started.html
Adds encryption to uploaded files Fixes issue #39
Reference: https://stackoverflow.com/questions/35449630/how-to-encrypt-file-using-express-multer
Show browser based notifications on completion of file upload.
Requests from `localhost:8080/bundle.js` are routed to `localhost:8080/dev-server/bundle.js` and requests from `localhost:8080/` are proxyed to `localhost:8000/`. That is setting the `output.publicPath` attribute to use `/dev-server` and then use a `devServer.proxy` attribute...
Index is proxyed to `localhost:8000` output.publicPath is set to /dev-server
It doesn't seem to work. What am I doing wrong?
This eases up one more step while testing. Reference: https://webpack.js.org/configuration/dev-server/#devserver-openpage
This should ease up pull request and issue management to a certain level.