https://github.com/threedotslabs/github-releases-dashboard
A simple dashboard to keep track of GitHub releases.
https://github.com/threedotslabs/github-releases-dashboard
Last synced: 8 months ago
JSON representation
A simple dashboard to keep track of GitHub releases.
- Host: GitHub
- URL: https://github.com/threedotslabs/github-releases-dashboard
- Owner: ThreeDotsLabs
- License: mit
- Created: 2024-08-26T14:30:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T18:46:24.000Z (almost 2 years ago)
- Last Synced: 2025-06-19T20:03:13.308Z (about 1 year ago)
- Language: Go
- Homepage: http://releases.threedots.tech
- Size: 96.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-releases-dashboard
A simple dashboard to keep track of GitHub releases.

## Running
```bash
go run github.com/ThreeDotsLabs/github-releases-dashboard@latest
```
## Configuration
The dashboard is configured using environment variables:
- `PORT` — defaults to `8080`.
- `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 to `main`). For example, `ThreeDotsLabs/github-releases-dashboard:master,ThreeDotsLabs/watermill:master`.
- `REFRESH_INTERVAL` — how often to refresh the data, defaults to `1h`.