@if ($application->human_name)

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

@else

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

@endif Save @can('update', $application) @endcan @can('delete', $application) @endcan
@if (!$application->serviceType()?->contains(str($application->image)->before(':'))) @if ($application->required_fqdn) @else @endif @endif

Advanced

@if (str($application->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