From 63187c40e30871c6066b1fb65b0a4a3c4aca0804 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 9 Aug 2024 12:37:47 -0400 Subject: [PATCH] Add Spacebin (#782) --- software/spacebin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/spacebin.yml diff --git a/software/spacebin.yml b/software/spacebin.yml new file mode 100644 index 0000000000..92a0eb0888 --- /dev/null +++ b/software/spacebin.yml @@ -0,0 +1,12 @@ +name: "Spacebin" +website_url: "https://spaceb.in" +source_code_url: "https://github.com/lukewhrit/spacebin" +description: "Modern Pastebin server written in Go with a JS-free web UI and tons of features." +licenses: + - Apache-2.0 +platforms: + - Go + - Docker +tags: + - Pastebins +demo_url: "https://spaceb.in"