{{ data_get_str($resource, 'name')->limit(10) }} > Commands | Coolify @if ($type === 'application')

Terminal

@elseif ($type === 'database')

Terminal

@elseif ($type === 'service') @endif @if ($type === 'application' || $type === 'database' || $type === 'service')

Terminal

@if (count($containers) === 0)
No containers are running or terminal access is disabled on this server.
@else
@foreach ($containers as $container) @if ($loop->first) @endif @endforeach {{ $isConnecting ? 'Connecting...' : 'Connect' }}
@endif @endif @if ($type === 'server') @if ($servers->first()->isTerminalEnabled() && $servers->first()->isFunctional())

Terminal

{{ $isConnecting ? 'Connecting...' : 'Connect' }}
@else
Server is not functional or terminal access is disabled.
@endif @endif