{{ data_get_str($application, 'name')->limit(10) }} > Configuration | Coolify

Configuration

General Advanced @if ($application->destination->server->isSwarm()) Swarm Configuration @endif Environment Variables Persistent Storage @if ($application->git_based()) Git Source @endif Servers @if (str($application->status)->contains('degraded')) @elseif ($application->server_status == false) @endif Scheduled Tasks Webhooks @if ($application->deploymentType() !== 'deploy_key') Preview Deployments @endif @if ($application->build_pack !== 'dockercompose') Healthcheck @endif Rollback Resource Limits Resource Operations Metrics Tags Danger Zone
@if ($currentRoute === 'project.application.configuration') @elseif ($currentRoute === 'project.application.swarm' && $application->destination->server->isSwarm()) @elseif ($currentRoute === 'project.application.advanced') @elseif ($currentRoute === 'project.application.environment-variables') @elseif ($currentRoute === 'project.application.persistent-storage') @elseif ($currentRoute === 'project.application.source' && $application->git_based()) @elseif ($currentRoute === 'project.application.servers') @elseif ($currentRoute === 'project.application.scheduled-tasks.show') @elseif ($currentRoute === 'project.application.webhooks') @elseif ($currentRoute === 'project.application.preview-deployments') @elseif ($currentRoute === 'project.application.healthcheck' && $application->build_pack !== 'dockercompose') @elseif ($currentRoute === 'project.application.rollback') @elseif ($currentRoute === 'project.application.resource-limits') @elseif ($currentRoute === 'project.application.resource-operations') @elseif ($currentRoute === 'project.application.metrics') @elseif ($currentRoute === 'project.application.tags') @elseif ($currentRoute === 'project.application.danger') @endif