<x-forms.inputplaceholder="https://example.com"id="wildcard_domain"label="Wildcard Domain"helper='A wildcard domain allows you to receive a randomly generated domain for your new applications. <br><br>For instance, if you set "https://example.com" as your wildcard domain, your applications will receive domains like "https://randomId.example.com".'/>
<x-forms.checkboxinstantSaveid="server.settings.is_build_server"label="Use it as a build server?"/>
<divclass="flex items-center gap-1 pt-6">
<h3class="">CloudflareTunnels
</h3>
<x-helperclass="inline-flex"helper="If you are using Cloudflare Tunnels, enable this. It will proxy all SSH requests to your server through Cloudflare.<br><span class='dark:text-warning'>Coolify does not install or set up Cloudflare (cloudflared) on your server.</span>"/>
<x-forms.checkboxdisabledinstantSavetype="checkbox"id="server.settings.is_swarm_manager"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Manager?"/>
@else
<x-forms.checkboxinstantSavetype="checkbox"id="server.settings.is_swarm_manager"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Manager?"/>
<x-forms.checkboxdisabledinstantSavetype="checkbox"id="server.settings.is_swarm_worker"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Worker?"/>
<x-forms.checkboxinstantSavetype="checkbox"id="server.settings.is_swarm_worker"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Worker?"/>
@endif
@endif
@endif
@else
<divclass="flex items-center gap-1 pt-6">
<h3class="">CloudflareTunnels
</h3>
<x-helperclass="inline-flex"helper="If you are using Cloudflare Tunnels, enable this. It will proxy all SSH requests to your server through Cloudflare.<br><span class='dark:text-warning'>Coolify does not install or set up Cloudflare (cloudflared) on your server.</span>"/>
<x-forms.checkboxhelper="Enable force Docker Cleanup. This will cleanup build caches / unused images / etc."instantSaveid="server.settings.force_docker_cleanup"label="Force Docker Cleanup"/></div>
@if($server->settings->force_docker_cleanup)
<x-forms.inputplaceholder="*/10 * * * *"id="server.settings.docker_cleanup_frequency"label="Docker Cleanup Frequency"requiredhelper="Cron expression for Docker Cleanup.<br>You can use every_minute, hourly, daily, weekly, monthly, yearly.<br><br>Default is every 10 minutes."/>
<x-forms.inputid="server.settings.docker_cleanup_threshold"label="Docker cleanup threshold (%)"requiredhelper="The Docker cleanup tasks will run when the disk usage exceeds this threshold."/>
<x-forms.inputid="server.settings.concurrent_builds"label="Number of concurrent builds"requiredhelper="You can specify the number of simultaneous build processes/deployments that should run concurrently."/>
<x-forms.inputid="server.settings.dynamic_timeout"label="Deployment timeout (seconds)"requiredhelper="You can define the maximum duration for a deployment to run before timing it out."/>