1.3 KiB
1.3 KiB
Paste
A no-database, no-backend pastebin-like service. All the data is stored in the url.
This is a rewrite of https://nopaste.boris.sh/, which was a rewrite of https://topaz.github.io/paste/. The biggest improvement of this version is that it uses brotli compression, while staying compatible with the original lzma compressed urls.
More information on this self-hosted "about" page
TODO
- Use brotli
- Stay compatible with original lzma-compressed urls
- 100% self-contained, no dependance on jsdeliver
Build
$ pnpm install
$ pnpm build
License
GNU GPLv3