README
¶
github-releases-dashboard
A simple dashboard to keep track of GitHub releases.
Running
go run github.com/ThreeDotsLabs/github-releases-dashboard@latest
Configuration
The dashboard is configured using environment variables:
PORT
— defaults to8080
.GITHUB_TOKEN
(optional) — Use to increase rate limits.REPOS
— a comma-separated list of repositories to track with optional branch name after a color (defaults tomain
). For example,ThreeDotsLabs/github-releases-dashboard:master,ThreeDotsLabs/watermill:master
.REFRESH_INTERVAL
— how often to refresh the data, defaults to1h
.
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.