mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-06-30 11:51:26 -04: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 June 30, 2025.
|
||||
|
||||
- Total repositories: 49
|
||||
- Total open pull requests: 4
|
||||
- Total open issues: 1
|
||||
- Total recent discussions: 1
|
||||
|
||||
To view the dashboard, open `index.html` in your browser.
|
4915
index.html
Normal file
4915
index.html
Normal file
File diff suppressed because it is too large
Load Diff
80
repositories/.github.html
Normal file
80
repositories/.github.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>.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>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Title</th>
|
||||
<th>Started By</th>
|
||||
<th>Last Activity</th>
|
||||
<th>Category</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/orgs/go-i2p/discussions/3">Embedding Strategies for the Meantime</a></td>
|
||||
<td>[eyedeekay]()</td>
|
||||
<td>2025-06-23</td>
|
||||
<td>Discussion</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Recent Workflow Runs</h2>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
33
repositories/.github.md
Normal file
33
repositories/.github.md
Normal file
@ -0,0 +1,33 @@
|
||||
# Repository: .github
|
||||
|
||||
go-i2p user orientation for github consumers
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
| Title | Started By | Last Activity | Category |
|
||||
|-------|------------|---------------|----------|
|
||||
| [Embedding Strategies for the Meantime](https://github.com/orgs/go-i2p/discussions/3) | [eyedeekay]() | 2025-06-23 | Discussion |
|
||||
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
62
repositories/checki2cp.html
Normal file
62
repositories/checki2cp.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>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>
|
||||
|
||||
<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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/checki2cp.md
Normal file
30
repositories/checki2cp.md
Normal file
@ -0,0 +1,30 @@
|
||||
# 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
|
||||
|
||||
|
||||
*No open pull requests*
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
*No open issues*
|
||||
|
||||
|
||||
## Recent Discussions
|
||||
|
||||
|
||||
*No recent discussions*
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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/15975576767">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1231</td>
|
||||
<td>2025-06-30 14:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15975569913">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1237</td>
|
||||
<td>2025-06-30 14:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15974428636">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1230</td>
|
||||
<td>2025-06-30 13:35</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15974422941">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1236</td>
|
||||
<td>2025-06-30 13:35</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15973364850">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1229</td>
|
||||
<td>2025-06-30 12:49</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15973356808">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1235</td>
|
||||
<td>2025-06-30 12:49</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15971496985">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1228</td>
|
||||
<td>2025-06-30 11:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15971492181">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1234</td>
|
||||
<td>2025-06-30 11:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15970403247">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1227</td>
|
||||
<td>2025-06-30 10:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15970398364">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1233</td>
|
||||
<td>2025-06-30 10:25</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15975576767) | gh-pages | ✅ Success | 1231 | 2025-06-30 14:23 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15975569913) | main | ✅ Success | 1237 | 2025-06-30 14:22 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15974428636) | gh-pages | ✅ Success | 1230 | 2025-06-30 13:35 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15974422941) | main | ✅ Success | 1236 | 2025-06-30 13:35 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15973364850) | gh-pages | ✅ Success | 1229 | 2025-06-30 12:49 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15973356808) | main | ✅ Success | 1235 | 2025-06-30 12:49 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15971496985) | gh-pages | ✅ Success | 1228 | 2025-06-30 11:19 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15971492181) | main | ✅ Success | 1234 | 2025-06-30 11:19 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15970403247) | gh-pages | ✅ Success | 1227 | 2025-06-30 10:26 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15970398364) | main | ✅ Success | 1233 | 2025-06-30 10:25 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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/15976724776">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>🔄 In Progress</td>
|
||||
<td>1286</td>
|
||||
<td>2025-06-30 15:10</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15975279410">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1285</td>
|
||||
<td>2025-06-30 14:10</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15975267849">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1285</td>
|
||||
<td>2025-06-30 14:10</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15974221312">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1284</td>
|
||||
<td>2025-06-30 13:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15974213741">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1284</td>
|
||||
<td>2025-06-30 13:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15972704847">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1283</td>
|
||||
<td>2025-06-30 12:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15972698719">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1283</td>
|
||||
<td>2025-06-30 12:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15971288970">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1282</td>
|
||||
<td>2025-06-30 11:09</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15971282726">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1282</td>
|
||||
<td>2025-06-30 11:09</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15970108582">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1281</td>
|
||||
<td>2025-06-30 10:11</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15976724776) | main | 🔄 In Progress | 1286 | 2025-06-30 15:10 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15975279410) | gh-pages | ✅ Success | 1285 | 2025-06-30 14:10 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15975267849) | main | ✅ Success | 1285 | 2025-06-30 14:10 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15974221312) | gh-pages | ✅ Success | 1284 | 2025-06-30 13:26 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15974213741) | main | ✅ Success | 1284 | 2025-06-30 13:26 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15972704847) | gh-pages | ✅ Success | 1283 | 2025-06-30 12:19 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15972698719) | main | ✅ Success | 1283 | 2025-06-30 12:18 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15971288970) | gh-pages | ✅ Success | 1282 | 2025-06-30 11:09 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15971282726) | main | ✅ Success | 1282 | 2025-06-30 11:09 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15970108582) | gh-pages | ✅ Success | 1281 | 2025-06-30 10:11 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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/15975439579">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1141</td>
|
||||
<td>2025-06-30 14:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15975344873">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1134</td>
|
||||
<td>2025-06-30 14:13</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15975338349">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1137</td>
|
||||
<td>2025-06-30 14:13</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15974330133">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1140</td>
|
||||
<td>2025-06-30 13:31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15974265909">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1133</td>
|
||||
<td>2025-06-30 13:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15974257263">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1136</td>
|
||||
<td>2025-06-30 13:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15973083672">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1139</td>
|
||||
<td>2025-06-30 12:36</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15972862950">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1132</td>
|
||||
<td>2025-06-30 12:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15972856983">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1135</td>
|
||||
<td>2025-06-30 12:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15971411300">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1138</td>
|
||||
<td>2025-06-30 11:15</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15975439579) | main | ✅ Success | 1141 | 2025-06-30 14:17 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/15975344873) | gh-pages | ✅ Success | 1134 | 2025-06-30 14:13 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/15975338349) | main | ✅ Success | 1137 | 2025-06-30 14:13 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/15974330133) | main | ✅ Success | 1140 | 2025-06-30 13:31 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/15974265909) | gh-pages | ✅ Success | 1133 | 2025-06-30 13:28 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/15974257263) | main | ✅ Success | 1136 | 2025-06-30 13:28 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/15973083672) | main | ✅ Success | 1139 | 2025-06-30 12:36 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/15972862950) | gh-pages | ✅ Success | 1132 | 2025-06-30 12:26 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/15972856983) | main | ✅ Success | 1135 | 2025-06-30 12:26 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/15971411300) | main | ✅ Success | 1138 | 2025-06-30 11:15 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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/15962198225">Modded Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>105</td>
|
||||
<td>2025-06-30 02:06</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15962078389">Forgejo Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>105</td>
|
||||
<td>2025-06-30 01:56</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961511089">Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>42</td>
|
||||
<td>2025-06-30 01:08</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961355448">Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>42</td>
|
||||
<td>2025-06-30 00:54</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961328167">Modded Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>145</td>
|
||||
<td>2025-06-30 00:52</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961307383">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>177</td>
|
||||
<td>2025-06-30 00:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15950496187">Modded Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>104</td>
|
||||
<td>2025-06-29 02:13</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15950404233">Forgejo Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>104</td>
|
||||
<td>2025-06-29 02:01</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15950023881">Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>41</td>
|
||||
<td>2025-06-29 01:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15949910505">Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>41</td>
|
||||
<td>2025-06-29 00:56</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15962198225) | main | ✅ Success | 105 | 2025-06-30 02:06 |
|
||||
| [Forgejo Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15962078389) | main | ✅ Success | 105 | 2025-06-30 01:56 |
|
||||
| [Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961511089) | main | ✅ Success | 42 | 2025-06-30 01:08 |
|
||||
| [Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961355448) | main | ✅ Success | 42 | 2025-06-30 00:54 |
|
||||
| [Modded Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961328167) | main | ✅ Success | 145 | 2025-06-30 00:52 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15961307383) | main | ✅ Success | 177 | 2025-06-30 00:50 |
|
||||
| [Modded Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15950496187) | main | ✅ Success | 104 | 2025-06-29 02:13 |
|
||||
| [Forgejo Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15950404233) | main | ✅ Success | 104 | 2025-06-29 02:01 |
|
||||
| [Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15950023881) | main | ✅ Success | 41 | 2025-06-29 01:11 |
|
||||
| [Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15949910505) | main | ✅ Success | 41 | 2025-06-29 00:56 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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/15961736070">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>148</td>
|
||||
<td>2025-06-30 01:27</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15950243993">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>147</td>
|
||||
<td>2025-06-29 01:40</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15938932389">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>146</td>
|
||||
<td>2025-06-28 01:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15915988035">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>145</td>
|
||||
<td>2025-06-27 01:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15890749817">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>144</td>
|
||||
<td>2025-06-26 01:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15865098678">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>143</td>
|
||||
<td>2025-06-25 01:24</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15838873518">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>142</td>
|
||||
<td>2025-06-24 01:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15813104059">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>141</td>
|
||||
<td>2025-06-23 01:27</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15801644049">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>140</td>
|
||||
<td>2025-06-22 01:38</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15790599336">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>139</td>
|
||||
<td>2025-06-21 01:21</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15961736070) | main | ✅ Success | 148 | 2025-06-30 01:27 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15950243993) | main | ✅ Success | 147 | 2025-06-29 01:40 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15938932389) | main | ✅ Success | 146 | 2025-06-28 01:21 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15915988035) | main | ✅ Success | 145 | 2025-06-27 01:23 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15890749817) | main | ✅ Success | 144 | 2025-06-26 01:23 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15865098678) | main | ✅ Success | 143 | 2025-06-25 01:24 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15838873518) | main | ✅ Success | 142 | 2025-06-24 01:23 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15813104059) | main | ✅ Success | 141 | 2025-06-23 01:27 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15801644049) | main | ✅ Success | 140 | 2025-06-22 01:38 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15790599336) | main | ✅ Success | 139 | 2025-06-21 01:21 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
62
repositories/go-i2cp.html
Normal file
62
repositories/go-i2cp.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-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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/go-i2cp.md
Normal file
30
repositories/go-i2cp.md
Normal file
@ -0,0 +1,30 @@
|
||||
# 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
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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/15975646619">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1225</td>
|
||||
<td>2025-06-30 14:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15975635443">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1220</td>
|
||||
<td>2025-06-30 14:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15974477302">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1224</td>
|
||||
<td>2025-06-30 13:37</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15974464131">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1219</td>
|
||||
<td>2025-06-30 13:36</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15973466031">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1223</td>
|
||||
<td>2025-06-30 12:53</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15973452922">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1218</td>
|
||||
<td>2025-06-30 12:53</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15971547479">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1222</td>
|
||||
<td>2025-06-30 11:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15971538057">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1217</td>
|
||||
<td>2025-06-30 11:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15970462240">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1221</td>
|
||||
<td>2025-06-30 10:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15970448930">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1216</td>
|
||||
<td>2025-06-30 10:28</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15975646619) | gh-pages | ✅ Success | 1225 | 2025-06-30 14:26 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15975635443) | main | ✅ Success | 1220 | 2025-06-30 14:25 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15974477302) | gh-pages | ✅ Success | 1224 | 2025-06-30 13:37 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15974464131) | main | ✅ Success | 1219 | 2025-06-30 13:36 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15973466031) | gh-pages | ✅ Success | 1223 | 2025-06-30 12:53 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15973452922) | main | ✅ Success | 1218 | 2025-06-30 12:53 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15971547479) | gh-pages | ✅ Success | 1222 | 2025-06-30 11:22 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15971538057) | main | ✅ Success | 1217 | 2025-06-30 11:21 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15970462240) | gh-pages | ✅ Success | 1221 | 2025-06-30 10:28 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15970448930) | main | ✅ Success | 1216 | 2025-06-30 10:28 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
197
repositories/go-i2p.html
Normal file
197
repositories/go-i2p.html
Normal file
@ -0,0 +1,197 @@
|
||||
<!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>
|
||||
|
||||
<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/pull/40">Add GarlicCloveDeliveryInstructions</a></td>
|
||||
<td><a href="https://github.com/satk0">satk0</a></td>
|
||||
<td>2025-06-15</td>
|
||||
<td><em>none</em></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/pull/32">Crude LS2 primitives</a></td>
|
||||
<td><a href="https://github.com/hkh4n">hkh4n</a></td>
|
||||
<td>2024-12-06</td>
|
||||
<td><em>none</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<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-i2p/issues/36">Cut “Clients” out of README.md checklist</a></td>
|
||||
<td><a href="https://github.com/eyedeekay">eyedeekay</a></td>
|
||||
<td>2025-02-09</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-i2p/actions/runs/15975536082">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1108</td>
|
||||
<td>2025-06-30 14:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15975529144">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1111</td>
|
||||
<td>2025-06-30 14:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15974407057">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1107</td>
|
||||
<td>2025-06-30 13:34</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15974393223">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1110</td>
|
||||
<td>2025-06-30 13:33</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15973272506">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1106</td>
|
||||
<td>2025-06-30 12:45</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15973265143">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1109</td>
|
||||
<td>2025-06-30 12:44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15971476767">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1105</td>
|
||||
<td>2025-06-30 11:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15971470658">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1108</td>
|
||||
<td>2025-06-30 11:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15970370647">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1104</td>
|
||||
<td>2025-06-30 10:24</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15970364963">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>1107</td>
|
||||
<td>2025-06-30 10:24</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
49
repositories/go-i2p.md
Normal file
49
repositories/go-i2p.md
Normal file
@ -0,0 +1,49 @@
|
||||
# Repository: go-i2p
|
||||
|
||||
Go implementation of the I2P Router protocol(WIP)
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
| Title | Author | Updated | Labels |
|
||||
|-------|--------|---------|--------|
|
||||
| [Add GarlicCloveDeliveryInstructions](https://github.com/go-i2p/go-i2p/pull/40) | [satk0](https://github.com/satk0) | 2025-06-15 | *none* |
|
||||
| [Crude LS2 primitives](https://github.com/go-i2p/go-i2p/pull/32) | [hkh4n](https://github.com/hkh4n) | 2024-12-06 | *none* |
|
||||
|
||||
|
||||
|
||||
## Open Issues
|
||||
|
||||
|
||||
| Title | Author | Updated | Labels |
|
||||
|-------|--------|---------|--------|
|
||||
| [Cut "Clients" out of README.md checklist](https://github.com/go-i2p/go-i2p/issues/36) | [eyedeekay](https://github.com/eyedeekay) | 2025-02-09 | *none* |
|
||||
|
||||
|
||||
|
||||
## 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/15975536082) | gh-pages | ✅ Success | 1108 | 2025-06-30 14:21 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15975529144) | master | ✅ Success | 1111 | 2025-06-30 14:21 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15974407057) | gh-pages | ✅ Success | 1107 | 2025-06-30 13:34 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15974393223) | master | ✅ Success | 1110 | 2025-06-30 13:33 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15973272506) | gh-pages | ✅ Success | 1106 | 2025-06-30 12:45 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15973265143) | master | ✅ Success | 1109 | 2025-06-30 12:44 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15971476767) | gh-pages | ✅ Success | 1105 | 2025-06-30 11:18 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15971470658) | master | ✅ Success | 1108 | 2025-06-30 11:18 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15970370647) | gh-pages | ✅ Success | 1104 | 2025-06-30 10:24 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15970364963) | master | ✅ Success | 1107 | 2025-06-30 10:24 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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/15975509731">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>924</td>
|
||||
<td>2025-06-30 14:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15975503445">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>925</td>
|
||||
<td>2025-06-30 14:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15974381758">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>923</td>
|
||||
<td>2025-06-30 13:33</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15974376470">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>924</td>
|
||||
<td>2025-06-30 13:33</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15973208929">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>922</td>
|
||||
<td>2025-06-30 12:42</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15973201938">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>923</td>
|
||||
<td>2025-06-30 12:42</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15971462527">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>921</td>
|
||||
<td>2025-06-30 11:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15971455271">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>922</td>
|
||||
<td>2025-06-30 11:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15970342237">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>920</td>
|
||||
<td>2025-06-30 10:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15970334606">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>921</td>
|
||||
<td>2025-06-30 10:22</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15975509731) | gh-pages | ✅ Success | 924 | 2025-06-30 14:20 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15975503445) | main | ✅ Success | 925 | 2025-06-30 14:20 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15974381758) | gh-pages | ✅ Success | 923 | 2025-06-30 13:33 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15974376470) | main | ✅ Success | 924 | 2025-06-30 13:33 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15973208929) | gh-pages | ✅ Success | 922 | 2025-06-30 12:42 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15973201938) | main | ✅ Success | 923 | 2025-06-30 12:42 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15971462527) | gh-pages | ✅ Success | 921 | 2025-06-30 11:17 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15971455271) | main | ✅ Success | 922 | 2025-06-30 11:17 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15970342237) | gh-pages | ✅ Success | 920 | 2025-06-30 10:23 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15970334606) | main | ✅ Success | 921 | 2025-06-30 10:22 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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/15975332816">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>708</td>
|
||||
<td>2025-06-30 14:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15974255783">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>707</td>
|
||||
<td>2025-06-30 13:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15972847903">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>706</td>
|
||||
<td>2025-06-30 12:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15971336496">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>705</td>
|
||||
<td>2025-06-30 11:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15970164044">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>704</td>
|
||||
<td>2025-06-30 10:14</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15968892992">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>703</td>
|
||||
<td>2025-06-30 09:15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15967644540">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>702</td>
|
||||
<td>2025-06-30 08:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15966382426">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>701</td>
|
||||
<td>2025-06-30 07:14</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15965432176">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>700</td>
|
||||
<td>2025-06-30 06:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15964494089">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>699</td>
|
||||
<td>2025-06-30 05:15</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</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/15975332816) | main | ✅ Success | 708 | 2025-06-30 14:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15974255783) | main | ✅ Success | 707 | 2025-06-30 13:28 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15972847903) | main | ✅ Success | 706 | 2025-06-30 12:25 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15971336496) | main | ✅ Success | 705 | 2025-06-30 11:11 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15970164044) | main | ✅ Success | 704 | 2025-06-30 10:14 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15968892992) | main | ✅ Success | 703 | 2025-06-30 09:15 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15967644540) | main | ✅ Success | 702 | 2025-06-30 08:18 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15966382426) | main | ✅ Success | 701 | 2025-06-30 07:14 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15965432176) | main | ✅ Success | 700 | 2025-06-30 06:20 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15964494089) | main | ✅ Success | 699 | 2025-06-30 05:15 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
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-06-30 15:11:04</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-06-30 15:11:04*
|
62
repositories/gomobile-java.html
Normal file
62
repositories/gomobile-java.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>gomobile-java</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: gomobile-java</h1>
|
||||
|
||||
<p>[mirror] Go on Mobile</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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/gomobile-java.md
Normal file
30
repositories/gomobile-java.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: gomobile-java
|
||||
|
||||
[mirror] Go on Mobile
|
||||
|
||||
## 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-06-30 15:11:04*
|
62
repositories/i2p-android-sam.html
Normal file
62
repositories/i2p-android-sam.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>i2p-android-sam</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: i2p-android-sam</h1>
|
||||
|
||||
<p>I2P for Android Embedding Example - Embed I2P in your applications and provide a SAM API</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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/i2p-android-sam.md
Normal file
30
repositories/i2p-android-sam.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: i2p-android-sam
|
||||
|
||||
I2P for Android Embedding Example - Embed I2P in your applications and provide a SAM API
|
||||
|
||||
## 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-06-30 15:11:04*
|
62
repositories/i2p-samples.html
Normal file
62
repositories/i2p-samples.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>i2p-samples</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: i2p-samples</h1>
|
||||
|
||||
<p>Test files and inert samples of I2P-related data. Plugins, update files, reseeds, leaseSets in byte form, etc.</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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/i2p-samples.md
Normal file
30
repositories/i2p-samples.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: i2p-samples
|
||||
|
||||
Test files and inert samples of I2P-related data. Plugins, update files, reseeds, leaseSets in byte form, etc.
|
||||
|
||||
## 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-06-30 15:11:04*
|
62
repositories/i2pkeys-converter.html
Normal file
62
repositories/i2pkeys-converter.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>i2pkeys-converter</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: i2pkeys-converter</h1>
|
||||
|
||||
<p>A library and command line tool for converting between the keys.dat file used by I2P and the base64 representation used by i2pkeys</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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/i2pkeys-converter.md
Normal file
30
repositories/i2pkeys-converter.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: i2pkeys-converter
|
||||
|
||||
A library and command line tool for converting between the keys.dat file used by I2P and the base64 representation used by i2pkeys
|
||||
|
||||
## 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-06-30 15:11:04*
|
154
repositories/i2pkeys.html
Normal file
154
repositories/i2pkeys.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>i2pkeys</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: i2pkeys</h1>
|
||||
|
||||
<p>Library for I2P key handling, extracted from 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/i2pkeys/actions/runs/15265437174">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>12</td>
|
||||
<td>2025-05-27 02:38</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/15265330202">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>11</td>
|
||||
<td>2025-05-27 02:29</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/15059487093">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>10</td>
|
||||
<td>2025-05-16 02:44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/12225159878">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>9</td>
|
||||
<td>2024-12-08 20:52</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/12091855532">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>8</td>
|
||||
<td>2024-11-30 00:07</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/11963687040">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>7</td>
|
||||
<td>2024-11-21 23:51</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/11873336558">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>6</td>
|
||||
<td>2024-11-16 21:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/11873333628">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>5</td>
|
||||
<td>2024-11-16 21:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/11840497900">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>4</td>
|
||||
<td>2024-11-14 15:37</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/i2pkeys/actions/runs/11840482668">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>3</td>
|
||||
<td>2024-11-14 15:36</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
42
repositories/i2pkeys.md
Normal file
42
repositories/i2pkeys.md
Normal file
@ -0,0 +1,42 @@
|
||||
# Repository: i2pkeys
|
||||
|
||||
Library for I2P key handling, extracted from 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 |
|
||||
|----------|--------|--------|-------|---------|
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/15265437174) | master | ❌ Failure | 12 | 2025-05-27 02:38 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/15265330202) | master | ❌ Failure | 11 | 2025-05-27 02:29 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/15059487093) | master | ❌ Failure | 10 | 2025-05-16 02:44 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/12225159878) | master | ❌ Failure | 9 | 2024-12-08 20:52 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/12091855532) | master | ❌ Failure | 8 | 2024-11-30 00:07 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/11963687040) | master | ❌ Failure | 7 | 2024-11-21 23:51 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/11873336558) | master | ❌ Failure | 6 | 2024-11-16 21:21 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/11873333628) | master | ❌ Failure | 5 | 2024-11-16 21:21 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/11840497900) | master | ❌ Failure | 4 | 2024-11-14 15:37 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/i2pkeys/actions/runs/11840482668) | master | ❌ Failure | 3 | 2024-11-14 15:36 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
62
repositories/logger.html
Normal file
62
repositories/logger.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>logger</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: logger</h1>
|
||||
|
||||
<p>logging tools 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>
|
||||
|
||||
<p><em>No recent workflow runs</em></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/logger.md
Normal file
30
repositories/logger.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: logger
|
||||
|
||||
logging tools for 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-06-30 15:11:04*
|
62
repositories/maintainer-scripts.html
Normal file
62
repositories/maintainer-scripts.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>maintainer-scripts</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: maintainer-scripts</h1>
|
||||
|
||||
<p>Scripts and documents to help with the maintenance of go-i2p and it’s accompanying libraries and tools.</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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/maintainer-scripts.md
Normal file
30
repositories/maintainer-scripts.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: maintainer-scripts
|
||||
|
||||
Scripts and documents to help with the maintenance of go-i2p and it's accompanying libraries and tools.
|
||||
|
||||
## 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-06-30 15:11:04*
|
62
repositories/newsgo.html
Normal file
62
repositories/newsgo.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>newsgo</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: newsgo</h1>
|
||||
|
||||
<p>I2P NewsFeed Builder/Server written in Go. Not in use anywhere yet, but almost everything works perfectly</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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/newsgo.md
Normal file
30
repositories/newsgo.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: newsgo
|
||||
|
||||
I2P NewsFeed Builder/Server written in Go. Not in use anywhere yet, but almost everything works perfectly
|
||||
|
||||
## 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-06-30 15:11:04*
|
154
repositories/onramp.html
Normal file
154
repositories/onramp.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>onramp</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: onramp</h1>
|
||||
|
||||
<p>High-level, easy-to-use listeners and clients for I2P and onion URL’s from Go. Provides only the most widely-used functions in a basic way.</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/onramp/actions/runs/14847148146">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>17</td>
|
||||
<td>2025-05-05 22:02</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/14160788176">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>utililize-go-i2p-logger</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>16</td>
|
||||
<td>2025-03-30 22:58</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/13487216476">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>old-main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>15</td>
|
||||
<td>2025-02-23 21:49</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/13253403047">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>14</td>
|
||||
<td>2025-02-11 00:39</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/13253401182">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>13</td>
|
||||
<td>2025-02-11 00:39</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/13253381090">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>12</td>
|
||||
<td>2025-02-11 00:37</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/11963664062">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>11</td>
|
||||
<td>2024-11-21 23:49</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/11873362521">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>10</td>
|
||||
<td>2024-11-16 21:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/11873361558">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>9</td>
|
||||
<td>2024-11-16 21:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/onramp/actions/runs/11873355667">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>8</td>
|
||||
<td>2024-11-16 21:24</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
42
repositories/onramp.md
Normal file
42
repositories/onramp.md
Normal file
@ -0,0 +1,42 @@
|
||||
# Repository: onramp
|
||||
|
||||
High-level, easy-to-use listeners and clients for I2P and onion URL's from Go. Provides only the most widely-used functions in a basic way.
|
||||
|
||||
## 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/onramp/actions/runs/14847148146) | main | ❌ Failure | 17 | 2025-05-05 22:02 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/14160788176) | utililize-go-i2p-logger | ❌ Failure | 16 | 2025-03-30 22:58 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/13487216476) | old-main | ❌ Failure | 15 | 2025-02-23 21:49 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/13253403047) | main | ❌ Failure | 14 | 2025-02-11 00:39 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/13253401182) | main | ❌ Failure | 13 | 2025-02-11 00:39 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/13253381090) | main | ❌ Failure | 12 | 2025-02-11 00:37 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/11963664062) | main | ❌ Failure | 11 | 2024-11-21 23:49 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/11873362521) | main | ❌ Failure | 10 | 2024-11-16 21:25 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/11873361558) | main | ❌ Failure | 9 | 2024-11-16 21:25 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/onramp/actions/runs/11873355667) | main | ❌ Failure | 8 | 2024-11-16 21:24 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
62
repositories/reseed-tools.html
Normal file
62
repositories/reseed-tools.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>reseed-tools</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: reseed-tools</h1>
|
||||
|
||||
<p>Standalone I2P reseed 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-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
repositories/reseed-tools.md
Normal file
30
repositories/reseed-tools.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Repository: reseed-tools
|
||||
|
||||
Standalone I2P reseed 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-06-30 15:11:04*
|
154
repositories/sam3.html
Normal file
154
repositories/sam3.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>sam3</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: sam3</h1>
|
||||
|
||||
<p>Go library for the I2P SAMv3.3 bridge, used to build anonymous/pseudonymous end-to-end encrypted sockets.</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/sam3/actions/runs/13642059590">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>14</td>
|
||||
<td>2025-03-03 22:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/13642034345">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>13</td>
|
||||
<td>2025-03-03 22:48</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/13254220694">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>12</td>
|
||||
<td>2025-02-11 01:48</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/13254214962">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>11</td>
|
||||
<td>2025-02-11 01:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/13254210140">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>10</td>
|
||||
<td>2025-02-11 01:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/13254209980">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>9</td>
|
||||
<td>2025-02-11 01:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/12224385818">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>8</td>
|
||||
<td>2024-12-08 18:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/11984635718">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>7</td>
|
||||
<td>2024-11-23 05:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/11982629447">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>6</td>
|
||||
<td>2024-11-23 01:05</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/sam3/actions/runs/11981914999">.github/workflows/auto-assign.yml</a></td>
|
||||
<td>master</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>5</td>
|
||||
<td>2024-11-22 23:48</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-30 15:11:04</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
42
repositories/sam3.md
Normal file
42
repositories/sam3.md
Normal file
@ -0,0 +1,42 @@
|
||||
# Repository: sam3
|
||||
|
||||
Go library for the I2P SAMv3.3 bridge, used to build anonymous/pseudonymous end-to-end encrypted sockets.
|
||||
|
||||
## 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/sam3/actions/runs/13642059590) | master | ❌ Failure | 14 | 2025-03-03 22:50 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/13642034345) | master | ❌ Failure | 13 | 2025-03-03 22:48 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/13254220694) | master | ❌ Failure | 12 | 2025-02-11 01:48 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/13254214962) | master | ❌ Failure | 11 | 2025-02-11 01:47 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/13254210140) | master | ❌ Failure | 10 | 2025-02-11 01:47 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/13254209980) | master | ❌ Failure | 9 | 2025-02-11 01:47 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/12224385818) | master | ❌ Failure | 8 | 2024-12-08 18:50 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/11984635718) | master | ❌ Failure | 7 | 2024-11-23 05:47 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/11982629447) | master | ❌ Failure | 6 | 2024-11-23 01:05 |
|
||||
| [.github/workflows/auto-assign.yml](https://github.com/go-i2p/sam3/actions/runs/11981914999) | master | ❌ Failure | 5 | 2024-11-22 23:48 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-30 15:11:04*
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user