thechangelog / ping

Ping! Share show ideas, feedback, or general questions. Just create an issue.
https://changelog.com/
267 stars 13 forks source link

Dumpster - A self-hosted file upload server supporting YubiKey OTP authentication. #368

Closed nmaggioni closed 8 years ago

nmaggioni commented 8 years ago

Hey Changeloggers!

Here's my latest project: a lightweight, self-hosted and API-based file upload server supporting YubiKey OTP authentication. It's called Dumpster, and this is its repo :) It solves the need to use cumbersome services to quickly share a file with colleagues, friends or classmates, exposing an easy download-only link. The security of file uploads is granted by the use of YubiKey OTP codes, so that you can be sure that no unauthorized personnel can upload malicious files to your server. Since it works with GET and POST requests only, no interfacing methodology is precluded! You can use or hack toghether whatever interface you like: from a simple command line script to a whole webUI (an official one is in the works, by the way...)

Main features are:

jerodsanto commented 8 years ago

@nmaggioni we're including Dumpster in our next issue of Changelog Weekly! :tada:

We :ship: it tomorrow morning. :beers:

nmaggioni commented 8 years ago

@jerodsanto Awesome, thanks!