General

Save
If you change the values in the database, please sync it here, otherwise automations (like backups) won't work.
@if ($database->started_at)
@else
@endif

Network

@if ($db_url_public) @endif

SSL Configuration

@if ($database->enable_ssl && $certificateValidUntil) @endif
@if ($database->enable_ssl && $certificateValidUntil) Valid until: @if (now()->gt($certificateValidUntil)) {{ $certificateValidUntil->format('d.m.Y H:i:s') }} - Expired @elseif(now()->addDays(30)->gt($certificateValidUntil)) {{ $certificateValidUntil->format('d.m.Y H:i:s') }} - Expiring soon @else {{ $certificateValidUntil->format('d.m.Y H:i:s') }} @endif @endif
@if ($database->isExited()) @else @endif
@if ($database->enable_ssl)
@if ($database->isExited()) @else @endif
@endif

Proxy

@if (data_get($database, 'is_public')) Proxy Logs Logs @endif

Advanced

Initialization scripts

Save
@forelse(data_get($database,'init_scripts', []) as $script) @empty
No initialization scripts found.
@endforelse