@@ -179,19 +179,19 @@
helper="Enter a tag (e.g., 'latest', 'v1.2.3') or SHA256 hash (e.g., 'sha256-59e02939b1bf39f16c93138a28727aec520bb916da021180ae502c61626b3cf0')"
x-bind:disabled="!canUpdate" />
@else
-
+
@endif
@else
@if (
- $application->destination->server->isSwarm() ||
+ $application->destination->server->isSwarm() ||
$application->additional_servers->count() > 0 ||
- $application->settings->is_build_server_enabled
- )
-
+ $application->settings->is_build_server_enabled)
+
-
+
@endif
@@ -236,82 +237,11 @@
@endif
@if ($buildPack === 'dockercompose')
-
-
-
-
-
-
-
-
-
The following commands are for advanced use cases.
- Only
- modify them if you
- know what are
- you doing.
-
-
-
-
- @if ($this->dockerComposeCustomBuildCommand)
-
-
-
- @endif
- @if ($this->dockerComposeCustomStartCommand)
-
-
-
- @endif
- @if ($this->application->is_github_based() && !$this->application->is_public_repository())
-
-
-
- @endif
-
- @else
+
-
- @if ($buildPack === 'dockerfile' && !$application->dockerfile)
-
- @endif
-
- @if ($buildPack === 'dockerfile')
-
- @endif
- @if ($application->could_set_build_commands())
- @if ($application->settings->is_static)
-
- @else
-
- @endif
- @endif
-
+ }" class="flex gap-2">
+
+
+
+
+
+
The following commands are for advanced use cases.
+ Only
+ modify them if you
+ know what are
+ you doing.
+
+
+
+
+ @if ($this->dockerComposeCustomBuildCommand)
+
+
+
+ @endif
+ @if ($this->dockerComposeCustomStartCommand)
+
+
+
+ @endif
@if ($this->application->is_github_based() && !$this->application->is_public_repository())
-
+
+ placeholder="services/api/**" id="watchPaths" label="Watch Paths"
+ x-bind:disabled="shouldDisable()" />
@endif
-
+
+ @else
+
+
+ @if ($buildPack === 'dockerfile' && !$application->dockerfile)
+
+ @endif
- @if ($buildPack !== 'dockercompose')
-
-
-
+ @if ($buildPack === 'dockerfile')
+
@endif
+ @if ($application->could_set_build_commands())
+ @if ($application->settings->is_static)
+
+ @else
+
+ @endif
+ @endif
+
+
+ @if ($this->application->is_github_based() && !$this->application->is_public_repository())
+
+
+
@endif
-
+
+
+ @if ($buildPack !== 'dockercompose')
+
+
+
+ @endif
+ @endif
+
@endif
-
- @if ($buildPack === 'dockercompose')
-
-
-
-
PORT environment variable detected
- ({{ $this->detectedPortInfo['port'] }})
-
Your Ports Exposes field is empty. Consider setting it to
- {{ $this->detectedPortInfo['port'] }} to ensure the proxy routes traffic
- correctly.
-
+
+ @endif
+ @if ($application->dockerfile)
+
+
+
+
PORT environment variable detected
+ ({{ $this->detectedPortInfo['port'] }})
+
Your Ports Exposes field is empty. Consider setting it to
+ {{ $this->detectedPortInfo['port'] }} to ensure the proxy routes
+ traffic
+ correctly.
+
- @elseif (!$this->detectedPortInfo['matches'])
-
-
-
-
PORT mismatch detected
-
Your PORT environment variable is set to
- {{ $this->detectedPortInfo['port'] }}, but it's not in your Ports Exposes
- configuration. Ensure they match for proper proxy routing.
-
+
+ @elseif (!$this->detectedPortInfo['matches'])
+
+
+
+
PORT mismatch detected
+
Your PORT environment variable is set to
+ {{ $this->detectedPortInfo['port'] }}, but it's not in your Ports
+ Exposes
+ configuration. Ensure they match for proper proxy routing.
+
- @else
-
-
-
-
PORT environment variable configured
-
Your PORT environment variable ({{ $this->detectedPortInfo['port'] }}) matches
- your Ports Exposes configuration.
-
+
+ @else
+
+
+
+
PORT environment variable configured
+
Your PORT environment variable
+ ({{ $this->detectedPortInfo['port'] }}) matches
+ your Ports Exposes configuration.
- @endif
+
@endif
-
- @if ($isStatic || $buildPack === 'static')
-
+ @endif
+
+ @if ($isStatic || $buildPack === 'static')
+
+ @else
+ @if ($application->settings->is_container_label_readonly_enabled === false)
+
@else
- @if ($application->settings->is_container_label_readonly_enabled === false)
-
- @else
-
- @endif
- @endif
- @if (!$application->destination->server->isSwarm())
-
@endif
- @if (!$application->destination->server->isSwarm())
-
- @endif
-
-
-
HTTP Basic Authentication
-
-
-
-
- @if ($application->is_http_basic_auth_enabled)
-
-
-
-
- @endif
-
-
- @if ($application->settings->is_container_label_readonly_enabled)
-
- @else
-
@endif
+ @if (!$application->destination->server->isSwarm())
+
+ @endif
+ @if (!$application->destination->server->isSwarm())
+
+ @endif
+
+
+
HTTP Basic Authentication
+
-
-
+
- @can('update', $application)
-
+
+
+
+ @endif
+
+
+ @if ($application->settings->is_container_label_readonly_enabled)
+
+ @else
+
+ @endif
+
+
+
+
+ @can('update', $application)
+
- @endcan
- @endif
+ confirmationLabel="Please confirm the execution of the actions by entering the Application URL below"
+ shortConfirmationLabel="Application URL" :confirmWithPassword="false"
+ step2ButtonText="Permanently Reset Labels" />
+ @endcan
+ @endif
-
Pre/Post Deployment Commands
-
-
- @if ($buildPack === 'dockercompose')
-
- @endif
-
-
-
- @if ($buildPack === 'dockercompose')
-
- @endif
-
+
Pre/Post Deployment Commands
+
+
+ @if ($buildPack === 'dockercompose')
+
+ @endif
+
+
+ @if ($buildPack === 'dockercompose')
+
+ @endif
+
+
-