@if ($resourceType === 'database') @else @endif
@if ($resourceType === 'application') {{ data_get_str($service, 'name')->limit(10) }} > {{ data_get_str($serviceApplication, 'name')->limit(10) }} | Coolify
@if ($serviceApplication->human_name)

{{ Str::headline($serviceApplication->human_name) }}

@else

{{ Str::headline($serviceApplication->name) }}

@endif Save @can('update', $serviceApplication) @endcan @can('delete', $serviceApplication) @endcan
@if ($requiredPort && !$serviceApplication->serviceType()?->contains(str($serviceApplication->image)->before(':'))) This service requires port {{ $requiredPort }} to function correctly. All domains must include this port number (or any other port if you know what you're doing).

Example: http://app.coolify.io:{{ $requiredPort }}
@endif
@if (!$serviceApplication->serviceType()?->contains(str($serviceApplication->image)->before(':'))) @if ($serviceApplication->required_fqdn) @else @endif @endif

Advanced

@if (str($serviceApplication->image)->contains('pocketbase')) @else @endif
  • Only one service will be accessible at this domain
  • The routing behavior will be unpredictable
  • You may experience service disruptions
  • SSL certificates might not work correctly
@if ($showPortWarningModal)
@endif @elseif ($resourceType === 'database') {{ data_get_str($service, 'name')->limit(10) }} > {{ data_get_str($serviceDatabase, 'name')->limit(10) }} | Coolify @if ($currentRoute === 'project.service.database.import') @else
@if ($serviceDatabase->human_name)

{{ Str::headline($serviceDatabase->human_name) }}

@else

{{ Str::headline($serviceDatabase->name) }}

@endif Save @can('update', $serviceDatabase) @endcan @can('delete', $serviceDatabase) @endcan

Proxy

@if ($serviceDatabase->is_public) Proxy Logs Logs @endif
@if ($db_url_public) @endif

Advanced

@endif @endif