From 4631c73809b742aa3e33de80d58fa1ecf18efa45 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 18 Jan 2024 12:05:48 +0100 Subject: [PATCH] Update general.blade.php with build server option and network section --- .../project/application/general.blade.php | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index 324a684a6..a16953c7e 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -72,7 +72,7 @@ @endif @if ($application->build_pack !== 'dockercompose') -
+

Docker Registry

@if ($application->build_pack !== 'dockerimage' && !$application->destination->server->isSwarm()) build_pack !== 'dockerimage') -

Build

+

Build

+ @if ($application->build_pack !== 'dockercompose') +
+ +
+ @endif @if ($application->could_set_build_commands()) @if ($application->build_pack === 'nixpacks') -
Nixpacks will detect the required configuration automatically. - Framework Specific Docs -
+
@@ -133,6 +139,9 @@ class="underline" href="https://coolify.io/docs/docker/registry"
+
Nixpacks will detect the required configuration automatically. + Framework Specific Docs +
@endif @endif @if ($application->build_pack === 'dockercompose') @@ -162,10 +171,6 @@ class="underline" href="https://coolify.io/docs/docker/registry"
@else -
@@ -210,7 +215,7 @@ class="underline" href="https://coolify.io/docs/docker/registry" @endif @if ($application->build_pack !== 'dockercompose') -

Network

+

Network

@if ($application->settings->is_static || $application->build_pack === 'static')