Could you add an option host to ui5 serve?
See original GitHub issueI would like to start up my app on host 0.0.0.0 not localhost when using docker. Could you please provide this functionality ? Thanks in advance.
e.g.
ui5 serve --open index.html --port 8080 -host 0.0.0.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
UI5 Tooling: a modern development experience for UI5!
Option A) UI5 application created by SAP Web IDE ... Now you can start the development server by running: npx ui5 serve -o...
Read more >Developing OpenUI5 - Documentation - Demo Kit - SAPUI5 SDK
The basic setup allows you to start a server for the OpenUI5 project in an easy way: Install Node.js . This also includes...
Read more >@sap-ux/ui5-proxy-middleware - npm
If you don't load all UI5 source through the ui5-proxy-middleware , then you can set directLoad: true . This will inject the absolute...
Read more >sap/ux-ui5-tooling - npm.io
Additionaly you can specify any of the configuration options (excluding setHeaders !) of the serve-static middleware. E.g. you can set fallthrough: false , ......
Read more >Custom UI5 Applications using SAP Business Application ...
You could choose to add a Data Source (OData Service) at this step itself from an SAP backend system with Connect to a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @zdlcloud, Is the
--accept-remote-connections
flag not sufficient for your use case?Reopening this to keep track of adding a small log message indicating that the server is listening for remote connections