{{ __('dashboard.Settings') }}

{{ __('dashboard.Where published Lab sites live. Taken from the application URL.') }}

@include('livewire.dashboard.settings.options.nav')

{{ __('dashboard.When off, Lab hides Publish and live sites return 404.') }}

{{ __('dashboard.Publish settings') }}

{{ __('dashboard.Subdomains become {slug}.:domain. Locked to APP_URL (:url).', ['domain' => $parent, 'url' => $appUrl]) }}

{{ __('dashboard.Wildcard DNS') }}

{{ __('dashboard.Published sites stay on this same Laravel app. Point a wildcard at this server so Host names like acme.:domain reach public/. Krikkit reads the Host header and serves the built files.', ['domain' => $parent]) }}

@if ($serverIp !== '')

A  {{ $parent }}  → {{ $serverIp }}

A  *.{{ $parent }}  → {{ $serverIp }}

@else

A  {{ $parent }}  → {{ __('dashboard.this server') }}

A  *.{{ $parent }}  → {{ __('dashboard.this server') }}

@endif

{{ __('dashboard.The web server must accept those Hosts (catch-all or ServerAlias) on the same document root. Add a wildcard TLS certificate for :domain. Custom domains CNAME to :cname, then Verify DNS in Lab.', ['domain' => '*.'.$parent, 'cname' => $parent]) }}

{{ __('dashboard.Save changes') }}