From 26d61bbdaa7546cd14fe1ab9131b39c29a21a466 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sun, 11 Jan 2026 05:13:32 -0500 Subject: [PATCH] Add Privydrop to File Transfer - Peer to Peer Filesharing (#1904) Co-authored-by: Rabenherz112 Co-authored-by: nodiscc --- software/privydrop.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/privydrop.yml diff --git a/software/privydrop.yml b/software/privydrop.yml new file mode 100644 index 0000000000..f10d26d997 --- /dev/null +++ b/software/privydrop.yml @@ -0,0 +1,11 @@ +name: "PrivyDrop" +website_url: "https://www.privydrop.app" +source_code_url: "https://github.com/david-bai00/PrivyDrop" +description: "Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC." +platforms: + - Docker + - Nodejs +licenses: + - MIT +tags: + - File Transfer - Peer-to-peer Filesharing \ No newline at end of file