Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 803 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 803 Bytes

CCollage

CCollage generates SVG collages of a Git repository's contributors.

Usage

./ccollage --port 53352

--port: Port to listen on. Defaults to 8080.

Environment Variables

CCOLLAGE_GH_TOKEN: A GitHub personal access token (get one here). You'll only need the public_repo and read:user permissions. Highly recommended (to increase rate limits).

CCOLLAGE_GH_CACHE_SIZE: The size of the GitHub API client in-memory cache, in megabytes. Defaults to 20MB. Optional.

CCOLLAGE_GH_CACHE_MAXAGE: The maximum age of the GitHub API client cache items, in minutes. Defaults to 7 days. Optional.

Licence

Code is licensed under the GNU Affero General Public Licence version 3.