A sensible pastebin.
See the issues.
Pretty much every pastebin sucks. With Gist removing anonymous pastes, the search for a new pastebin began, and then it shortly ended. There's not much out there.
There should be a pastebin that's easy-to-use and simple, supporting multiple files, syntax highlighting, anonymity, and secure authentication.
- API
- Sensible
- Sane
- Simple
- Secure
- Front-end
- Pretty
- Performant
- Functional
- Clone the repo
- Create a postgres database and user
echo 'DATABASE_URL=postgres://username@/database' > .envcargo install diesel_cli --no-default-features --features postgresdiesel migration run- Edit
config.toml cargo run --release path/to/config.toml- Preferably use
ROCKET_ENV=prodand set a secret key inRocket.toml- See Rocket docs
- Reverse proxy and handle
/static/with a webserver and not the included route