Merge branch 'next' into feat--terminal-pty

This commit is contained in:
Andras Bacsai
2024-09-13 11:25:47 +02:00
committed by GitHub
33 changed files with 852 additions and 420 deletions

View File

@@ -996,7 +996,7 @@ $schema://$host {
public function validateConnection()
{
config()->set('coolify.mux_enabled', false);
config()->set('constants.ssh.mux_enabled', false);
$server = Server::find($this->id);
if (! $server) {