From 11878bcf5db02ac7db4b8d4e090a20034598be6c Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Mon, 22 Sep 2025 00:09:49 +0530 Subject: [PATCH] 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 --- resources/views/livewire/server/proxy.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/server/proxy.blade.php b/resources/views/livewire/server/proxy.blade.php index e61acbec4..652322d32 100644 --- a/resources/views/livewire/server/proxy.blade.php +++ b/resources/views/livewire/server/proxy.blade.php @@ -36,9 +36,9 @@ @endif @if ($server->proxyType() === ProxyTypes::TRAEFIK->value) -

Traefik

+

Traefik (Coolify Proxy)

@elseif ($server->proxyType() === 'CADDY') -

Caddy

+

Caddy (Coolify Proxy)

@endif @if ( $server->proxy->last_applied_settings &&