{#if secError}
{secError}
{/if}

Server Authentication {store.settings.serverAuthMode === "BASIC_AUTH" ? "Basic Auth" : store.settings.serverAuthMode === "UI_LOGIN" ? "UI Login" : "Disabled"}

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"}
Username
Password
{/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}

SOCKS Proxy

{#if socksEnabled}
Version
{#if selectOpen === "socks-ver"}
{#each [[4,"SOCKS4"],[5,"SOCKS5"]] as [v, l]} {/each}
{/if}
Host
Port
UsernameOptional
PasswordOptional
{/if}

FlareSolverr

{#if flareEnabled}
URLFlareSolverr instance address
TimeoutMax wait per request, in seconds
{flareTimeout}s
Session nameReuse browser session across requests
Session TTLMinutes before session is refreshed
{flareTtl}m
{/if}