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 }}
@endforeach
@else
No projects found.
your first project or go to the onboarding page.
@endif

Servers

@if ($servers->count() > 0) @else @if ($private_keys->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($deployments_per_server) > 0) @endif This will clean up the deployment queue.
Please think again.
@endif {{-- Get IPTABLES --}}