Proxy Startup Logs @if ($server->id === 0)
Note: This is the localhost server where Coolify runs. During proxy restart, the connection may be temporarily lost. If logs stop updating, please refresh the browser after a few minutes.
@endif

Server

{{ data_get($server, 'name') }}
@php $showSentinelStatus = $server->isFunctional() && $server->isSentinelEnabled(); @endphp @if ($server->proxySet() || $showSentinelStatus)
@if ($server->proxySet())
@if ($proxyStatus === 'running') @elseif ($proxyStatus === 'restarting') @elseif ($proxyStatus === 'stopping') @elseif ($proxyStatus === 'starting') @elseif (data_get($server, 'proxy.force_stop')) @elseif ($proxyStatus === 'exited') @endif
@endif @if ($showSentinelStatus) @if ($server->isSentinelLive()) @else @endif @endif @if ($server->proxySet()) @endif
@endif