I am currently running my strealit app on a AWS Linux Ubuntu machine. As for now I can only access my app by typing my Linux URL on a web browser.
Is there a way I could redirect this trafic to a given URL domain, for example my.domain.com
Thanks
I am currently running my strealit app on a AWS Linux Ubuntu machine. As for now I can only access my app by typing my Linux URL on a web browser.
Is there a way I could redirect this trafic to a given URL domain, for example my.domain.com
Thanks
What is a “Linux URL” ?
The same is true for Streamlit as for any other web application: You need a domain from a domain registrar and you need to point the DNS records to the server.
@dlopezmaci001
after you run “streamlit run yourpython.py --server.port 8888”
you can browse the content by open the url: http://your server ip:8888
if you have a domain reflect to your server ip, you can use http://my.domain.com:8888 to see your app