@php use App\Models\Setup; @endphp @extends('layouts.app') @section('htmlheader_title') Setup @endsection @section('content')

Site Setup

@if($o->exists) Update @else Initial @endif Setup

@csrf
@error('system_id') {{ $message }} @else A system is required. @enderror @if(! $o->system_id) Add a NEW System @else Edit System @endif
@if ($o->exists) @foreach ($o->system->addresses->groupBy('zone_id') as $zones) @endforeach
System Addresses
{{ $zones->first()->zone->domain->name }} {!! $zones->pluck('ftn')->join('
') !!}
@endif

Site Permissions

binkpOptionGet(Setup::O_HIDEAKA))) checked @endif disabled>

ZeroTier API

Protocol Configuration

BINKP Settings

BINKD has been configured to listen on {{ Setup::BINKP_BIND }}:{{ Setup::BINKP_PORT }}

optionGet(Setup::O_BINKP))) checked @endif>
binkpOptionGet(Setup::BINKP_OPT_CHT))) checked @endif disabled>
binkpOptionGet(Setup::BINKP_OPT_MD))) checked @endif>
binkpOptionGet(Setup::BINKP_OPT_CR))) checked @endif disabled>
binkpOptionGet(Setup::BINKP_OPT_MB))) checked @endif>
binkpOptionGet(Setup::BINKP_OPT_MPWD))) checked @endif disabled>
binkpOptionGet(Setup::BINKP_OPT_ND))) checked @endif>
binkpOptionGet(Setup::BINKP_OPT_NDA))) checked @endif>
binkpOptionGet(Setup::BINKP_OPT_NR))) checked @endif>

* Recommended Defaults

{{-- $this->binkp_options = ['m','d','r','b']; --}}

EMSI Settings

EMSI has been configured to listen on {{ Setup::EMSI_BIND }}:{{ Setup::EMSI_PORT }}

optionGet(Setup::O_EMSI))) checked @endif>
@if($errors->count()) There were errors with the submission. @dump($errors) @endif @can('admin',$o)
@endcan
@endsection @section('page-css') @append @section('page-scripts') @append