From 9d448b117fb99565be854e8f271f550f637b09ea Mon Sep 17 00:00:00 2001 From: Koichi MATSUMOTO Date: Sun, 13 Dec 2020 00:02:31 +0900 Subject: [PATCH 1/6] Add BlackUpload and FireShare Add `BlackUpload` and `FireShare` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3d54748..39f6308a 100644 --- a/README.md +++ b/README.md @@ -744,10 +744,12 @@ _See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems_ #### Single-click/drag-n-drop upload +- [BlackUpload](https://github.com/FarisCode511/BlackUpload) - An Anonymus File Uploader Script with Multi-File Upload Support. `MIT` `PHP` - [BoZoN](https://github.com/broncowdd/BoZoN) - Minimalist Drag and drop file sharing app. `AGPL-3.0` `PHP` - [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. ([Source Code](https://coquelicot.potager.org/gitweb/?p=coquelicot.git)) `AGPL-3.0` `Ruby` - [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python` - [fibridge](https://github.com/anderspitman/fibridge-proxy-rs) - Stream huge files out of your browser without having to upload. `MIT` `Rust` +- [FireShare](https://auspham.dev/FireShare/) - A Full-Stack, Pub-Sub, Real-time secure file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing. ([Source Code](https://github.com/rockmanvnx6/FireShare)) `Nodejs` `MIT` - [FileShelter](https://github.com/epoupon/fileshelter) - FileShelter is a self-hosted software that allows you to easily share files over the Internet. ([Demo](http://fileshelter.demo.poupon.io/)) `GPL-3.0` `C++` - [Files Sharing](https://github.com/axeloz/filesharing) - Open Source and self-hosted files sharing application based on unique and temporary links. `GPL-3.0` `PHP` - [goploader](https://gpldr.in/) - Easy file sharing with server-side encryption, curl/httpie/wget compliant. ([Source Code](https://github.com/Depado/goploader)) `MIT` `Go` From 7eba6b71850bb17f035b0ca8caf63d4102558b53 Mon Sep 17 00:00:00 2001 From: Koichi MATSUMOTO Date: Sun, 13 Dec 2020 00:39:00 +0900 Subject: [PATCH 2/6] fix typo fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f6308a..710b41d6 100644 --- a/README.md +++ b/README.md @@ -744,7 +744,7 @@ _See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems_ #### Single-click/drag-n-drop upload -- [BlackUpload](https://github.com/FarisCode511/BlackUpload) - An Anonymus File Uploader Script with Multi-File Upload Support. `MIT` `PHP` +- [BlackUpload](https://github.com/FarisCode511/BlackUpload) - An Anonymous File Uploader Script with Multi-File Upload Support. `MIT` `PHP` - [BoZoN](https://github.com/broncowdd/BoZoN) - Minimalist Drag and drop file sharing app. `AGPL-3.0` `PHP` - [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. ([Source Code](https://coquelicot.potager.org/gitweb/?p=coquelicot.git)) `AGPL-3.0` `Ruby` - [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python` From 188393954c3d106673ee7892559ca1cde52dfd37 Mon Sep 17 00:00:00 2001 From: Koichi MATSUMOTO Date: Sun, 13 Dec 2020 01:30:43 +0900 Subject: [PATCH 3/6] fix the beginning of words to small case. fix the beginning of words to small case. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 710b41d6..31cc359a 100644 --- a/README.md +++ b/README.md @@ -744,12 +744,12 @@ _See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems_ #### Single-click/drag-n-drop upload -- [BlackUpload](https://github.com/FarisCode511/BlackUpload) - An Anonymous File Uploader Script with Multi-File Upload Support. `MIT` `PHP` +- [BlackUpload](https://github.com/FarisCode511/BlackUpload) - An anonymous file uploader script with multi-file upload support. `MIT` `PHP` - [BoZoN](https://github.com/broncowdd/BoZoN) - Minimalist Drag and drop file sharing app. `AGPL-3.0` `PHP` - [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. ([Source Code](https://coquelicot.potager.org/gitweb/?p=coquelicot.git)) `AGPL-3.0` `Ruby` - [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python` - [fibridge](https://github.com/anderspitman/fibridge-proxy-rs) - Stream huge files out of your browser without having to upload. `MIT` `Rust` -- [FireShare](https://auspham.dev/FireShare/) - A Full-Stack, Pub-Sub, Real-time secure file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing. ([Source Code](https://github.com/rockmanvnx6/FireShare)) `Nodejs` `MIT` +- [FireShare](https://auspham.dev/FireShare/) - A full-stack, pub-sub, real-time secure file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing. ([Source Code](https://github.com/rockmanvnx6/FireShare)) `Nodejs` `MIT` - [FileShelter](https://github.com/epoupon/fileshelter) - FileShelter is a self-hosted software that allows you to easily share files over the Internet. ([Demo](http://fileshelter.demo.poupon.io/)) `GPL-3.0` `C++` - [Files Sharing](https://github.com/axeloz/filesharing) - Open Source and self-hosted files sharing application based on unique and temporary links. `GPL-3.0` `PHP` - [goploader](https://gpldr.in/) - Easy file sharing with server-side encryption, curl/httpie/wget compliant. ([Source Code](https://github.com/Depado/goploader)) `MIT` `Go` From faeaf97eec44b8fecaf7e65c1212bc9af570e640 Mon Sep 17 00:00:00 2001 From: Koichi MATSUMOTO Date: Thu, 17 Dec 2020 03:34:14 +0900 Subject: [PATCH 4/6] remove the technical stack description remove the technical stack description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31cc359a..d89ee36e 100644 --- a/README.md +++ b/README.md @@ -749,7 +749,7 @@ _See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems_ - [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. ([Source Code](https://coquelicot.potager.org/gitweb/?p=coquelicot.git)) `AGPL-3.0` `Ruby` - [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python` - [fibridge](https://github.com/anderspitman/fibridge-proxy-rs) - Stream huge files out of your browser without having to upload. `MIT` `Rust` -- [FireShare](https://auspham.dev/FireShare/) - A full-stack, pub-sub, real-time secure file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing. ([Source Code](https://github.com/rockmanvnx6/FireShare)) `Nodejs` `MIT` +- [FireShare](https://auspham.dev/FireShare/) - A full-stack, pub-sub, real-time secure file sharing system. ([Source Code](https://github.com/rockmanvnx6/FireShare)) `Nodejs` `MIT` - [FileShelter](https://github.com/epoupon/fileshelter) - FileShelter is a self-hosted software that allows you to easily share files over the Internet. ([Demo](http://fileshelter.demo.poupon.io/)) `GPL-3.0` `C++` - [Files Sharing](https://github.com/axeloz/filesharing) - Open Source and self-hosted files sharing application based on unique and temporary links. `GPL-3.0` `PHP` - [goploader](https://gpldr.in/) - Easy file sharing with server-side encryption, curl/httpie/wget compliant. ([Source Code](https://github.com/Depado/goploader)) `MIT` `Go` From bdc4e1e4508edee444e846ecf2a39ed19a62d685 Mon Sep 17 00:00:00 2001 From: Koichi MATSUMOTO Date: Thu, 17 Dec 2020 03:36:18 +0900 Subject: [PATCH 5/6] Remove BlackUpload Remove BlackUpload --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d89ee36e..6d756fb8 100644 --- a/README.md +++ b/README.md @@ -744,7 +744,6 @@ _See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems_ #### Single-click/drag-n-drop upload -- [BlackUpload](https://github.com/FarisCode511/BlackUpload) - An anonymous file uploader script with multi-file upload support. `MIT` `PHP` - [BoZoN](https://github.com/broncowdd/BoZoN) - Minimalist Drag and drop file sharing app. `AGPL-3.0` `PHP` - [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. ([Source Code](https://coquelicot.potager.org/gitweb/?p=coquelicot.git)) `AGPL-3.0` `Ruby` - [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python` From 3e22b29098489593fd43c6db19a02cd55d5a5a6a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 10 Jan 2021 15:07:21 +0000 Subject: [PATCH 6/6] fix fireshare links auspham.dev/FireShare is just a demo login prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d756fb8..17b1c486 100644 --- a/README.md +++ b/README.md @@ -748,7 +748,7 @@ _See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems_ - [Coquelicot](https://coquelicot.potager.org/) - Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy. ([Source Code](https://coquelicot.potager.org/gitweb/?p=coquelicot.git)) `AGPL-3.0` `Ruby` - [elixire](https://elixi.re) - Simple yet advanced screenshot uploading and link shortening service. ([Source Code](https://gitlab.com/elixire/elixire), [Clients](https://gitlab.com/elixire/elixiremanager)) `AGPL-3.0` `Python` - [fibridge](https://github.com/anderspitman/fibridge-proxy-rs) - Stream huge files out of your browser without having to upload. `MIT` `Rust` -- [FireShare](https://auspham.dev/FireShare/) - A full-stack, pub-sub, real-time secure file sharing system. ([Source Code](https://github.com/rockmanvnx6/FireShare)) `Nodejs` `MIT` +- [FireShare](https://github.com/rockmanvnx6/FireShare) - A full-stack, pub-sub, real-time secure file sharing system. ([Demo](https://auspham.dev/FireShare)) `Nodejs` `MIT` - [FileShelter](https://github.com/epoupon/fileshelter) - FileShelter is a self-hosted software that allows you to easily share files over the Internet. ([Demo](http://fileshelter.demo.poupon.io/)) `GPL-3.0` `C++` - [Files Sharing](https://github.com/axeloz/filesharing) - Open Source and self-hosted files sharing application based on unique and temporary links. `GPL-3.0` `PHP` - [goploader](https://gpldr.in/) - Easy file sharing with server-side encryption, curl/httpie/wget compliant. ([Source Code](https://github.com/Depado/goploader)) `MIT` `Go`