Initial commit

This commit is contained in:
2022-11-02 15:46:41 +01:00
commit 1d32fb0365
9 changed files with 1343 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```