{{ data_get_str($server, 'name')->limit(10) }} > General | Coolify

General

@if ($server->hetzner_server_id)
@if ($hetznerServerStatus) @if (in_array($hetznerServerStatus, ['starting', 'initializing'])) @endif $hetznerServerStatus === 'running', 'text-red-500' => $hetznerServerStatus === 'off', ])> {{ ucfirst($hetznerServerStatus) }} @else Checking status... @endif
@if ($server->cloudProviderToken && !$server->isFunctional() && $hetznerServerStatus === 'off') Power On @endif @endif @if ($isValidating)
Validating...
@endif @if ($server->id === 0) @else Save @if ($server->isFunctional()) Validate & configure Revalidate server @endif @endif
@if ($server->isFunctional()) Server is reachable and validated. @else You can't use this server until it is validated. @endif @if ($isValidating)
Validation in Progress
@endif @if ( (!$isReachable || !$isUsable) && $server->id !== 0 && !$isValidating && !in_array($hetznerServerStatus, ['initializing', 'starting', 'stopping', 'off'])) Validate & configure Validate Server & Install Docker Engine @if ($server->validation_logs)

Previous Validation Logs

{!! $server->validation_logs !!}
@endif @endif @if ((!$isReachable || !$isUsable) && $server->id === 0) Validate Server @endif @if ($server->isForceDisabled() && isCloud()) The system has disabled the server because you have exceeded the number of servers for which you have paid. @endif
@if (!$isSwarmWorker && !$isBuildServer) @endif
@can('update', $server) @if ($isValidating)
@else
@endif @else
@endcan
@if (!$server->isLocalhost())
@if ($isBuildServerLocked) @else @endif
@if (!$server->isBuildServer() && !$server->settings->is_cloudflare_tunnel)

Swarm (experimental)

Read the docs here.
@if ($server->settings->is_swarm_worker) @else @endif @if ($server->settings->is_swarm_manager) @else @endif
@endif @endif
@if ($server->isFunctional() && !$server->isSwarm() && !$server->isBuildServer())

Sentinel

@if ($server->isSentinelEnabled())
@if ($server->isSentinelLive()) Save Restart Sentinel Logs Logs @else Save Sync Sentinel Logs Logs @endif
@endif
@if ($server->isSentinelEnabled()) @if (isDev()) @endif @else @if (isDev()) @endif @endif
@if (isDev() && $server->isSentinelEnabled())
@endif @if ($server->isSentinelEnabled())
Regenerate
@endif
@endif