Deemixrr icon indicating copy to clipboard operation
Deemixrr copied to clipboard

Support for base URL

Open coder8338 opened this issue 4 years ago • 1 comments
trafficstars

I'm trying to add this to the script at https://github.com/coder8338/appbox_installer for https://github.com/coder8338/appbox_installer/issues/3

However the URL needs to be http://0.0.0.0:5000/deemixrr as we're using an nginx proxy and cannot create subdomains.

Using Kestrel__EndPoints__Http__Url=http://0.0.0.0:5555/deemixrr results in System.InvalidOperationException: A path base can only be configured using IApplicationBuilder.UsePathBase().

Is this possible or a feature you would consider?

coder8338 avatar Jan 05 '21 14:01 coder8338

Feel free to make a PR, I will be happy to merge it.

TheUltimateC0der avatar Feb 10 '21 23:02 TheUltimateC0der