Change app IP to a url

I am planning to deploy an streamlit app on a workstation inside my company’s LAN so that it can be accessed by my peers . I want to change the network address from 10.10.10.1:8001 to a url like www.myapp.com

The app should be visible for only the LAN . Should i setup a reverse proxy or is there a simpler solution? I don’t need Https btw http is enough

Hi @mohanadaffify

Yes, you can use reverse proxy to forward requests from a webserver to the port that you Streamlit app is using. Please see this knowledgebase article that provides a solution to this:

Hope this helps!

Best regards,
Chanin