Pasted is a free, privacy-respecting frontend for Pastebin, written in Rust. It is designed to work without JavaScript and aims to be as simple as possible while still maintaining a wide range of features.
We provide a Docker image! It's available at: ghcr.io/dragynfruit/pasted:latest
By default, it uses port 3000 and binds to 0.0.0.0. You can override this by setting the PORT and HOST environment variables.
A premade docker-compose.yml file is available here.
We do not collect any data. However, keep in mind that Pastebin might. You can view their privacy policy here: https://pastebin.com/doc_privacy_statement
Currently, Pasted is focused solely on providing a frontend for Pastebin. In the future, we plan to support other major Pastebin alternatives as well — all in a single interface.
- Read paste content
- Create post
- Parse paste and comments
- Proxy user icons
- Simple homepage and info page
- Info API
- Comments
- Paste view page
- Embed paste
- Clone paste
- Mobile layout
- Error handling
- Password-protected pastes
- Burn on read
- Icon cache
- User page
- Archive page
- Markdown paste support
- View deleted pastes
- Last edited support
- Persistent cache volume (Docker)
- Account support

