kutt icon indicating copy to clipboard operation
kutt copied to clipboard

Free Modern URL Shortener.

Results 198 kutt issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/42492682/164478634-975a324f-ef84-45e8-b25a-4a4b6a230206.png)

I am trying to deploy kutt in a sub path `/s` in my domain. But it always responses 404. Thanks for your help. ``` # App port to run on...

I pasted a link in the input field on kutt.it and it does not generate a shorter link. And it has been like this for months.

Hi Kutt team, My team is currently working on self-hosting the latest version of Kutt within our space and after setting up the database and Redis cache, the site was...

This commit includes prometheus client for node.js (prom-client) and adds /metrics/ endpoint that a Prometheus server can scrape. This would address https://github.com/thedevs-network/kutt/issues/551 Few notes: * Trailing slash is needed somehow,...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

I'm trying to install kutt at the moment, but it says at the login/signup "An error occurred." without any informations at the console. I saw a similar problem with too...

Hello, could you please allow to used custom short domains to be setup by a admin, without using a 3rd party (when using the normal add domain feature, for some...

Right now Kutt only support to edit short link by uuid via this API: `PATCH v2/api/:id` Added new API `PATCH v2/api/edit?address=xYZC` to support update short link by address.