net.dnsclient icon indicating copy to clipboard operation
net.dnsclient copied to clipboard

[Feature Request] Support basepath different from "/"

Open danieldietsch opened this issue 1 year ago • 3 comments

It would be great if I could run the app under a different basepath, perhaps even with an environment variable for docker.

E.g., instead of http://localhost:8001/, I would like to use http://localhost:8001/dnsclient.

Then I could run it behind a reverse proxy.

danieldietsch avatar Mar 16 '24 17:03 danieldietsch

Thanks for the request. You can still run it with a reverse proxy by using a separate subdomain name for it. In fact the dnsclient.net website is running on nginx that does reverse proxy to the dnsclient app.

Does that work for you?

ShreyasZare avatar Mar 17 '24 11:03 ShreyasZare

Yes, of course. It would just be neat to not need a separate subdomain.

danieldietsch avatar Mar 17 '24 13:03 danieldietsch

Ok will get that changed in next update.

ShreyasZare avatar Mar 17 '24 13:03 ShreyasZare

DNS Client v7.1 is now available that uses relative paths. Do update and let me know your feedback.

ShreyasZare avatar Jun 15 '24 12:06 ShreyasZare