/skybert-dash

The Skybert Dashboard

Primary LanguageShellGNU General Public License v3.0GPL-3.0

The Skybert Dashboard

Usage

$ skybert-dash > ~/www/index.html

Here's an example ~/.skybert-dash.conf, reading the password from the pass Unix password manager under the path jira/lisa:

SD_JIRA_BASE_URI=https://jira.example.com
SD_JIRA_USER=lisa
SD_JIRA_ISSUE_COUNT=15
SD_JIRA_AUTH=${SD_JIRA_USER}:$(pass jira/lisa)

The settings can also be set as Unix environment variables.