From 280f916955b00b1ded9fcccafb84655defef294d Mon Sep 17 00:00:00 2001 From: szabodanika Date: Sun, 8 Mar 2026 14:05:27 +0200 Subject: [PATCH] Add MicroBin --- software/microbin.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 software/microbin.yml diff --git a/software/microbin.yml b/software/microbin.yml new file mode 100644 index 0000000000..7eadb0122e --- /dev/null +++ b/software/microbin.yml @@ -0,0 +1,16 @@ +# software name +name: "MicroBin" +website_url: "https://microbin.eu" +source_code_url: "https://github.com/szabodanika/microbin" +description: "Simple, encrypted, configurable, entirely self-contained pastebin and URL shortener." +licenses: + - BSD-3-Clause +platforms: + - Rust + - Docker +tags: + - Pastebins + - URL Shorteners + - File Transfer - Web-based File Managers +depends_3rdparty: false +demo_url: "https://pub.microbin.eu" \ No newline at end of file