Closed as not planned
Closed as not planned
Description
Hello
At the moment, coder port forward via the UI dashboard uses subdomain in the following format
https://<PORT>-<ENV_NAME>-<USERNAME>.coder.company.internal
That means it requires a wildcard SSL certificate as well as a wildcard DNS.
Some companies do not allow wildcard SSL certificates and/or wildcard DNS entries.
Would it be possible to have port forwarding via the UI dashboard using a subdirectory instead? Something like:
https://coder.company.internal/port-forward/<PORT>-<ENV_NAME>-<USERNAME>
thanks