Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truedat101/nodesimpleshare
A simple way to share static files with a brain-dead apikey and some JSON for access control
https://github.com/truedat101/nodesimpleshare
Last synced: 2 days ago
JSON representation
A simple way to share static files with a brain-dead apikey and some JSON for access control
- Host: GitHub
- URL: https://github.com/truedat101/nodesimpleshare
- Owner: truedat101
- License: bsd-3-clause
- Created: 2014-06-10T20:57:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T07:09:36.000Z (over 9 years ago)
- Last Synced: 2024-12-16T02:27:21.758Z (7 days ago)
- Language: CSS
- Size: 320 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nodesimpleshare
===============A simple way to share static files with a brain-dead apikey and some JSON for access control
Setup
=====> npm install .
* Edit shareconfig.json, add your own documents to share, add your own user api keysNote: Avoid using api keys that will be escaped in the request query, as this will probably break.
Disclaimer
==========This isn't intended to be ultra-secure from clever hackers. So don't use it for anything requiring high levels of security.