Merge branch 'next' into patch-1

This commit is contained in:
Dominic
2025-08-31 22:46:35 -04:00
committed by GitHub
6 changed files with 10 additions and 7 deletions

View File

@@ -2284,6 +2284,9 @@ class ApplicationsController extends Controller
data_set($data, 'docker_compose_domains', json_encode($dockerComposeDomainsJson));
}
$application->fill($data);
if ($application->settings->is_container_label_readonly_enabled && $requestHasDomains && $server->isProxyShouldRun()) {
$application->custom_labels = str(implode('|coolify|', generateLabelsApplication($application)))->replace('|coolify|', "\n");
}
$application->save();
if ($instantDeploy) {

View File

@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.426',
'version' => '4.0.0-beta.427',
'helper_version' => '1.0.10',
'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true),

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.426"
"version": "4.0.0-beta.427"
},
"nightly": {
"version": "4.0.0-beta.427"
"version": "4.0.0-beta.428"
},
"helper": {
"version": "1.0.10"

View File

@@ -41,7 +41,7 @@
<h2>Invite New Member</h2>
@if (isInstanceAdmin())
<div class="pb-4 text-xs dark:text-warning">You need to configure (as root team) <a
href="/settings#smtp" class="underline dark:text-warning">Transactional
href="/settings/email" class="underline dark:text-warning">Transactional
Emails</a>
before
you can invite a

View File

@@ -12,7 +12,7 @@
</svg>
In progress
</button>
<button class="menu-item" @click="modalOpen=true" x-show="!showProgress">
<button class="menu-item cursor-pointer" @click="modalOpen=true" x-show="!showProgress">
<svg xmlns="http://www.w3.org/2000/svg"
class="w-6 h-6 text-pink-500 transition-colors hover:text-pink-300" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.426"
"version": "4.0.0-beta.427"
},
"nightly": {
"version": "4.0.0-beta.427"
"version": "4.0.0-beta.428"
},
"helper": {
"version": "1.0.10"