[release] v0.8.0-unstable10

This commit is contained in:
Yann Stepienik
2023-06-21 10:26:17 +01:00
parent 760787df9f
commit 571ffca7b5
5 changed files with 4 additions and 11 deletions

View File

@@ -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

View File

@@ -131,7 +131,7 @@ const ContainerOverview = ({ containerInfo, config, refresh, updatesAvailable, s
}, 3000);
})
}}
/> Force Secure Network
/> Isolate Container Network
</Stack>
<Stack style={{ fontSize: '80%' }} direction={"row"} alignItems="center">
<Checkbox

View File

@@ -28,14 +28,6 @@ const ExposeModal = ({ openModal, setOpenModal, config, updateRoutes, container
<div>
Welcome to the URL Wizard. This interface will help you expose your ServApp securely to the internet by creating a new URL.
</div>
<div>
{openModal && !hasCosmosNetwork(containerName) &&
<Alert severity="warning">
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.
</Alert>}
</div>
<div>
<RouteManagement TargetContainer={openModal}
routeConfig={{

View File

@@ -262,7 +262,7 @@ const ServApps = () => {
refreshServApps();
})
}}
/> Force Secure Network <ContainerNetworkWarning container={app} />
/> Isolate Container Network <ContainerNetworkWarning container={app} />
</Stack>
<Stack style={{ fontSize: '80%' }} direction={"row"} alignItems="center">
<Checkbox

View File

@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.8.0-unstable9",
"version": "0.8.0-unstable10",
"description": "",
"main": "test-server.js",
"bugs": {