Initial commit
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user