mirror of
https://git.swurl.xyz/swirl/pacebin.git
synced 2024-11-24 05:49:19 +02:00
parent
fee3f56f00
commit
c3721f12a0
|
@ -1,9 +1,14 @@
|
||||||
|
# pacebin
|
||||||
|
|
||||||
A dead-simple, self-hostable, filesystem-backed pastebin, written in C using [Mongoose](https://cesanta.com).
|
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.
|
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.
|
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
|
# Features
|
||||||
- Tiny executable size (~80kb)
|
- Tiny executable size (~80kb)
|
||||||
- No dependencies, just libc
|
- No dependencies, just libc
|
||||||
|
|
Loading…
Reference in New Issue