fix(terminal): enhance WebSocket client verification with authorized IPs in terminal server

This commit is contained in:
Andras Bacsai
2025-04-25 15:35:23 +02:00
parent 2083ec1c0d
commit f5cc272861
3 changed files with 72 additions and 13 deletions

View File

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