Added (Coolify Proxy) to the proxy name on Configuration page

New users can easily understand Traefik or Caddy is being used as the Coolify proxy
This commit is contained in:
ShadowArcanist
2025-09-22 00:09:49 +05:30
parent 9da54bc94f
commit 11878bcf5d

View File

@@ -36,9 +36,9 @@
@endif @endif
</div> </div>
@if ($server->proxyType() === ProxyTypes::TRAEFIK->value) @if ($server->proxyType() === ProxyTypes::TRAEFIK->value)
<h3>Traefik</h3> <h3>Traefik (Coolify Proxy)</h3>
@elseif ($server->proxyType() === 'CADDY') @elseif ($server->proxyType() === 'CADDY')
<h3>Caddy</h3> <h3>Caddy (Coolify Proxy)</h3>
@endif @endif
@if ( @if (
$server->proxy->last_applied_settings && $server->proxy->last_applied_settings &&