OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

Enable --host exposure to bind port to network so can be reacheable from outside

Open alanreynosov opened this issue 1 year ago • 0 comments

What problem or use case are you trying to solve? To enable exposure of service to be callable from outside running machine

Describe the UX of the solution you'd like Add additional flag for make run command

Do you have thoughts on the technical implementation? Currently I've added this flag for npm server to Makefile

https://github.com/OpenDevin/OpenDevin/blob/main/Makefile#L131

Describe alternatives you've considered To add --host flat to npm run start

imagen

Additional context Result

imagen imagen

alanreynosov avatar Apr 10 '24 15:04 alanreynosov