This commit is contained in:
peaklabs-dev
2025-01-21 14:02:44 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ class PullTemplatesFromCDN implements ShouldBeEncrypted, ShouldQueue
public function handle(): void public function handle(): void
{ {
try { try {
if (isDev() || isCloud()) { if (isDev()) {
return; return;
} }
$response = Http::retry(3, 1000)->get(config('constants.services.official')); $response = Http::retry(3, 1000)->get(config('constants.services.official'));

View File

@@ -2,7 +2,7 @@
return [ return [
'coolify' => [ 'coolify' => [
'version' => '4.0.0-beta.384', 'version' => '4.0.0-beta.385',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'), 'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'), 'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),

View File

@@ -1,10 +1,10 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.384" "version": "4.0.0-beta.385"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.385" "version": "4.0.0-beta.386"
}, },
"helper": { "helper": {
"version": "1.0.4" "version": "1.0.4"