PiZilla icon indicating copy to clipboard operation
PiZilla copied to clipboard

A lightweight, open-source file sharing web application for local networks.

Results 21 PiZilla issues
Sort by recently updated
recently updated
newest added

Reference: http://usejsdoc.org/about-getting-started.html

difficulty/medium

Adds encryption to uploaded files Fixes issue #39

process/pending_review
size/XXL

Reference: https://stackoverflow.com/questions/35449630/how-to-encrypt-file-using-express-multer

difficulty/medium

Show browser based notifications on completion of file upload.

enhancement
difficulty/medium

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...

in progress

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

difficulty/novice

This should ease up pull request and issue management to a certain level.

enhancement
difficulty/medium