From c3e537a4c43af8554e3adc42ed9f3aa89a5504a1 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov <186095128+alexandr-garbuzov@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:04:06 +0300 Subject: [PATCH] docs(readme): add description of FETCH_MULTI_PAGE_STARS environment variable (#4531) * docs(readme): add description of FETCH_MULTI_PAGE_STARS environment variable * Update readme.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Alexandr Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- backend/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/readme.md b/backend/readme.md index 693bdcf9..296bfbf2 100644 --- a/backend/readme.md +++ b/backend/readme.md @@ -923,6 +923,7 @@ GitHub Readme Stats provides several environment variables that can be used to c * `WHITELIST`: A comma-separated list of GitHub usernames that are allowed to access your instance. If this variable is not set, all usernames are allowed. * `GIST_WHITELIST`: A comma-separated list of GitHub gist IDs that are allowed to be accessed on your instance. If this variable is not set, all gist IDs are allowed. * `EXCLUDE_REPO`: A comma-separated list of repositories that will be excluded from stats and top languages cards on your instance. This allows repository exclusion without exposing repository names in public URLs. This enhances privacy for self-hosted instances that include private repositories in stats cards. +* `FETCH_MULTI_PAGE_STARS`: When set to `true`, this enables fetching all starred repositories for accurate star counts, especially for users with more than 100 repositories. This may increase response times and API points usage, so it is disabled on the public instance. See [the Vercel documentation](https://vercel.com/docs/concepts/projects/environment-variables) on adding these environment variables to your Vercel instance.