@if ($server->settings->is_validated)

Proxy

@if ($server->extra_attributes->proxy_type) Start/Reconfigure Proxy Stop
@if ( $server->extra_attributes->last_applied_proxy_settings && $server->extra_attributes->last_saved_proxy_settings !== $server->extra_attributes->last_applied_proxy_settings)
Configuration out of sync.
@endif
@endif @if ($server->extra_attributes->proxy_status === 'running') Loading current status...
Running
@else Loading current status...
Stopped
@endif
@if ($server->extra_attributes->proxy_type)
@isset($proxy_settings) @if ($selectedProxy->value === 'TRAEFIK_V2')

Configuration

Save Reset Configuration

traefik.conf

@endif @endisset
@else Set Proxy @endif @else

Server is not validated. Validate first.

@endif