SinTan1729 / chhoto-url

A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.
https://hub.docker.com/r/sintan1729/chhoto-url
MIT License
142 stars 15 forks source link

Add 'https://' on copy link #25

Closed EliasB-NU closed 3 months ago

EliasB-NU commented 3 months ago

Is your feature request related to a problem? Please describe. If I shorten a link and want to send it to friends, in for example a discord server/chat, I have to manual add the 'https://' handle before the link.

Describe the solution you'd like Just add the 'https://' handle in front of the link on a copy link click

Describe alternatives you've considered It doesn't seem to big of a change, so I haven't considered an alternative.

Additional context I think it is clear.

Hope you can implement something like that.

SinTan1729 commented 3 months ago

Hi! Do you have a single fixed public address for your site? If yes, you can set site_url in your compose file. Make sure that https:// is added there. If not, accessing the admin page using that same address over https should also work.

EliasB-NU commented 3 months ago

Ah, works, thank you!