Is your feature request related to a problem? Please describe
OpenShell does network authorization using hostname and port. We are using only ports. Thus only ports 80 and 443 are reachable
Describe the solution you'd like
Add an optional port field for each destination. As destinations are stored as strings, we could
- use host:port notation
- change from string to { host, port} inside the workspace.json but that would required handling the 2 use cases
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe
OpenShell does network authorization using hostname and port. We are using only ports. Thus only ports 80 and 443 are reachable
Describe the solution you'd like
Add an optional port field for each destination. As destinations are stored as strings, we could
Describe alternatives you've considered
No response
Additional context
No response