From 280f916955b00b1ded9fcccafb84655defef294d Mon Sep 17 00:00:00 2001 From: szabodanika Date: Sun, 8 Mar 2026 14:05:27 +0200 Subject: [PATCH 1/2] 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 From 7e6aaff1030a235ebe90268484ddb4d20bc297f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Szab=C3=B3?= <25702868+szabodanika@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:32:01 +0200 Subject: [PATCH 2/2] Fix linebreak --- software/microbin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/microbin.yml b/software/microbin.yml index 7eadb0122e..d5918f6bfe 100644 --- a/software/microbin.yml +++ b/software/microbin.yml @@ -11,6 +11,7 @@ platforms: tags: - Pastebins - URL Shorteners - - File Transfer - Web-based File Managers + - File Transfer + - Web-based File Managers depends_3rdparty: false demo_url: "https://pub.microbin.eu" \ No newline at end of file