GitHub - haondt/glance-github-graph: A lightweight Glance extension for generating GitHub contribution graphs and statistics. (original) (raw)

A lightweight Glance extension for generating GitHub contribution graphs and statistics.

Installation

services: glance-github-graph: image: haumea/glance-github-graph:latest ports: - 8080:8080 environment: - CACHE_ENABLED=true - CACHE_TYPE=memory - CACHE_DURATION_SECS=3600

Environment variables

Variable Default Description
CACHE_ENABLED false Enable caching (true/false)
CACHE_TYPE memory Cache type: memory or file
CACHE_DURATION_SECS 3600 Cache duration in seconds
CACHE_FILE_PATH cache.json File cache path (when using file cache)

Glance configuration

Tip

All query parameters are optional, with sane defaults.

Graph

Centered contribution graph.

Stats

Statistics summary.

Graph SVG

Just the pure svg image of the graph.