mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-12-20 12:15:51 -05:00
Update dashboard [skip ci]
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GitHub Dashboard
|
||||
|
||||
This dashboard was generated for go-i2p on December 20, 2025.
|
||||
|
||||
- Total repositories: 67
|
||||
- Total open pull requests: 4
|
||||
- Total open issues: 3
|
||||
- Total recent discussions: 0
|
||||
|
||||
To view the dashboard, open `index.html` in your browser.
|
||||
6655
index.html
Normal file
6655
index.html
Normal file
File diff suppressed because it is too large
Load Diff
62
repositories/.github.html
Normal file
62
repositories/.github.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>.github</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: .github</h1>
|
||||
|
||||
<p>go-i2p user orientation for github consumers</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/.github.md
Normal file
30
repositories/.github.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: .github
|
||||
|
||||
go-i2p user orientation for github consumers
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/btcd.html
Normal file
62
repositories/btcd.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>btcd</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: btcd</h1>
|
||||
|
||||
<p>An alternative full node bitcoin implementation written in Go (golang)</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/btcd.md
Normal file
30
repositories/btcd.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: btcd
|
||||
|
||||
An alternative full node bitcoin implementation written in Go (golang)
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
80
repositories/checki2cp.html
Normal file
80
repositories/checki2cp.html
Normal file
@@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>checki2cp</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: checki2cp</h1>
|
||||
|
||||
<p>Library and terminal application which checks for the presence of a usable i2p router by attempting to connect to i2cp</p>
|
||||
|
||||
<h2>Open Pull Requests</h2>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Title</th>
|
||||
<th>Author</th>
|
||||
<th>Updated</th>
|
||||
<th>Labels</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/checki2cp/pull/1">Add Linux i2pd user installation compatibility </a></td>
|
||||
<td><a href="https://github.com/urgentquest">urgentquest</a></td>
|
||||
<td>2025-07-24</td>
|
||||
<td><em>none</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
33
repositories/checki2cp.md
Normal file
33
repositories/checki2cp.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Repository: checki2cp
|
||||
|
||||
Library and terminal application which checks for the presence of a usable i2p router by attempting to connect to i2cp
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
| Title | Author | Updated | Labels |
|
||||
|-------|--------|---------|--------|
|
||||
| [Add Linux i2pd user installation compatibility ](https://github.com/go-i2p/checki2cp/pull/1) | [urgentquest](https://github.com/urgentquest) | 2025-07-24 | *none* |
|
||||
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/common.html
Normal file
154
repositories/common.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>common</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: common</h1>
|
||||
|
||||
<p>Common library for go-i2p, factored out from the router to a separate package.</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/common/actions/runs/20396890760">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3544</td>
|
||||
<td>2025-12-20 16:15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20396886739">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3547</td>
|
||||
<td>2025-12-20 16:15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20396198855">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3543</td>
|
||||
<td>2025-12-20 15:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20396194433">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3546</td>
|
||||
<td>2025-12-20 15:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20395535305">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3542</td>
|
||||
<td>2025-12-20 14:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20395529581">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3545</td>
|
||||
<td>2025-12-20 14:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20394994992">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3541</td>
|
||||
<td>2025-12-20 13:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20394991038">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3544</td>
|
||||
<td>2025-12-20 13:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20394359770">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3540</td>
|
||||
<td>2025-12-20 12:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/common/actions/runs/20394353935">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3543</td>
|
||||
<td>2025-12-20 12:25</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/common.md
Normal file
42
repositories/common.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: common
|
||||
|
||||
Common library for go-i2p, factored out from the router to a separate package.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/common/actions/runs/20396890760) | gh-pages | ✅ Success | 3544 | 2025-12-20 16:15 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/common/actions/runs/20396886739) | main | ✅ Success | 3547 | 2025-12-20 16:15 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/common/actions/runs/20396198855) | gh-pages | ✅ Success | 3543 | 2025-12-20 15:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/common/actions/runs/20396194433) | main | ✅ Success | 3546 | 2025-12-20 15:12 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/common/actions/runs/20395535305) | gh-pages | ✅ Success | 3542 | 2025-12-20 14:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/common/actions/runs/20395529581) | main | ✅ Success | 3545 | 2025-12-20 14:11 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/common/actions/runs/20394994992) | gh-pages | ✅ Success | 3541 | 2025-12-20 13:22 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/common/actions/runs/20394991038) | main | ✅ Success | 3544 | 2025-12-20 13:21 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/common/actions/runs/20394359770) | gh-pages | ✅ Success | 3540 | 2025-12-20 12:25 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/common/actions/runs/20394353935) | main | ✅ Success | 3543 | 2025-12-20 12:25 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/crypto.html
Normal file
154
repositories/crypto.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>crypto</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: crypto</h1>
|
||||
|
||||
<p>Cryptography library for go-i2p, factored out from the router to a separate package.</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/crypto/actions/runs/20396967990">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3509</td>
|
||||
<td>2025-12-20 16:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20396963013">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3516</td>
|
||||
<td>2025-12-20 16:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20396261562">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3508</td>
|
||||
<td>2025-12-20 15:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20396256630">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3515</td>
|
||||
<td>2025-12-20 15:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20395588616">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3507</td>
|
||||
<td>2025-12-20 14:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20395584235">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3514</td>
|
||||
<td>2025-12-20 14:16</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20395047063">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3506</td>
|
||||
<td>2025-12-20 13:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20395042969">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3513</td>
|
||||
<td>2025-12-20 13:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20394486407">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3505</td>
|
||||
<td>2025-12-20 12:37</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/crypto/actions/runs/20394482238">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3512</td>
|
||||
<td>2025-12-20 12:36</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/crypto.md
Normal file
42
repositories/crypto.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: crypto
|
||||
|
||||
Cryptography library for go-i2p, factored out from the router to a separate package.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/crypto/actions/runs/20396967990) | gh-pages | ✅ Success | 3509 | 2025-12-20 16:23 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/crypto/actions/runs/20396963013) | main | ✅ Success | 3516 | 2025-12-20 16:22 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/crypto/actions/runs/20396261562) | gh-pages | ✅ Success | 3508 | 2025-12-20 15:18 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/crypto/actions/runs/20396256630) | main | ✅ Success | 3515 | 2025-12-20 15:17 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/crypto/actions/runs/20395588616) | gh-pages | ✅ Success | 3507 | 2025-12-20 14:17 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/crypto/actions/runs/20395584235) | main | ✅ Success | 3514 | 2025-12-20 14:16 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/crypto/actions/runs/20395047063) | gh-pages | ✅ Success | 3506 | 2025-12-20 13:26 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/crypto/actions/runs/20395042969) | main | ✅ Success | 3513 | 2025-12-20 13:26 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/crypto/actions/runs/20394486407) | gh-pages | ✅ Success | 3505 | 2025-12-20 12:37 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/crypto/actions/runs/20394482238) | main | ✅ Success | 3512 | 2025-12-20 12:36 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/dendrite-unofficial.html
Normal file
154
repositories/dendrite-unofficial.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>dendrite-unofficial</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: dendrite-unofficial</h1>
|
||||
|
||||
<p>Unofficial dendrite builds in CI.</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/dendrite-unofficial/actions/runs/15950843196">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>72</td>
|
||||
<td>2025-06-29 03:00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15939635253">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>71</td>
|
||||
<td>2025-06-28 02:45</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15917009342">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>70</td>
|
||||
<td>2025-06-27 02:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15891797655">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>69</td>
|
||||
<td>2025-06-26 02:49</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15866167236">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>68</td>
|
||||
<td>2025-06-25 02:51</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15839988511">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>67</td>
|
||||
<td>2025-06-24 02:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15814157366">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>66</td>
|
||||
<td>2025-06-23 02:58</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15802228536">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>65</td>
|
||||
<td>2025-06-22 02:57</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15791281804">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>64</td>
|
||||
<td>2025-06-21 02:44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15770105282">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>63</td>
|
||||
<td>2025-06-20 02:48</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/dendrite-unofficial.md
Normal file
42
repositories/dendrite-unofficial.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: dendrite-unofficial
|
||||
|
||||
Unofficial dendrite builds in CI.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15950843196) | main | ❌ Failure | 72 | 2025-06-29 03:00 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15939635253) | main | ❌ Failure | 71 | 2025-06-28 02:45 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15917009342) | main | ❌ Failure | 70 | 2025-06-27 02:50 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15891797655) | main | ❌ Failure | 69 | 2025-06-26 02:49 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15866167236) | main | ❌ Failure | 68 | 2025-06-25 02:51 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15839988511) | main | ❌ Failure | 67 | 2025-06-24 02:50 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15814157366) | main | ❌ Failure | 66 | 2025-06-23 02:58 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15802228536) | main | ❌ Failure | 65 | 2025-06-22 02:57 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15791281804) | main | ❌ Failure | 64 | 2025-06-21 02:44 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15770105282) | main | ❌ Failure | 63 | 2025-06-20 02:48 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/dendrite.html
Normal file
62
repositories/dendrite.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>dendrite</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: dendrite</h1>
|
||||
|
||||
<p>Dendrite is a second-generation Matrix homeserver written in Go!</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/dendrite.md
Normal file
30
repositories/dendrite.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: dendrite
|
||||
|
||||
Dendrite is a second-generation Matrix homeserver written in Go!
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/elgamal.html
Normal file
62
repositories/elgamal.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>elgamal</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: elgamal</h1>
|
||||
|
||||
<p>Simple implementation of elgamal in pure-Go because I have passing tests that need elgamal to keep passing and I’m not ready to yank it out completely yet. Maybe somebody else will need it.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/elgamal.md
Normal file
30
repositories/elgamal.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: elgamal
|
||||
|
||||
Simple implementation of elgamal in pure-Go because I have passing tests that need elgamal to keep passing and I'm not ready to yank it out completely yet. Maybe somebody else will need it.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/gitea-public.html
Normal file
62
repositories/gitea-public.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>gitea-public</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: gitea-public</h1>
|
||||
|
||||
<p>Asset customizations for I2P’s gitea server</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/gitea-public.md
Normal file
30
repositories/gitea-public.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: gitea-public
|
||||
|
||||
Asset customizations for I2P's gitea server
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
122
repositories/gitlab-to-gitea.html
Normal file
122
repositories/gitlab-to-gitea.html
Normal file
@@ -0,0 +1,122 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>gitlab-to-gitea</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: gitlab-to-gitea</h1>
|
||||
|
||||
<p>A port of the old gitlab-to-gitea migration script from python to Go with feature improvements</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/gitlab-to-gitea/actions/runs/14785189889">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>6</td>
|
||||
<td>2025-05-01 23:10</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14784997069">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5</td>
|
||||
<td>2025-05-01 22:53</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567656434">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4</td>
|
||||
<td>2025-04-21 05:04</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567647822">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3</td>
|
||||
<td>2025-04-21 05:03</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567346069">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>2</td>
|
||||
<td>2025-04-21 04:34</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567333253">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1</td>
|
||||
<td>2025-04-21 04:33</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
38
repositories/gitlab-to-gitea.md
Normal file
38
repositories/gitlab-to-gitea.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Repository: gitlab-to-gitea
|
||||
|
||||
A port of the old gitlab-to-gitea migration script from python to Go with feature improvements
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14785189889) | main | ✅ Success | 6 | 2025-05-01 23:10 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14784997069) | main | ✅ Success | 5 | 2025-05-01 22:53 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567656434) | main | ✅ Success | 4 | 2025-04-21 05:04 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567647822) | main | ✅ Success | 3 | 2025-04-21 05:03 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567346069) | main | ✅ Success | 2 | 2025-04-21 04:34 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/gitlab-to-gitea/actions/runs/14567333253) | main | ✅ Success | 1 | 2025-04-21 04:33 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-connfilter.html
Normal file
62
repositories/go-connfilter.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-connfilter</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-connfilter</h1>
|
||||
|
||||
<p>Tools for filtering at the net.Listener and net.Conn level</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-connfilter.md
Normal file
30
repositories/go-connfilter.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-connfilter
|
||||
|
||||
Tools for filtering at the net.Listener and net.Conn level
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-datagrams.html
Normal file
62
repositories/go-datagrams.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-datagrams</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-datagrams</h1>
|
||||
|
||||
<p>I2P datagram library using soypat/seqs</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-datagrams.md
Normal file
30
repositories/go-datagrams.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-datagrams
|
||||
|
||||
I2P datagram library using soypat/seqs
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-docker-network-i2p.html
Normal file
62
repositories/go-docker-network-i2p.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-docker-network-i2p</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-docker-network-i2p</h1>
|
||||
|
||||
<p>Docker network driver plugin with transparent I2P configuration</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-docker-network-i2p.md
Normal file
30
repositories/go-docker-network-i2p.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-docker-network-i2p
|
||||
|
||||
Docker network driver plugin with transparent I2P configuration
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-forward.html
Normal file
62
repositories/go-forward.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-forward</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-forward</h1>
|
||||
|
||||
<p>A Go library providing a clean, consistent API for network traffic forwarding, supporting both stream (TCP-like) and packet (UDP-like) connections with minimal boilerplate.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-forward.md
Normal file
30
repositories/go-forward.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-forward
|
||||
|
||||
A Go library providing a clean, consistent API for network traffic forwarding, supporting both stream (TCP-like) and packet (UDP-like) connections with minimal boilerplate.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-gh-page.html
Normal file
154
repositories/go-gh-page.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-gh-page</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-gh-page</h1>
|
||||
|
||||
<p>Generate github pages from the repository, keep the page in a branch, push to the branch</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-gh-page/actions/runs/20397024261">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5030</td>
|
||||
<td>2025-12-20 16:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20397020184">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5038</td>
|
||||
<td>2025-12-20 16:27</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20396314370">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5029</td>
|
||||
<td>2025-12-20 15:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20396308572">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5037</td>
|
||||
<td>2025-12-20 15:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20395634404">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5028</td>
|
||||
<td>2025-12-20 14:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20395630155">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5036</td>
|
||||
<td>2025-12-20 14:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20395085882">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5027</td>
|
||||
<td>2025-12-20 13:30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20395079266">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5035</td>
|
||||
<td>2025-12-20 13:29</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20394586023">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5026</td>
|
||||
<td>2025-12-20 12:46</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/20394582176">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5034</td>
|
||||
<td>2025-12-20 12:45</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-gh-page.md
Normal file
42
repositories/go-gh-page.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-gh-page
|
||||
|
||||
Generate github pages from the repository, keep the page in a branch, push to the branch
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/20397024261) | gh-pages | ✅ Success | 5030 | 2025-12-20 16:28 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/20397020184) | main | ✅ Success | 5038 | 2025-12-20 16:27 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/20396314370) | gh-pages | ✅ Success | 5029 | 2025-12-20 15:22 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/20396308572) | main | ✅ Success | 5037 | 2025-12-20 15:22 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/20395634404) | gh-pages | ✅ Success | 5028 | 2025-12-20 14:21 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/20395630155) | main | ✅ Success | 5036 | 2025-12-20 14:20 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/20395085882) | gh-pages | ✅ Success | 5027 | 2025-12-20 13:30 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/20395079266) | main | ✅ Success | 5035 | 2025-12-20 13:29 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/20394586023) | gh-pages | ✅ Success | 5026 | 2025-12-20 12:46 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/20394582176) | main | ✅ Success | 5034 | 2025-12-20 12:45 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-git-transport.html
Normal file
62
repositories/go-git-transport.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-git-transport</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-git-transport</h1>
|
||||
|
||||
<p>Alternative transports for git</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-git-transport.md
Normal file
30
repositories/go-git-transport.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-git-transport
|
||||
|
||||
Alternative transports for git
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-github-dashboard.html
Normal file
154
repositories/go-github-dashboard.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-github-dashboard</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-github-dashboard</h1>
|
||||
|
||||
<p>An actually-useful homepage for github because the uselessness of notifications is making me tired.</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-github-dashboard/actions/runs/20397459612">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>🔄 In Progress</td>
|
||||
<td>5251</td>
|
||||
<td>2025-12-20 17:07</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20396850703">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5249</td>
|
||||
<td>2025-12-20 16:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20396845613">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5250</td>
|
||||
<td>2025-12-20 16:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20396166524">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5248</td>
|
||||
<td>2025-12-20 15:09</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20396159590">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5249</td>
|
||||
<td>2025-12-20 15:09</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20395496694">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5247</td>
|
||||
<td>2025-12-20 14:09</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20395493365">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5248</td>
|
||||
<td>2025-12-20 14:08</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20394973475">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5246</td>
|
||||
<td>2025-12-20 13:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20394969606">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5247</td>
|
||||
<td>2025-12-20 13:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/20394281664">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5245</td>
|
||||
<td>2025-12-20 12:18</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-github-dashboard.md
Normal file
42
repositories/go-github-dashboard.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-github-dashboard
|
||||
|
||||
An actually-useful homepage for github because the uselessness of notifications is making me tired.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/20397459612) | main | 🔄 In Progress | 5251 | 2025-12-20 17:07 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/20396850703) | gh-pages | ✅ Success | 5249 | 2025-12-20 16:11 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/20396845613) | main | ✅ Success | 5250 | 2025-12-20 16:11 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/20396166524) | gh-pages | ✅ Success | 5248 | 2025-12-20 15:09 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/20396159590) | main | ✅ Success | 5249 | 2025-12-20 15:09 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/20395496694) | gh-pages | ✅ Success | 5247 | 2025-12-20 14:09 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/20395493365) | main | ✅ Success | 5248 | 2025-12-20 14:08 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/20394973475) | gh-pages | ✅ Success | 5246 | 2025-12-20 13:20 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/20394969606) | main | ✅ Success | 5247 | 2025-12-20 13:19 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/20394281664) | gh-pages | ✅ Success | 5245 | 2025-12-20 12:18 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-github-sync.html
Normal file
154
repositories/go-github-sync.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-github-sync</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-github-sync</h1>
|
||||
|
||||
<p>Automatically set up github sync</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-github-sync/actions/runs/20396948684">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4984</td>
|
||||
<td>2025-12-20 16:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20396888882">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4990</td>
|
||||
<td>2025-12-20 16:15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20396886137">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4996</td>
|
||||
<td>2025-12-20 16:15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20396244728">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4983</td>
|
||||
<td>2025-12-20 15:16</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20396197215">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4989</td>
|
||||
<td>2025-12-20 15:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20396193506">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4995</td>
|
||||
<td>2025-12-20 15:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20395581767">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4982</td>
|
||||
<td>2025-12-20 14:16</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20395534872">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4988</td>
|
||||
<td>2025-12-20 14:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20395528457">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4994</td>
|
||||
<td>2025-12-20 14:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/20395030081">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4981</td>
|
||||
<td>2025-12-20 13:25</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-github-sync.md
Normal file
42
repositories/go-github-sync.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-github-sync
|
||||
|
||||
Automatically set up github sync
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/20396948684) | main | ✅ Success | 4984 | 2025-12-20 16:21 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/20396888882) | gh-pages | ✅ Success | 4990 | 2025-12-20 16:15 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/20396886137) | main | ✅ Success | 4996 | 2025-12-20 16:15 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/20396244728) | main | ✅ Success | 4983 | 2025-12-20 15:16 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/20396197215) | gh-pages | ✅ Success | 4989 | 2025-12-20 15:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/20396193506) | main | ✅ Success | 4995 | 2025-12-20 15:12 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/20395581767) | main | ✅ Success | 4982 | 2025-12-20 14:16 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/20395534872) | gh-pages | ✅ Success | 4988 | 2025-12-20 14:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/20395528457) | main | ✅ Success | 4994 | 2025-12-20 14:11 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/20395030081) | main | ✅ Success | 4981 | 2025-12-20 13:25 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-gitlooseleaf.html
Normal file
154
repositories/go-gitlooseleaf.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-gitlooseleaf</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-gitlooseleaf</h1>
|
||||
|
||||
<p>A soft-fork of gitea with support for running as an Clearnet TLS, I2P, and Onion service simultaneously. Just the mod and the CI files.</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-gitlooseleaf/actions/runs/20387371643">Modded Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>284</td>
|
||||
<td>2025-12-20 01:56</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20387260454">Forgejo Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>284</td>
|
||||
<td>2025-12-20 01:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386672994">Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>221</td>
|
||||
<td>2025-12-20 01:01</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386496654">Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>221</td>
|
||||
<td>2025-12-20 00:49</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386451880">Modded Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>324</td>
|
||||
<td>2025-12-20 00:45</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386426900">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>356</td>
|
||||
<td>2025-12-20 00:44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20357374488">Modded Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>283</td>
|
||||
<td>2025-12-19 02:03</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20357209642">Forgejo Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>283</td>
|
||||
<td>2025-12-19 01:53</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20356362854">Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>220</td>
|
||||
<td>2025-12-19 01:06</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20356116653">Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>220</td>
|
||||
<td>2025-12-19 00:52</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-gitlooseleaf.md
Normal file
42
repositories/go-gitlooseleaf.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-gitlooseleaf
|
||||
|
||||
A soft-fork of gitea with support for running as an Clearnet TLS, I2P, and Onion service simultaneously. Just the mod and the CI files.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [Modded Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20387371643) | main | ✅ Success | 284 | 2025-12-20 01:56 |
|
||||
| [Forgejo Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20387260454) | main | ✅ Success | 284 | 2025-12-20 01:47 |
|
||||
| [Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386672994) | main | ✅ Success | 221 | 2025-12-20 01:01 |
|
||||
| [Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386496654) | main | ❌ Failure | 221 | 2025-12-20 00:49 |
|
||||
| [Modded Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386451880) | main | ❌ Failure | 324 | 2025-12-20 00:45 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20386426900) | main | ❌ Failure | 356 | 2025-12-20 00:44 |
|
||||
| [Modded Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20357374488) | main | ✅ Success | 283 | 2025-12-19 02:03 |
|
||||
| [Forgejo Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20357209642) | main | ✅ Success | 283 | 2025-12-19 01:53 |
|
||||
| [Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20356362854) | main | ✅ Success | 220 | 2025-12-19 01:06 |
|
||||
| [Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/20356116653) | main | ❌ Failure | 220 | 2025-12-19 00:52 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-gittisane.html
Normal file
154
repositories/go-gittisane.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-gittisane</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-gittisane</h1>
|
||||
|
||||
<p>A soft-fork of gitea with support for running as an I2P service. Just the mod and the CI files.</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-gittisane/actions/runs/20386925033">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>322</td>
|
||||
<td>2025-12-20 01:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20356718669">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>321</td>
|
||||
<td>2025-12-19 01:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20322731146">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>320</td>
|
||||
<td>2025-12-18 01:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20288357476">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>319</td>
|
||||
<td>2025-12-17 01:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20253306654">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>318</td>
|
||||
<td>2025-12-16 01:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20217571362">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>317</td>
|
||||
<td>2025-12-15 01:27</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20200829326">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>316</td>
|
||||
<td>2025-12-14 01:39</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20184532330">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>315</td>
|
||||
<td>2025-12-13 01:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20153110298">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>314</td>
|
||||
<td>2025-12-12 01:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/20118848390">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>313</td>
|
||||
<td>2025-12-11 01:25</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-gittisane.md
Normal file
42
repositories/go-gittisane.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-gittisane
|
||||
|
||||
A soft-fork of gitea with support for running as an I2P service. Just the mod and the CI files.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20386925033) | main | ❌ Failure | 322 | 2025-12-20 01:21 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20356718669) | main | ❌ Failure | 321 | 2025-12-19 01:25 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20322731146) | main | ❌ Failure | 320 | 2025-12-18 01:22 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20288357476) | main | ❌ Failure | 319 | 2025-12-17 01:21 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20253306654) | main | ❌ Failure | 318 | 2025-12-16 01:26 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20217571362) | main | ❌ Failure | 317 | 2025-12-15 01:27 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20200829326) | main | ❌ Failure | 316 | 2025-12-14 01:39 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20184532330) | main | ❌ Failure | 315 | 2025-12-13 01:20 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20153110298) | main | ❌ Failure | 314 | 2025-12-12 01:25 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/20118848390) | main | ❌ Failure | 313 | 2025-12-11 01:25 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-html-metadata.html
Normal file
62
repositories/go-html-metadata.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-html-metadata</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-html-metadata</h1>
|
||||
|
||||
<p>Grabs the meta tags from an HTML file.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-html-metadata.md
Normal file
30
repositories/go-html-metadata.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-html-metadata
|
||||
|
||||
Grabs the meta tags from an HTML file.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
82
repositories/go-i2cp.html
Normal file
82
repositories/go-i2cp.html
Normal 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-i2cp</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-i2cp</h1>
|
||||
|
||||
<p>An implementation of the I2P Client protocol in Go. WIP, contributions welcome</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-i2cp/actions/runs/20221268127">Graph Update: go_modules in /., /examples/encrypted-leaseset #1182224080</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1</td>
|
||||
<td>2025-12-15 05:13</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
33
repositories/go-i2cp.md
Normal file
33
repositories/go-i2cp.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Repository: go-i2cp
|
||||
|
||||
An implementation of the I2P Client protocol in Go. WIP, contributions welcome
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [Graph Update: go_modules in /., /examples/encrypted-leaseset #1182224080](https://github.com/go-i2p/go-i2cp/actions/runs/20221268127) | master | ✅ Success | 1 | 2025-12-15 05:13 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
87
repositories/go-i2p-bt.html
Normal file
87
repositories/go-i2p-bt.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2p-bt</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-i2p-bt</h1>
|
||||
|
||||
<p>Bittorrent library for use with I2P from Go. Orignally forked from xgfone/bt, now maintained as a separate module.</p>
|
||||
|
||||
<h2>Open Pull Requests</h2>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Title</th>
|
||||
<th>Author</th>
|
||||
<th>Updated</th>
|
||||
<th>Labels</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p-bt/pull/2">PEX support & adjust file output</a></td>
|
||||
<td><a href="https://github.com/hkh4n">hkh4n</a></td>
|
||||
<td>2024-12-08</td>
|
||||
<td><em>none</em></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p-bt/pull/1">added Makefile + test</a></td>
|
||||
<td><a href="https://github.com/hkh4n">hkh4n</a></td>
|
||||
<td>2024-11-25</td>
|
||||
<td><em>none</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
34
repositories/go-i2p-bt.md
Normal file
34
repositories/go-i2p-bt.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Repository: go-i2p-bt
|
||||
|
||||
Bittorrent library for use with I2P from Go. Orignally forked from xgfone/bt, now maintained as a separate module.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
| Title | Author | Updated | Labels |
|
||||
|-------|--------|---------|--------|
|
||||
| [PEX support & adjust file output](https://github.com/go-i2p/go-i2p-bt/pull/2) | [hkh4n](https://github.com/hkh4n) | 2024-12-08 | *none* |
|
||||
| [added Makefile + test](https://github.com/go-i2p/go-i2p-bt/pull/1) | [hkh4n](https://github.com/hkh4n) | 2024-11-25 | *none* |
|
||||
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-i2p-modproxy.html
Normal file
62
repositories/go-i2p-modproxy.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2p-modproxy</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-i2p-modproxy</h1>
|
||||
|
||||
<p>Very simple Go modules proxy with support for working in anonymous networks</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-i2p-modproxy.md
Normal file
30
repositories/go-i2p-modproxy.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-i2p-modproxy
|
||||
|
||||
Very simple Go modules proxy with support for working in anonymous networks
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-i2p-smtp.html
Normal file
62
repositories/go-i2p-smtp.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2p-smtp</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-i2p-smtp</h1>
|
||||
|
||||
<p>No description provided.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-i2p-smtp.md
Normal file
30
repositories/go-i2p-smtp.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-i2p-smtp
|
||||
|
||||
No description provided.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-i2p-teaui.html
Normal file
62
repositories/go-i2p-teaui.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2p-teaui</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-i2p-teaui</h1>
|
||||
|
||||
<p>I2PControl TUI built with BubbleTea</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-i2p-teaui.md
Normal file
30
repositories/go-i2p-teaui.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-i2p-teaui
|
||||
|
||||
I2PControl TUI built with BubbleTea
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-i2p-testnet.html
Normal file
62
repositories/go-i2p-testnet.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2p-testnet</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-i2p-testnet</h1>
|
||||
|
||||
<p>!WIP! - testnet of the go implementation of i2p: <a href="https://github.com/go-i2p/go-i2p">https://github.com/go-i2p/go-i2p</a></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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-i2p-testnet.md
Normal file
30
repositories/go-i2p-testnet.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-i2p-testnet
|
||||
|
||||
!WIP! - testnet of the go implementation of i2p: https://github.com/go-i2p/go-i2p
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-i2p.github.io.html
Normal file
154
repositories/go-i2p.github.io.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2p.github.io</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-i2p.github.io</h1>
|
||||
|
||||
<p>Github page for go-i2p</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-i2p.github.io/actions/runs/20397054414">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5014</td>
|
||||
<td>2025-12-20 16:30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20397049981">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5010</td>
|
||||
<td>2025-12-20 16:30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20396343761">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5013</td>
|
||||
<td>2025-12-20 15:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20396336383">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5009</td>
|
||||
<td>2025-12-20 15:24</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395669531">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5012</td>
|
||||
<td>2025-12-20 14:24</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395660614">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5008</td>
|
||||
<td>2025-12-20 14:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395102019">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5011</td>
|
||||
<td>2025-12-20 13:31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395097375">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5007</td>
|
||||
<td>2025-12-20 13:31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20394646161">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5010</td>
|
||||
<td>2025-12-20 12:51</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/20394637589">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>5006</td>
|
||||
<td>2025-12-20 12:50</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-i2p.github.io.md
Normal file
42
repositories/go-i2p.github.io.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-i2p.github.io
|
||||
|
||||
Github page for go-i2p
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20397054414) | gh-pages | ✅ Success | 5014 | 2025-12-20 16:30 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20397049981) | main | ✅ Success | 5010 | 2025-12-20 16:30 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20396343761) | gh-pages | ✅ Success | 5013 | 2025-12-20 15:25 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20396336383) | main | ✅ Success | 5009 | 2025-12-20 15:24 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395669531) | gh-pages | ✅ Success | 5012 | 2025-12-20 14:24 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395660614) | main | ✅ Success | 5008 | 2025-12-20 14:23 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395102019) | gh-pages | ✅ Success | 5011 | 2025-12-20 13:31 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20395097375) | main | ✅ Success | 5007 | 2025-12-20 13:31 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20394646161) | gh-pages | ✅ Success | 5010 | 2025-12-20 12:51 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/20394637589) | main | ✅ Success | 5006 | 2025-12-20 12:50 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-i2p.html
Normal file
154
repositories/go-i2p.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2p</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-i2p</h1>
|
||||
|
||||
<p>Go implementation of the I2P Router protocol(WIP)</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-i2p/actions/runs/20397011061">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4964</td>
|
||||
<td>2025-12-20 16:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20397004962">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4968</td>
|
||||
<td>2025-12-20 16:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20396288559">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4963</td>
|
||||
<td>2025-12-20 15:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20396284624">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4967</td>
|
||||
<td>2025-12-20 15:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20395616115">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4962</td>
|
||||
<td>2025-12-20 14:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20395611922">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4966</td>
|
||||
<td>2025-12-20 14:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20395072417">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4961</td>
|
||||
<td>2025-12-20 13:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20395067257">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4965</td>
|
||||
<td>2025-12-20 13:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20394546850">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4960</td>
|
||||
<td>2025-12-20 12:42</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/20394540359">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4964</td>
|
||||
<td>2025-12-20 12:42</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-i2p.md
Normal file
42
repositories/go-i2p.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-i2p
|
||||
|
||||
Go implementation of the I2P Router protocol(WIP)
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/20397011061) | gh-pages | ✅ Success | 4964 | 2025-12-20 16:26 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/20397004962) | main | ✅ Success | 4968 | 2025-12-20 16:26 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/20396288559) | gh-pages | ✅ Success | 4963 | 2025-12-20 15:20 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/20396284624) | main | ✅ Success | 4967 | 2025-12-20 15:20 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/20395616115) | gh-pages | ✅ Success | 4962 | 2025-12-20 14:19 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/20395611922) | main | ✅ Success | 4966 | 2025-12-20 14:19 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/20395072417) | gh-pages | ✅ Success | 4961 | 2025-12-20 13:28 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/20395067257) | main | ✅ Success | 4965 | 2025-12-20 13:28 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/20394546850) | gh-pages | ✅ Success | 4960 | 2025-12-20 12:42 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/20394540359) | main | ✅ Success | 4964 | 2025-12-20 12:42 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-i2pbrowser.html
Normal file
62
repositories/go-i2pbrowser.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2pbrowser</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-i2pbrowser</h1>
|
||||
|
||||
<p>Unpack the i2p.plugins.firefox Firefox profile from Go.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-i2pbrowser.md
Normal file
30
repositories/go-i2pbrowser.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-i2pbrowser
|
||||
|
||||
Unpack the i2p.plugins.firefox Firefox profile from Go.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
82
repositories/go-i2pcontrol.html
Normal file
82
repositories/go-i2pcontrol.html
Normal 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-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
33
repositories/go-i2pcontrol.md
Normal file
33
repositories/go-i2pcontrol.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Repository: go-i2pcontrol
|
||||
|
||||
An easy-to-use library for the i2pcontrol rpc interface.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/go-i2pcontrol/actions/runs/11748746348) | master | ❌ Failure | 1 | 2024-11-08 20:01 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-i2ptunnel-config.html
Normal file
62
repositories/go-i2ptunnel-config.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2ptunnel-config</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-i2ptunnel-config</h1>
|
||||
|
||||
<p>No description provided.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-i2ptunnel-config.md
Normal file
30
repositories/go-i2ptunnel-config.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-i2ptunnel-config
|
||||
|
||||
No description provided.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-i2ptunnel.html
Normal file
62
repositories/go-i2ptunnel.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-i2ptunnel</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-i2ptunnel</h1>
|
||||
|
||||
<p>I2PTunnel for Go. Replaces sam-forwarder.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-i2ptunnel.md
Normal file
30
repositories/go-i2ptunnel.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-i2ptunnel
|
||||
|
||||
I2PTunnel for Go. Replaces sam-forwarder.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-jump-addr.html
Normal file
62
repositories/go-jump-addr.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-jump-addr</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-jump-addr</h1>
|
||||
|
||||
<p>I2P “Jump” Server library and server.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-jump-addr.md
Normal file
30
repositories/go-jump-addr.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-jump-addr
|
||||
|
||||
I2P "Jump" Server library and server.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-limit.html
Normal file
62
repositories/go-limit.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-limit</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-limit</h1>
|
||||
|
||||
<p>No description provided.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-limit.md
Normal file
30
repositories/go-limit.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-limit
|
||||
|
||||
No description provided.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
98
repositories/go-meta-dialer.html
Normal file
98
repositories/go-meta-dialer.html
Normal file
@@ -0,0 +1,98 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-meta-dialer</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-meta-dialer</h1>
|
||||
|
||||
<p>A dialer which will reach clearnet, onion, and I2P sites, and an HTTP Client which has specific TLS behavior for Onion and I2P domains.</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-meta-dialer/actions/runs/15264631976">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3</td>
|
||||
<td>2025-05-27 01:24</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-meta-dialer/actions/runs/14768616231">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>2</td>
|
||||
<td>2025-05-01 02:43</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-meta-dialer/actions/runs/14768277487">pages build and deployment</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1</td>
|
||||
<td>2025-05-01 02:12</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
35
repositories/go-meta-dialer.md
Normal file
35
repositories/go-meta-dialer.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Repository: go-meta-dialer
|
||||
|
||||
A dialer which will reach clearnet, onion, and I2P sites, and an HTTP Client which has specific TLS behavior for Onion and I2P domains.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-meta-dialer/actions/runs/15264631976) | main | ✅ Success | 3 | 2025-05-27 01:24 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-meta-dialer/actions/runs/14768616231) | main | ✅ Success | 2 | 2025-05-01 02:43 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-meta-dialer/actions/runs/14768277487) | main | ✅ Success | 1 | 2025-05-01 02:12 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-meta-listener.html
Normal file
62
repositories/go-meta-listener.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-meta-listener</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-meta-listener</h1>
|
||||
|
||||
<p>A “Proxy Listener” that listens and responds on multiple addresses at the same time.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-meta-listener.md
Normal file
30
repositories/go-meta-listener.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-meta-listener
|
||||
|
||||
A "Proxy Listener" that listens and responds on multiple addresses at the same time.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-nat-listener.html
Normal file
62
repositories/go-nat-listener.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-nat-listener</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-nat-listener</h1>
|
||||
|
||||
<p>Hole-punching/NAT Traversing library that exposes a “Listener” and “PacketListener” interface designed for wrapping/nesting</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-nat-listener.md
Normal file
30
repositories/go-nat-listener.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-nat-listener
|
||||
|
||||
Hole-punching/NAT Traversing library that exposes a "Listener" and "PacketListener" interface designed for wrapping/nesting
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
172
repositories/go-noise.html
Normal file
172
repositories/go-noise.html
Normal file
@@ -0,0 +1,172 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-noise</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-noise</h1>
|
||||
|
||||
<p>Noise protocol framwork library based on flynn/noise</p>
|
||||
|
||||
<h2>Open Pull Requests</h2>
|
||||
|
||||
<p><em>No open pull requests</em></p>
|
||||
|
||||
<h2>Open Issues</h2>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Title</th>
|
||||
<th>Author</th>
|
||||
<th>Updated</th>
|
||||
<th>Labels</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/issues/1">Test coverage is a little lower than I’d like…</a></td>
|
||||
<td><a href="https://github.com/eyedeekay">eyedeekay</a></td>
|
||||
<td>2025-07-29</td>
|
||||
<td><em>none</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<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-noise/actions/runs/20397024890">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3204</td>
|
||||
<td>2025-12-20 16:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20397020421">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>trunk</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3203</td>
|
||||
<td>2025-12-20 16:27</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20396313380">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3203</td>
|
||||
<td>2025-12-20 15:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20396306663">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>trunk</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3202</td>
|
||||
<td>2025-12-20 15:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20395636774">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3202</td>
|
||||
<td>2025-12-20 14:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20395630484">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>trunk</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3201</td>
|
||||
<td>2025-12-20 14:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20395087729">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3201</td>
|
||||
<td>2025-12-20 13:30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20395080560">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>trunk</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3200</td>
|
||||
<td>2025-12-20 13:29</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20394585563">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3200</td>
|
||||
<td>2025-12-20 12:46</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-noise/actions/runs/20394580440">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>trunk</td>
|
||||
<td>✅ Success</td>
|
||||
<td>3199</td>
|
||||
<td>2025-12-20 12:45</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
45
repositories/go-noise.md
Normal file
45
repositories/go-noise.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Repository: go-noise
|
||||
|
||||
Noise protocol framwork library based on flynn/noise
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
| Title | Author | Updated | Labels |
|
||||
|-------|--------|---------|--------|
|
||||
| [Test coverage is a little lower than I'd like...](https://github.com/go-i2p/go-noise/issues/1) | [eyedeekay](https://github.com/eyedeekay) | 2025-07-29 | *none* |
|
||||
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-noise/actions/runs/20397024890) | gh-pages | ✅ Success | 3204 | 2025-12-20 16:28 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-noise/actions/runs/20397020421) | trunk | ✅ Success | 3203 | 2025-12-20 16:27 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-noise/actions/runs/20396313380) | gh-pages | ✅ Success | 3203 | 2025-12-20 15:22 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-noise/actions/runs/20396306663) | trunk | ✅ Success | 3202 | 2025-12-20 15:22 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-noise/actions/runs/20395636774) | gh-pages | ✅ Success | 3202 | 2025-12-20 14:21 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-noise/actions/runs/20395630484) | trunk | ✅ Success | 3201 | 2025-12-20 14:20 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-noise/actions/runs/20395087729) | gh-pages | ✅ Success | 3201 | 2025-12-20 13:30 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-noise/actions/runs/20395080560) | trunk | ✅ Success | 3200 | 2025-12-20 13:29 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-noise/actions/runs/20394585563) | gh-pages | ✅ Success | 3200 | 2025-12-20 12:46 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-noise/actions/runs/20394580440) | trunk | ✅ Success | 3199 | 2025-12-20 12:45 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-outproxy.html
Normal file
62
repositories/go-outproxy.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-outproxy</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-outproxy</h1>
|
||||
|
||||
<p>HTTP and SOCKS5 outproxies in Go</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-outproxy.md
Normal file
30
repositories/go-outproxy.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-outproxy
|
||||
|
||||
HTTP and SOCKS5 outproxies in Go
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-pkginstall.html
Normal file
154
repositories/go-pkginstall.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-pkginstall</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-pkginstall</h1>
|
||||
|
||||
<p>Checkinstall alternative with enhanced isolation from the base system and less footguns</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-pkginstall/actions/runs/20396994509">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4749</td>
|
||||
<td>2025-12-20 16:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20396990125">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4754</td>
|
||||
<td>2025-12-20 16:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20396279409">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4748</td>
|
||||
<td>2025-12-20 15:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20396276328">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4753</td>
|
||||
<td>2025-12-20 15:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20395611452">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4747</td>
|
||||
<td>2025-12-20 14:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20395607463">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4752</td>
|
||||
<td>2025-12-20 14:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20395060012">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4746</td>
|
||||
<td>2025-12-20 13:27</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20395056139">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4751</td>
|
||||
<td>2025-12-20 13:27</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20394522822">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4745</td>
|
||||
<td>2025-12-20 12:40</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/20394518582">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4750</td>
|
||||
<td>2025-12-20 12:40</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-pkginstall.md
Normal file
42
repositories/go-pkginstall.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-pkginstall
|
||||
|
||||
Checkinstall alternative with enhanced isolation from the base system and less footguns
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/20396994509) | gh-pages | ✅ Success | 4749 | 2025-12-20 16:25 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/20396990125) | main | ✅ Success | 4754 | 2025-12-20 16:25 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/20396279409) | gh-pages | ✅ Success | 4748 | 2025-12-20 15:19 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/20396276328) | main | ✅ Success | 4753 | 2025-12-20 15:19 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/20395611452) | gh-pages | ✅ Success | 4747 | 2025-12-20 14:19 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/20395607463) | main | ✅ Success | 4752 | 2025-12-20 14:18 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/20395060012) | gh-pages | ✅ Success | 4746 | 2025-12-20 13:27 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/20395056139) | main | ✅ Success | 4751 | 2025-12-20 13:27 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/20394522822) | gh-pages | ✅ Success | 4745 | 2025-12-20 12:40 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/20394518582) | main | ✅ Success | 4750 | 2025-12-20 12:40 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-rst.html
Normal file
62
repositories/go-rst.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-rst</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-rst</h1>
|
||||
|
||||
<p>A Go library for parsing and rendering reStructuredText (RST) documents with translation support. Supports only a subset of restructuredText for now, but relatively easy to expand compared to other attempts. It is mostly unrelated to previous attempts to parse restructuredText in Go.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-rst.md
Normal file
30
repositories/go-rst.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-rst
|
||||
|
||||
A Go library for parsing and rendering reStructuredText (RST) documents with translation support. Supports only a subset of restructuredText for now, but relatively easy to expand compared to other attempts. It is mostly unrelated to previous attempts to parse restructuredText in Go.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-sam-bridge.html
Normal file
62
repositories/go-sam-bridge.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-sam-bridge</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-sam-bridge</h1>
|
||||
|
||||
<p>Go implementation of a SAMv3.3 API using go-i2p/go-i2cp to talk to I2P.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-sam-bridge.md
Normal file
30
repositories/go-sam-bridge.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-sam-bridge
|
||||
|
||||
Go implementation of a SAMv3.3 API using go-i2p/go-i2cp to talk to I2P.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/go-sam-go.html
Normal file
154
repositories/go-sam-go.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-sam-go</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-sam-go</h1>
|
||||
|
||||
<p>Yet another Go SAMv3 Library. Basically a refactored version of go-i2p/sam3, which will be used to replace sam3.</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-sam-go/actions/runs/20396884609">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4612</td>
|
||||
<td>2025-12-20 16:15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20396192446">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4611</td>
|
||||
<td>2025-12-20 15:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20395527559">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4610</td>
|
||||
<td>2025-12-20 14:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20394989944">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4609</td>
|
||||
<td>2025-12-20 13:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20394342972">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4608</td>
|
||||
<td>2025-12-20 12:24</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20393519762">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4607</td>
|
||||
<td>2025-12-20 11:10</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20392903328">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4606</td>
|
||||
<td>2025-12-20 10:13</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20392263627">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4605</td>
|
||||
<td>2025-12-20 09:13</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20391653972">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4604</td>
|
||||
<td>2025-12-20 08:16</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/20390959909">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>4603</td>
|
||||
<td>2025-12-20 07:11</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/go-sam-go.md
Normal file
42
repositories/go-sam-go.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: go-sam-go
|
||||
|
||||
Yet another Go SAMv3 Library. Basically a refactored version of go-i2p/sam3, which will be used to replace sam3.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20396884609) | main | ✅ Success | 4612 | 2025-12-20 16:15 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20396192446) | main | ✅ Success | 4611 | 2025-12-20 15:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20395527559) | main | ✅ Success | 4610 | 2025-12-20 14:11 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20394989944) | main | ✅ Success | 4609 | 2025-12-20 13:21 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20394342972) | main | ✅ Success | 4608 | 2025-12-20 12:24 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20393519762) | main | ✅ Success | 4607 | 2025-12-20 11:10 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20392903328) | main | ✅ Success | 4606 | 2025-12-20 10:13 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20392263627) | main | ✅ Success | 4605 | 2025-12-20 09:13 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20391653972) | main | ✅ Success | 4604 | 2025-12-20 08:16 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/20390959909) | main | ✅ Success | 4603 | 2025-12-20 07:11 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-select-cache.html
Normal file
62
repositories/go-select-cache.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-select-cache</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-select-cache</h1>
|
||||
|
||||
<p>Selective in-memory caching HTTP middleware for Go with easy defaults</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-select-cache.md
Normal file
30
repositories/go-select-cache.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-select-cache
|
||||
|
||||
Selective in-memory caching HTTP middleware for Go with easy defaults
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-streaming.html
Normal file
62
repositories/go-streaming.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-streaming</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-streaming</h1>
|
||||
|
||||
<p>I2P streaming library in Go using go-i2cp and soypat/seqs</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-streaming.md
Normal file
30
repositories/go-streaming.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-streaming
|
||||
|
||||
I2P streaming library in Go using go-i2cp and soypat/seqs
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/go-webrtc-net.html
Normal file
62
repositories/go-webrtc-net.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>go-webrtc-net</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-webrtc-net</h1>
|
||||
|
||||
<p>WebRTC wrappers for <code>net.Conn</code>, <code>net.Listener</code>, and <code>net.PacketConn</code> that accept nested listeners, for WebTorrent-over-I2P in go-i2p-bt but useful in other places.</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/go-webrtc-net.md
Normal file
30
repositories/go-webrtc-net.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: go-webrtc-net
|
||||
|
||||
WebRTC wrappers for `net.Conn`, `net.Listener`, and `net.PacketConn` that accept nested listeners, for WebTorrent-over-I2P in go-i2p-bt but useful in other places.
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
154
repositories/goSam.html
Normal file
154
repositories/goSam.html
Normal file
@@ -0,0 +1,154 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>goSam</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: goSam</h1>
|
||||
|
||||
<p>A go library for using the I2P Simple Anonymous Messaging (SAM version 3.2) bridge</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/goSam/actions/runs/14960260547">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>12</td>
|
||||
<td>2025-05-11 22:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/14960074741">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>client-refactor</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>11</td>
|
||||
<td>2025-05-11 21:59</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/14919106630">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>client-refactor</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>10</td>
|
||||
<td>2025-05-09 00:58</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/14918983453">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>client-refactor</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>9</td>
|
||||
<td>2025-05-09 00:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/14918935330">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>client-refactor</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>8</td>
|
||||
<td>2025-05-09 00:43</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/11873345677">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>7</td>
|
||||
<td>2024-11-16 21:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/11873339986">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>6</td>
|
||||
<td>2024-11-16 21:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/11840547128">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>5</td>
|
||||
<td>2024-11-14 15:40</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/11840514137">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>4</td>
|
||||
<td>2024-11-14 15:38</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/goSam/actions/runs/11824582631">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>3</td>
|
||||
<td>2024-11-13 19:39</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
repositories/goSam.md
Normal file
42
repositories/goSam.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Repository: goSam
|
||||
|
||||
A go library for using the I2P Simple Anonymous Messaging (SAM version 3.2) bridge
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
| Workflow | Branch | Status | Run # | Created |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/14960260547) | master | ❌ Failure | 12 | 2025-05-11 22:22 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/14960074741) | client-refactor | ❌ Failure | 11 | 2025-05-11 21:59 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/14919106630) | client-refactor | ❌ Failure | 10 | 2025-05-09 00:58 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/14918983453) | client-refactor | ❌ Failure | 9 | 2025-05-09 00:47 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/14918935330) | client-refactor | ❌ Failure | 8 | 2025-05-09 00:43 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/11873345677) | master | ❌ Failure | 7 | 2024-11-16 21:23 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/11873339986) | master | ❌ Failure | 6 | 2024-11-16 21:22 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/11840547128) | master | ❌ Failure | 5 | 2024-11-14 15:40 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/11840514137) | master | ❌ Failure | 4 | 2024-11-14 15:38 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/goSam/actions/runs/11824582631) | master | ❌ Failure | 3 | 2024-11-13 19:39 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
62
repositories/gojava.html
Normal file
62
repositories/gojava.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>gojava</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: gojava</h1>
|
||||
|
||||
<p>GoJava - Java bindings for Go packages</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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-12-20 17:08:17</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
30
repositories/gojava.md
Normal file
30
repositories/gojava.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Repository: gojava
|
||||
|
||||
GoJava - Java bindings for Go packages
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-12-20 17:08:17*
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user