From 5c4338092cff351aba65683845b9fff5dd867821 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Thu, 20 Nov 2025 22:45:58 -0500 Subject: [PATCH] docs: add config reference for login gate --- docs/src/content/docs/reference/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index e22398f..4e806a0 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -26,6 +26,9 @@ If the environment variable is defined without **and** with the suffix at the sa ##### KOITO_DEFAULT_THEME - Default: `yuu` - Description: The lowercase name of the default theme to be used by the client. Overridden if a user picks a theme in the theme switcher. +##### KOITO_LOGIN_GATE +- Default: `false` +- Description: When `true`, Koito will not show any statistics unless the user is logged in. ##### KOITO_BIND_ADDR - Description: The address to bind to. The default blank value is equivalent to `0.0.0.0`. ##### KOITO_LISTEN_PORT