2023-03-04 02:16:34 +01:00
|
|
|
# blek! Bin
|
|
|
|
blek! Bin is a minimalist, privacy-respecting alternative to pastebin.
|
|
|
|
|
|
|
|
# Running an instance
|
2023-03-04 03:39:13 +01:00
|
|
|
### Using npm
|
2023-03-04 02:16:34 +01:00
|
|
|
```bash
|
|
|
|
cp .env.example .env
|
|
|
|
# edit your .env
|
|
|
|
npm run dev/prod
|
2023-03-04 03:39:13 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
### Using docker (recomended)
|
|
|
|
```bash
|
|
|
|
cp .env.example .env
|
|
|
|
# edit your .env
|
|
|
|
docker-compose up -d
|
2023-03-04 10:02:44 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
# 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)
|