Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 668 Bytes

File metadata and controls

12 lines (10 loc) · 668 Bytes

paste

pastebin service inspired by ix.io and 0x0.st

PRs welcome

Usage

Help information can be found by GETting the server root (\) or by reading /.paste.1

Storage

The goal of the service is to store pastes in an external database for a time based on their size. Currently, pastes are stored in-memory and therefore exist for the duration of the server's run-time. There is currently no paste expiry implemented, but you can track this feature at #3.