bin/README.md

24 lines
523 B
Markdown

# blek! Bin
blek! Bin is a minimalist, privacy-respecting alternative to pastebin.
# Running an instance
### Using npm
```bash
cp .env.example .env
# edit your .env
npm run dev/prod
```
### Using docker (recomended)
```bash
cp .env.example .env
# edit your .env
docker-compose up -d
```
# Instances
| URL | Description |
| --- | --- |
| [bin.blek.codes](https://bin.blek.codes) | Official instance |
To add an instance, open an [issue on github](https://github.com/b1ek/bin/issues) or [contact me](mailto:me@blek.codes)