You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am trying to use spotlight within a dockerized application. When I use the viewer.show application with host=0.0.0.0, I am required to use a TLS certificate.
Describe the solution you'd like
Within the dockerized application, I would like the option to bypass this requirement in order to easily allow the spotlight viewer to open alongside another application I have on a different port within the container (e.g. a streamlit application).
Describe alternatives you've considered
Spotlight will work if you upload a certificate+key, but this requires including it in your docker container and makes publishing an application with this difficult because the key would have to be public.
Additional context
Functionality as of renumics-spotlight=1.6.6 supports this functionality.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am trying to use spotlight within a dockerized application. When I use the viewer.show application with host=0.0.0.0, I am required to use a TLS certificate.
Describe the solution you'd like
Within the dockerized application, I would like the option to bypass this requirement in order to easily allow the spotlight viewer to open alongside another application I have on a different port within the container (e.g. a streamlit application).
Describe alternatives you've considered
Spotlight will work if you upload a certificate+key, but this requires including it in your docker container and makes publishing an application with this difficult because the key would have to be public.
Additional context
Functionality as of renumics-spotlight=1.6.6 supports this functionality.
The text was updated successfully, but these errors were encountered: