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

Fixes #656 #636 Issue #656 occurs because the configuration `DISALLOW_ANONYMOUS_LINKS` is not available to `publicRuntimeConfig` when using container orchestration. This PR allows both .env file and values from `process.env` to...

```bash # npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR!...

Hi, i have Kutt installed with docker-compose, I also use Nginx, but when I try to access the website, i got an error says. > The page isn’t redirecting properly...

with this PR you can set DISALLOW_CUSTOMDOMAINS and the feature will disappear from settings and frontpage. Via API it is still possible

Is it possible to filter links by date?

BasePath is the URL prefix for all paths, relative to the host root. It must start with a leading slash /. If basePath is not specified, it defaults to /,...

Really nice project here ! Thanks for all this work ! When a user add a custom domain, the instruction displayed on the page seems to be hardcoded to the...

I used the the [docker-compose.yml](https://github.com/thedevs-network/kutt/blob/develop/docker-compose.yml) and the [.docker.env](https://github.com/thedevs-network/kutt/blob/develop/.docker.env)-file from the repository to create the containers, but the Ubuntu system always tells me that I have a zombie process when I...

Hello, is there a way to disable sending the emails (for verification, and reset password)? I trying to run the server locally without MAIL_HOST and I am having trouble to...