Add bug count and issues link to generated chart page

Display the current open bug total on the chart page and add a link to the Forgejo issues list.

Also document optional forgejo.issues_url in config.

Closes #3

Closes #2
This commit is contained in:
Edward Betts 2026-02-17 14:26:49 +00:00
parent 0aaabd8671
commit e575848c6d
3 changed files with 11 additions and 1 deletions

View file

@ -23,6 +23,7 @@ Create a configuration file with the following structure:
[forgejo]
hostname=<Your Forgejo hostname>
token=<Your Forgejo Token>
issues_url=<Optional URL to your issue list>
[output]
dest=<Path to output HTML file>