Pasted is a free, privacy respecting frontend for pastebin written in Rust. It is designed to use no javascript and be as simple as possible while also maintaining as many features as possible.
We made a docker image! It is availible at ghcr.io/dragynfruit/pasted:latest By default this uses port 3000 with host 0.0.0.0. To change this you can set the environment variables PORT and HOST accordingly. A premade docker-compose is availible here.
Currently, the goal is to only do pastebin, but in the future I am looking to make a frontend to all the major pastebin alternatives aswell, all in one.
- Read paste content
- Create post
- Parse paste and comments
- Proxy user icons
- Make simple homepage and info page
- Make info api
- Comments
- Make simple 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
- (Docker) Persitent cache volume
- Allow users with accounts