help with bokeh server for password protected website

I’ve followed the example for a bokeh application and am able to run the server and display the app on my local machine.

for instance:

bokeh serve --show myapp

What I’m missing is how this is translated to deploying on the server side so that when someone access a web page it appears. Please be gentle as I’m not very well versed in web languages and such. I’ve read over the document Running a Bokeh server — Bokeh 2.4.2 Documentation but am still a little confused.