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

@ -10,6 +10,10 @@
</head>
<body>
<p>
Open bugs now: <strong>__OPEN_BUG_COUNT__</strong> -
<a href="__BUG_LIST_URL__">Bug list</a>
</p>
<canvas id="bugChart" width="800" height="400"></canvas>
<script>