From fb62f4e96cb4b43811bfd969d0e7a428421cb817 Mon Sep 17 00:00:00 2001 From: Martin <2026226+martin-mfg@users.noreply.github.com> Date: Sat, 7 Mar 2026 19:47:54 +0100 Subject: [PATCH 1/2] document prog_bar_bg_color parameter (#51) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 20dfc7e7..d45d2886 100644 --- a/readme.md +++ b/readme.md @@ -498,6 +498,7 @@ You can customize the appearance and behavior of the top languages card using th | `exclude_repo` | Excludes specified repositories. | string (comma-separated values) | `null` | | `custom_title` | Sets a custom title for the card. | string | `Most Used Languages` | | `disable_animations` | Disables all animations in the card. | boolean | `false` | +| `prog_bar_bg_color` | Background color of the bars. (Applies only to `normal` layout.) | string (hex color) | `#ddd` | | `hide_progress` | Uses the compact layout option, hides percentages, and removes the bars. | boolean | `false` | | `size_weight` | Configures language stats algorithm (see [Language stats algorithm](#language-stats-algorithm)). | integer | `1` | | `count_weight` | Configures language stats algorithm (see [Language stats algorithm](#language-stats-algorithm)). | integer | `0` | From d8327b0d77726335a8dc668dfbe76d9b10aa9c46 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Sat, 7 Mar 2026 20:30:37 +0100 Subject: [PATCH 2/2] documentation updates --- README.md | 2 +- apps/backend/.devcontainer/devcontainer.json | 2 +- docs/advanced_documentation.md | 6 +++--- docs/deploy.md | 12 +++++++++++- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 13f33c0f..f9dfb45e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
Dynamically generate GitHub stats for your READMEs.
+
You can look at a preview for [all available themes](../backend/themes/README.md) or checkout the [theme config file](../backend/themes/index.js). Please note that we paused the addition of new themes to decrease maintenance efforts; all pull requests related to new themes will be closed.
@@ -187,7 +187,7 @@ You can customize the appearance of all your cards however you wish with URL par
| `border_radius` | Corner rounding on the card. | number | `4.5` |
> [!WARNING]
-> We use caching to decrease the load on our servers (see | Sets the cache duration in seconds for the generated cards. This variable takes precedence over the default cache timings for the public instance. If this variable is not set, the default cache duration is 24 hours (86,400 seconds). | Any positive integer or 0 to disable caching |
+ |
UPDATE_AFTER_HOURS |
+ Sets the duration in hours after which the server proactively regenerates a previously requested card. | +Any int or float | +
DELETE_AFTER_HOURS |
+ Sets the duration in hours after which the server stops proactively regenerating a previously requested card if it hasn't been requested again in the meantime. | +Any int or float | +
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. |