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.
xenua 13e02cf0f2 refactor out the data storage backend 2 years ago
.data-example fuck new years explosives 2 years ago
githooks add git pre commit hook 2 years ago
src refactor out the data storage backend 2 years ago
templates initial meow 2 years ago
.gitignore initial meow 2 years ago
Cargo.lock fuck new years explosives 2 years ago
Cargo.toml fuck new years explosives 2 years ago
README.md initial meow 2 years ago

README.md

^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
  • ``