@php use App\Models\Setup; use App\Classes\Protocol\{Binkp,EMSI,DNS}; @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->akas->sortBy('zone.domain.name')->groupBy('zone_id') as $addresses) @endforeach
System Addresses
{{ $addresses->first()->zone->domain->name }} {!! $addresses->pluck('ftn')->join('
') !!}
@endif

Site Permissions

optionGet(Setup::O_HIDEAKA,'options_options'))) checked @endif>

ZeroTier API

Protocol Configuration

BINKP Settings

binkp_active)) checked @endif>
optionGet(Binkp::F_CHAT,'binkp_options'))) checked @endif disabled>
optionGet(Binkp::F_COMP,'binkp_options'))) checked @endif>
optionGet(Binkp::F_MD,'binkp_options'))) checked @endif>
optionGet(Binkp::F_MDFORCE,'binkp_options'))) checked @endif>
optionGet(Binkp::F_CRYPT,'binkp_options'))) checked @endif>
optionGet(Binkp::F_MULTIBATCH,'binkp_options'))) checked @endif>
optionGet(Binkp::F_MULTIPASS,'binkp_options'))) checked @endif disabled>
optionGet(Binkp::F_NODUPE,'binkp_options'))) checked @endif>
optionGet(Binkp::F_NODUPEA,'binkp_options'))) checked @endif>
optionGet(Binkp::F_NOREL,'binkp_options'))) checked @endif>

* Recommended Defaults

EMSI Settings

emsi_active)) checked @endif>
optionGet(EMSI::F_IGNORE_NRQ,'emsi_options'))) checked @endif>
optionGet(EMSI::F_DO_PREVENT,'emsi_options'))) checked @endif>

DNS Settings

dns_active)) checked @endif>

Echomail Settings

@if($errors->count())

There were errors with the submission.

    @foreach ($errors->all() as $message)
  • {{ $message }}
  • @endforeach
@endif
@can('admin',$o)
@endcan
@endsection @section('page-css') @css('select2') @append @section('page-scripts') @js('select2') @append