Lenpaste
Share code snippets, logs, configs, and notes without registration, tracking, or ads: Lenpaste
is a minimal, self-hosted, anonymous alternative to pastebin.com. It is deliberately spartan
in the right ways: no accounts, no JavaScript required (the entire site works in text browsers
and hardened setups), and cookies used solely to store display preferences. Pastes support
syntax highlighting across a long list of languages (from ApacheConf and Arduino to mainstream
stacks), configurable expiration from minutes to unlimited, one-use "burn after reading"
pastes that self-delete on first view, optional author attribution, and iframe embedding for
dropping pastes into other pages. The form-encoded HTTP API covers everything the UI does -
create pastes with title, syntax, expiration, and line-ending normalization, fetch them by ID,
and query server capabilities - making it trivial to pipe command output to your paste server
from shell scripts. Server operators control maximum title and body lengths, maximum paste
lifetime, rate limits for viewing and creation, search-engine indexing policy, and can lock
private instances behind HTTP Basic authentication. It deploys as a single lightweight Docker
container, giving your team a snippet-sharing endpoint where the content never touches a
third-party service.
Deploy