Merge remote-tracking branch 'origin/next' into fix/backup-ssh-command-timeout-next

This commit is contained in:
Andras Bacsai
2026-08-12 23:40:19 +02:00
70 changed files with 1615 additions and 1412 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.3.0',
'version' => env('COOLIFY_VERSION') ?: '4.3.0',
'helper_version' => '1.0.14',
'realtime_version' => '1.0.17',
'railpack_version' => '0.23.0',
@@ -99,6 +99,7 @@ return [
],
'sentinel' => [
'dev_url' => env('DEV_SENTINEL_URL'),
// How often (seconds) PushServerUpdateJob is force-dispatched even when
// the container state hash is unchanged. Keeps exited-detection and
// storage checks from going stale without writing every resource row on