muety / anchr

⚓️ Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections
https://anchr.io
GNU General Public License v3.0
278 stars 27 forks source link

shortned links use wrong base URL #73

Closed aleritty closed 5 months ago

aleritty commented 5 months ago

I'm hosting an anchr instance on my server, under my domain name.

When I create a short link it is created as: https://anchr.io/s/<CODE> instead of https://my.domain.com/s/<CODE>

To fix this some projects use the domain name from the window object, others use an (more secure) environemtn variable.