shorty icon indicating copy to clipboard operation
shorty copied to clipboard

High-performance link shortener

Results 5 shorty issues
Sort by recently updated
recently updated
newest added

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

Create an admin UI (I'll probably use Svelte or React)

To improve redirection speed, caching to a Redis datastore should be an option.