Authentication

{#if $errors.authMode}{$errors.authMode}{/if}

OAuth Configuration

OAuth settings are stored but not active in this MVP version.

{#if $errors.oauthDiscoveryUrl}{$errors.oauthDiscoveryUrl}{/if}

Theme Defaults

{#if $form.defaultPrimaryColor}
{/if}
{#if $errors.defaultPrimaryColor}{$errors.defaultPrimaryColor}{/if}

Healthcheck Defaults

JSON configuration for default healthcheck behavior (interval, timeout, method).

{#if $errors.healthcheckDefaults}{$errors.healthcheckDefaults}{/if}
{#if $errors._errors}

{$errors._errors}

{/if}