You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
318 B

2 years ago
^V
---
the dead simple
- link shortener
- file paste
- image paste
- text paste
## design goals
- no database
- easily browsable file structure
- near zero setup time
- perform well even without a caching reverse proxy
## env vars
- `DATA_DIR`
- `LISTEN_ADDR`
- `FILE_CACHE_MAX_SIZE`
- `FILE_UPLOAD_MAX_SIZE`
- ``