Dashboard | Coolify @if (session('error')) @endif

Dashboard

Your self-hosted infrastructure.
@if (request()->query->get('success'))
Your subscription has been activated! Welcome onboard!
It could take a few seconds before your subscription is activated.
Please be patient.
@endif

Projects

@if ($projects->count() > 0)
@foreach ($projects as $project)
{{ $project->name }}
{{ $project->description }}
@if ($project->environments->first()) + Add Resource @endif Settings
@endforeach
@else
No projects found.
your first project or go to the onboarding page.
@endif

Servers

@if ($servers->count() > 0) @else @if ($privateKeys->count() === 0)
No private keys found.
Before you can add your server, first a private key or go to the onboarding page.
@else
No servers found.
your first server or go to the onboarding page.
@endif @endif
@if ($servers->count() > 0 && $projects->count() > 0)

Deployments

@if (count($deploymentsPerServer) > 0) @endif
@endif