From c3721f12a0430d48093b292aafd4d75f3af91dd9 Mon Sep 17 00:00:00 2001 From: swurl Date: Sat, 28 Oct 2023 18:20:25 -0400 Subject: [PATCH] maintenance note Signed-off-by: swurl --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5b3118c..f61c148 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ +# pacebin + A dead-simple, self-hostable, filesystem-backed pastebin, written in C using [Mongoose](https://cesanta.com). This project is largely based off of my [clink](https://git.swurl.xyz/swirl/clink) project. Almost all the main code comes from there, and it uses the exact same design philosophies. Please access this project on my [Gitea](https://git.swurl.xyz/swirl/pacebin) instance, NOT GitHub. +## Maintenance Note +This project is still maintained! Occasional certificate expirations may occur, this is due to disputes between my ISP and I regarding server hosting and certificate renewal. Please be patient, I have a life. :) + # Features - Tiny executable size (~80kb) - No dependencies, just libc