Compare commits

..

5 Commits

Author SHA1 Message Date
9f8589bb10 Done 2023-11-25 01:57:03 +08:00
58fb332a59 Join the terminal only if it is managed by Dockge 2023-11-25 01:18:10 +08:00
b6141b18f5 Merge branch 'master' into close-terminal
# Conflicts:
#	backend/terminal.ts
2023-11-25 01:11:44 +08:00
04140c4edd Only enable 2023-11-18 13:12:48 +08:00
fe6735824c Close terminal if there is no clients connecting 2023-11-17 16:03:52 +08:00

View File

@ -550,6 +550,10 @@ export default {
throw new Error("Services must be an object");
}
if (!config.version) {
config.version = "3.8";
}
this.yamlDoc = doc;
this.jsonConfig = config;