A simple, yet useful pastebin clone
Mkay so this project isnt feature rich, it was made in a day and is very basic, but it works and is usually enough for a pastebin.
- Pastes (Duh)
- Expiry dates (never, 10m, 1h, 1d, 1w)
- Burn after viewed
- Passwords
There is a public demo hosted on https://pesto.ch0.dev for free! You can also selfhost it.
It is availble on dockerhub:
docker run -d \
--name pesto \
-p 8080:8080 \
-v -v $(pwd)/data:/app/data \
cheetahdoesstuff/pesto:latesttThe program binds to 0.0.0.0:8080
- Rust
- Actix Web
- SQLite
- Tailwind CSS
This program is dual licensed under the MIT license and Apache 2.0 License.
