shorty
shorty copied to clipboard
High-performance link shortener
This lets you specify a file `TOKEN_FILE`, from which the contents are read. `TOKEN` takes precedence over this. The main use case for this, right now, is a NixOS module...
When creating links with the API, omitting the `description` key entirely or passing `{ "description": null }` produces a link with `"description": null`. However if I pass an empty string...
track number of clicks, and maybe other (privacy-friendly) analytical info
Admin UI
Create an admin UI (I'll probably use Svelte or React)
To improve redirection speed, caching to a Redis datastore should be an option.