[release] v0.4.0

- Protect server against direct IP access
 - Improvements to installer to make it more robust
 - Fix bug where you can't complete the setup if you don't have a database
 - When re-creating a container to edit it, restore the previous container if the edit is not succesful
 - Stop / Start / Restart / Remove / Kill containers
 - List / Delete / Create Volumes - done
 - List / Delete / Create  Networks - done
 - Container Logs Viewer - done
 - Edit Container Details and Docker Settings - done
 - Set Labels / Env variable to containers - done
 - (De)Attach networks to containers - done
 - (De)Attach volumes  to containers - done
This commit is contained in:
Yann Stepienik 2023-05-08 16:04:24 +01:00
parent 01f10473c5
commit d55e0f859f
2 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,13 @@
- Fix bug where you can't complete the setup if you don't have a database
- When re-creating a container to edit it, restore the previous container if the edit is not succesful
- Stop / Start / Restart / Remove / Kill containers
- List / Delete / Create Volumes - done
- List / Delete / Create Networks - done
- Container Logs Viewer - done
- Edit Container Details and Docker Settings - done
- Set Labels / Env variable to containers - done
- (De)Attach networks to containers - done
- (De)Attach volumes to containers - done
## Version 0.3.0
- Implement 2 FA

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.4.0-unstable12",
"version": "0.4.0",
"description": "",
"main": "test-server.js",
"bugs": {