@use(App\Classes\Protocol\Binkp) @use(App\Classes\Protocol\EMSI) @use(App\Models\Setup) @use(App\Models\System) @extends('layouts.app') @section('htmlheader_title') Setup @endsection @section('content')
@csrf

Site Setup

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

@php $helper = (! $o->system_id) ? sprintf('Add a NEW System"',url('system/addedit')) : sprintf('Edit System',url('system/addedit',[$o->system_id])); @endphp
@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') @append