Custom button, like the code-server one?
The button shows up on my workspace dashboard in Coder, and seems to accurately reflect the status (yay!).
But trying to navigate to it and all my assets are broken; I think because they are relative to the root
/asset/path and not relative ./asset/path.I saw https://github.com/coder/coder/pull/4263 was recently pushed, but I don't understand how this helps with
relative_path going away... or is that not related?I tried changing
subdomain = true but that made no discernible difference.Confused.
Changes the dashboard to use subdomain app access if subdomain is true and an app hostname is set.
Add a tooltip explaining why the app button is greyed o...
