do yall have an `flyteconsole` image that would be...
# ask-the-community
a
do yall have an
flyteconsole
image that would be able to be deployed on an airgapped network? we are trying to allow users access to the flyte UI but when it is deployed onsite the UI breaks because they are unable to hit the following endpoints:
Copy code
<script crossorigin="" src="<https://unpkg.com/react@16.13.1/umd/react.production.min.js>"></script>
<script crossorigin="" src="<https://unpkg.com/react-dom@16.13.1/umd/react-dom.production.min.js>"></script>
<script async="" src="<https://www.googletagmanager.com/gtag/js?id=G-0QW4DJWJ20>"></script>
can probably fork and make quick edit to enable this to work with no internet connection but didn't want to reproduce work if yall had something already
e
Cc: @Jason Porter, @Carina Ursu
k
We don’t
154 Views