Hi there, I’m just now playing around with streamlit and impressed with the webapps I can spin up locally - but I’m running into issues deploying on the cloud.
Specifically, I am working to create a streamlit app with localtileserver: a Python package the creates a background thread with a web server to perform dynamic tile serving of geospatial raster imagery. localtileserver launches a web server that serves tiles in the Slippy Maps standated (i.e., zoom/x/y.png) so that an image can be visualized with something like streamlit-folium. Learn more:
I ran into this same issue when running localtileserver in JupyterHub as well but I was able to mitigate the issue through the use of jupyter-server-proxy:
In essence, localtileserver launches a web server on a random local port (let’s say 5555) and jupyter-server-proxy enables users to access that port on the server from their remote web browser by proxying localhost:5555 to https://hub-binder.mybinder.ovh/user/banesullivan-lo-tileserver-demo-25vjflmj/proxy/44373/ for example.
I’m wondering if there is a way to proxy a port like this on streamlit.io like with JupyterHub?
None of this is an issue when running locally as my local browser can access localhost:5555 but in the cloud, we need to proxy that port somehow so that it is available under a URL like https://share.streamlit.io/me/myapp/proxy/5555 or similar
This would be a game-changer for the kinds of apps I could create and deploy with streamlit cloud so any help would be massively appreciated!
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.