2022-11-02 15:46:41 +01:00

21 lines
472 B
Markdown

# PASTABBLE
Welcome at PASTABBLE!
## About
Pastable is a lightweight and fast pastebin alternative and URL-shortener made by Plabble and written in Rust.
## Environment variables
| Variable | Default |
| -------- | ------- |
| PORT | 8080 |
| DATA_DIR | ./data |
## Setup
Place the about.html file from this folder in the same folder as the binary
## Requirements
Rust and musl toolchain should be installed
```
rustup target add x86_64-unknown-linux-musl
```