General

Save
@if ($database->started_at)
If you change the values in the database, please sync it here, otherwise automations won't work.
Changing them here will not change the values in the database.
@if (version_compare($redis_version, '6.0', '>=')) @endif
@else
You can only change the username and password in the database after initial start.
@if (version_compare($redis_version, '6.0', '>=')) @endif
@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 (str($database->status)->contains('exited')) @else @endif

Proxy

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

Advanced