Update dashboard [skip ci]

This commit is contained in:
eyedeekay
2025-07-01 16:13:04 +00:00
commit e2e445c340
101 changed files with 11386 additions and 0 deletions

View File

@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>go-i2pcontrol</title>
<link rel="stylesheet" href="../style.css">
<style>
.markdown-body {
padding: 20px;
max-width: 1000px;
margin: 0 auto;
}
.markdown-body table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
.markdown-body th, .markdown-body td {
padding: 8px 15px;
text-align: left;
border: 1px solid var(--border-color);
}
.markdown-body th {
background-color: #f6f8fa;
}
.back-link {
display: inline-block;
margin: 20px;
}
</style>
</head>
<body>
<a href="../index.html" class="back-link">← Back to Dashboard</a>
<div class="markdown-body">
<h1>Repository: go-i2pcontrol</h1>
<p>An easy-to-use library for the i2pcontrol rpc interface.</p>
<h2>Open Pull Requests</h2>
<p><em>No open pull requests</em></p>
<h2>Open Issues</h2>
<p><em>No open issues</em></p>
<h2>Recent Discussions</h2>
<p><em>No recent discussions</em></p>
<h2>Recent Workflow Runs</h2>
<table>
<thead>
<tr>
<th>Workflow</th>
<th>Branch</th>
<th>Status</th>
<th>Run #</th>
<th>Created</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/go-i2p/go-i2pcontrol/actions/runs/11748746348">.github/workflows/auto-assign.yml</a></td>
<td>master</td>
<td>❌ Failure</td>
<td>1</td>
<td>2024-11-08 20:01</td>
</tr>
</tbody>
</table>
<hr />
<p><em>Generated at 2025-07-01 16:13:03</em></p>
</div>
</body>
</html>