From a4f830dcbab9a5ccf85ba5cee6c76dc446ce12e2 Mon Sep 17 00:00:00 2001 From: crueter Date: Thu, 13 Mar 2025 10:41:37 -0400 Subject: [PATCH] re-add pacebin (#1171) --- software/pacebin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/pacebin.yml diff --git a/software/pacebin.yml b/software/pacebin.yml new file mode 100644 index 0000000000..572dd1fe16 --- /dev/null +++ b/software/pacebin.yml @@ -0,0 +1,12 @@ +name: "pacebin" +website_url: "https://git.swurl.xyz/swirl/pacebin.git/about/" +source_code_url: "https://git.swurl.xyz/swirl/pacebin.git" +description: "A super-minimal pastebin and file upload service written in pure C, focusing on small executable size, portability, and ease of configuration." +licenses: + - AGPL-3.0 +platforms: + - C +tags: + - Pastebins + - File Transfer - Single-click & Drag-n-drop Upload +demo_url: "https://paste.swurl.xyz"