mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-05 11:49:50 -06:00
[release] v0.8.0-unstable10
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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={{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.8.0-unstable9",
|
||||
"version": "0.8.0-unstable10",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user