ModeHow Moku authenticates with the server
{#each [{ value: "NONE", label: "None" }, { value: "BASIC_AUTH", label: "Basic" }, { value: "UI_LOGIN", label: "UI Login" }] as opt}
{/each}
{#if authMode !== "NONE"}
{/if}
{#if store.settings.serverAuthMode === "BASIC_AUTH"}
Images are proxied through Tauri when Basic Auth is active, which reduces loading speed.
{/if}
{#if store.settings.serverAuthMode !== "NONE"}
{/if}