Skip to content

CheetahDoesStuff/pesto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b6e747 · · Jun 8, 2026

History

8 Commits
Jun 8, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026
Jun 4, 2026

Repository files navigation

Pesto

A simple, yet useful pastebin clone

image

Features

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

Usage

There is a public demo hosted on https://pesto.ch0.dev for free! You can also selfhost it.

Self-hosting

It is availble on dockerhub:

docker run -d \
  --name pesto \
  -p 8080:8080 \
  -v -v $(pwd)/data:/app/data \
  cheetahdoesstuff/pesto:latestt

The program binds to 0.0.0.0:8080

Tech Stack

  • Rust
  • Actix Web
  • SQLite
  • Tailwind CSS

License

This program is dual licensed under the MIT license and Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published