No description
- Rust 97.5%
- Dockerfile 2.5%
|
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m56s
Reviewed-on: #2 |
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| .env-TEMPLATE | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dockerfile | ||
| README.md | ||
Pollux graph
Renders graph from Pollux
Example
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.
