No description
  • Rust 97.5%
  • Dockerfile 2.5%
Find a file
lumi200 ece7335e4e
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m56s
Merge pull request 'chore/cleanup' (#2) from chore/cleanup into main
Reviewed-on: #2
2026-07-08 21:32:03 +02:00
.forgejo/workflows ci: fix tag, cache buildkit 2026-07-08 21:24:44 +02:00
src fix: clippy warning 2026-07-07 11:11:09 +02:00
.env-TEMPLATE chore: renamed env vars,feat: add generation config var 2026-07-07 10:57:41 +02:00
.gitignore Clean up repo 2026-02-23 09:03:43 +01:00
Cargo.lock Add multiple export, add avif 2026-02-24 15:08:33 +01:00
Cargo.toml Add multiple export, add avif 2026-02-24 15:08:33 +01:00
Dockerfile feat: update pipeline 2026-07-07 15:43:58 +02:00
README.md chore: update readme 2026-07-07 11:10:02 +02:00

Pollux graph

Renders graph from Pollux

Example

lumi200 opengraph image

Config

ENVVAR Required Usage
POLLUX_GRAPH_HOST yes Base URL of the Pollux instance (no trailing slash)
POLLUX_GRAPH_GEN yes Comma-separated products to render. Valid tokens: opengraph, git-only-graph
POLLUX_GRAPH_OPENGRAPH when opengraph is in GEN Output path prefix for the OpenGraph card (1200x800, PNG/WebP/AVIF)
POLLUX_GRAPH_GIT_GRAPH_ONLY when git-only-graph is in GEN Output path prefix for the graph-only tiles (graph-{cols}x{rows}.{ext})
POLLUX_GRAPH_LOOKBACK_DAYS no (default 90) Days of history to fetch and render. Range: 1..=366

A copy-paste starter is in .env-TEMPLATE.