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:
parent
0aaabd8671
commit
e575848c6d
3 changed files with 11 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue