{{ __('dashboard.Where published Lab sites live. Taken from the application URL.') }}
{{ __('dashboard.When off, Lab hides Publish and live sites return 404.') }}
{{ __('dashboard.Publish settings') }}
{{ __('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]) }}
A {{ $parent }} → {{ $serverIp }}
A *.{{ $parent }} → {{ $serverIp }}
A {{ $parent }} → {{ __('dashboard.this server') }}
A *.{{ $parent }} → {{ __('dashboard.this server') }}
{{ __('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]) }}