<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'>Last Hour Cloud 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?"/>
@else
<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.inputid="cleanup_after_percentage"label="Disk cleanup threshold (%)"requiredhelper="The disk cleanup task will run when the disk usage exceeds this threshold."/>
<divclass="w-64">
<x-forms.checkboxhelper="This will cleanup build caches / unused images / etc every 10 minutes."instantSaveid="server.settings.is_force_cleanup_enabled"label="Force Cleanup Docker Engine"/>
<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."/>