Make workspace URL expose ports using the same hostname #1808
Labels
meta: stale
This issue/PR is stale and will be closed soon
type: feature request
New feature or request
My use case is: https://discuss.erpnext.com/t/how-to-set-frappe-socketio-url-in-development-mode/65550
By default, Frappe/ERPNext requires web server (on port 8000) and socketio (on port 9000) using the same hostname (e.g.
http://localhost/
orhttps://*.ws-us02.gitpod.io/
)However, gitpod will allocate different hostnames for each port.
Please provide a way (i.e.
gitpod.yml
setting) so we can have the same exposed URL for one workspace for all ports, and access ports normally.Related to, but different than #898.
The text was updated successfully, but these errors were encountered: