fix(terminal): Terminal through Cloudflare tunnel works?!

fix(dependencies): update realtime version to 1.0.9 and cloudflared version to 2025.5.0; enhance SSH argument parsing in terminal-server.js
This commit is contained in:
Andras Bacsai
2025-05-30 17:50:06 +02:00
parent ff20cb0b7c
commit f7d6aa850b
3 changed files with 50 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ return [
'coolify' => [
'version' => '4.0.0-beta.419',
'helper_version' => '1.0.8',
'realtime_version' => '1.0.8',
'realtime_version' => '1.0.9',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),