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