yasuser

Yet another self-hosted URL shortener.

URL:
curl https://u.kfd.me \
    -d "https://your.long.domain.com/and/the/long/path"

curl https://u.kfd.me \
    -d "https://your.long.domain.com/and/the/long/path" \
    -H "custom: MY_CUSTOM_SHORT_URL"

curl https://u.kfd.me \
    -d "https://your.long.domain.com/and/the/long/path" \
    -H "CUSTOM: MY_CUSTOM_SHORT_URL" \
    -H "TTL: 10m"