Open mu88 opened 4 months ago
Do you have a reverse proxy in front?
yes, nginx
OK thanks for the additional context. @kvenkatrajan not sure where this sits for you in terms of prioritization. It's the first request I've seen for this.
Thanks @mu88 ..Interesting proposal.
@WardenGnaw / @tmeschter any impact to how this gets launched in codespaces?
CC: @karolz-ms , @drewnoakes
Duplicate of #4159
Upvoting this as well!
Hi ππ»
Disclaimer: Since my issue is more a feature request than an API change, I decided not to use one of the predefined templates, but I'm happy to provide any further information you need.
I'm running the Aspire Dashboard as a standalone app via Docker which works nicely ππ» Since multiple Dockerized .NET apps are running on my host, I separated them by making use of the
PathBaseMiddleware
. This way, I can easily reroute them like this:Applying this pattern to the Aspire Dashboard would probably mean adding the following code to
DashboardWebApplication.cs
:This way, I could easily reroute the Aspire Dashboard and make it accessible on
https://myhost/aspire-dashboard
instead of using a dedicated port (e.g.https://myhost:18888/
). A correspondingdocker-compose.yml
could look like this:However, I didn't do a comprehensive and all-encompassing review of the implications and whether this might break certain features - but at least I want to trigger a discussion π