diff --git a/changelog.md b/changelog.md index c1027b7..edf1e9a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ ## Version 0.8.0 - Custmizable homepage / theme colors - Create smaller subnets when using force secure / links to not hit IP range limit + - Auto-connect containers that have SERVAPP routes attached to them - Stop showing Docker not connected when first loading status - Self-heal containers that have lost their network configurations - Add a cosmos-icon label to containers to change the icon in the UI diff --git a/client/src/pages/servapps/containers/overview.jsx b/client/src/pages/servapps/containers/overview.jsx index 8e215bb..e9ed96e 100644 --- a/client/src/pages/servapps/containers/overview.jsx +++ b/client/src/pages/servapps/containers/overview.jsx @@ -131,7 +131,7 @@ const ContainerOverview = ({ containerInfo, config, refresh, updatesAvailable, s }, 3000); }) }} - /> Force Secure Network + /> Isolate Container Network Welcome to the URL Wizard. This interface will help you expose your ServApp securely to the internet by creating a new URL. -
- {openModal && !hasCosmosNetwork(containerName) && - - This ServApp does not use the "Force Secure" option, - so the hostname might not be accessible. - The easiest way to fix this is to check the box "Force Secure Network" or manually create a hostname and sub-network in Docker. - } -
{ refreshServApps(); }) }} - /> Force Secure Network + /> Isolate Container Network