From 11773553ab7228717690ad7114267c7d8bafe4c5 Mon Sep 17 00:00:00 2001 From: nideKer <44287657+nideKer@users.noreply.github.com> Date: Mon, 19 May 2025 14:58:59 +0300 Subject: [PATCH] Add ByteStash (#1357) Co-authored-by: Rabenherz112 Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: Svyat Aleksandrovych Co-authored-by: nodiscc --- software/bytestash.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/bytestash.yml diff --git a/software/bytestash.yml b/software/bytestash.yml new file mode 100644 index 0000000000..d9ec121c09 --- /dev/null +++ b/software/bytestash.yml @@ -0,0 +1,11 @@ +name: "ByteStash" +website_url: "https://github.com/jordan-dalby/ByteStash" +source_code_url: "https://github.com/jordan-dalby/ByteStash" +description: "Pastebin and file storage service with a simple web interface. Supports syntax highlighting, optional user authentication and public sharing." +licenses: + - GPL-3.0 +platforms: + - Docker +tags: + - Pastebins +demo_url: "https://github.com/jordan-dalby/ByteStash?tab=readme-ov-file#demo"