dimaguy / vhl.ink

custom domain link shortener using cloudflare workers + kv

Home Page:https://vhl.ink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vhl.ink

Custom link shortener service using Cloudflare Workers + KV store on your domain. The Workers free tier is quite generous and perfectly suited for this since KV is optimized for high reads and infrequent writes, which is our use case.

This fork removes useless endpoints, and replaces x-preshared-key header with "proper" HTTP Basic authentication (username is not verified, but could allow for client identification later on);

See original README here: vhl.ink.

About

custom domain link shortener using cloudflare workers + kv

https://vhl.ink

License:MIT License


Languages

Language:JavaScript 100.0%