droppy
droppy copied to clipboard
**ARCHIVED** Self-hosted file storage
added `DROPPY_ADMIN_USER` and `DROPPY_ADMIN_PASSWORD` environment variables to `docker-start.sh` Doesn't impact users who don't set these environment variables, or users who aren't using docker. I built and tested this on an...
Issue: Delete button is really dangerous #391
Replacing the lazy string comparison with a constant-time string comparison provided by nodejs's internal crypto module.
Fixes #437 It looks like [rrdir](https://github.com/silverwind/rrdir) used to follow symlinks by default and [now doesn't](https://github.com/silverwind/rrdir/releases/tag/7.0.0) so [updating it](https://github.com/silverwind/droppy/commit/68664d5a1daf5f3a5b207bc97b663ad6fca8538f#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R45) in 12.0.0 broke that. This PR adds the `followSymlinks` option to make...
Here you have a good improvement to create the container you will not need to build cache first or copy node_modules/ folder to created the container
Allow docker run to pass arbitrary command line arguments into droppy start
As per Subject, files containing an hashtag in the filename (like "Comics #10.pdf") cannot be downloaded. In docker logs I receive a 404 because the filename it looks for gets...
It would be nice if there was an option to change the color scheme to something darker.
I want to use droppy with my reverse proxy in nginx but I get a websocket error, but not when I use the direct IP and port `client.js:27 WebSocket connection...