From fc3227c6b064581f5ea018aa3a0d7799dc67ae7f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 22:54:35 +0000 Subject: [PATCH] Remove Logpaste (unmaintained since August 2022) (#212) - ref. #1 - alternatives exist - vulnerabilities in Docker image --- software/logpaste.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 software/logpaste.yml diff --git a/software/logpaste.yml b/software/logpaste.yml deleted file mode 100644 index 568556109b..0000000000 --- a/software/logpaste.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: LogPaste -website_url: https://github.com/mtlynch/logpaste -description: Minimal pastebin web app that's easy to self-host and persists data to any S3-compatible backend. -licenses: - - MIT -platforms: - - Go - - Docker -tags: - - Pastebins -source_code_url: https://github.com/mtlynch/logpaste -demo_url: https://logpaste.com/ -stargazers_count: 295 -updated_at: '2022-08-19' -archived: false