thedevs-network / kutt

Free Modern URL Shortener.
https://kutt.it
MIT License
8.36k stars 1.08k forks source link

Confused about settings page - Custom Domain #668

Open danmed opened 1 year ago

danmed commented 1 year ago

I have kutt running in docker and all is well.. however i'm confused why the custom domain section in the settings page is blank...

image

Am i misunderstanding what this section is for? i figured it should show the custom domain that's set in my .env file.. or is this section for something else?

danmed commented 1 year ago

I have registrations / anonymous links turned off.. maybe is this section for other users to use something other than my actual domain?

0x111 commented 1 year ago

This setting is for you to be able to use multiple custom domains with your instance of kutt.

For example, your docker app is running on shorten.com but you would like to use an another domain to shorten links, like yu.xy then you would add this domain on this page and through this, on the main page, you are then able to select these custom domains to use for link shortening.

That's it.