mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-06-16 05:44:50 -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 11, 2025.
|
||||
|
||||
- Total repositories: 48
|
||||
- Total open pull requests: 3
|
||||
- Total open issues: 1
|
||||
- Total recent discussions: 1
|
||||
|
||||
To view the dashboard, open `index.html` in your browser.
|
4871
index.html
Normal file
4871
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-11</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-11 07:10:50</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-11 | Discussion |
|
||||
|
||||
|
||||
|
||||
## Recent Workflow Runs
|
||||
|
||||
|
||||
*No recent workflow runs*
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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/15574872719">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>54</td>
|
||||
<td>2025-06-11 02:48</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15549400280">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>53</td>
|
||||
<td>2025-06-10 02:49</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15525716732">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>52</td>
|
||||
<td>2025-06-09 02:53</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15514184697">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>51</td>
|
||||
<td>2025-06-08 02:55</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15503434747">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>50</td>
|
||||
<td>2025-06-07 02:44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15481667260">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>49</td>
|
||||
<td>2025-06-06 02:46</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15457254920">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>48</td>
|
||||
<td>2025-06-05 02:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15432382772">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>47</td>
|
||||
<td>2025-06-04 02:48</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15407344075">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>46</td>
|
||||
<td>2025-06-03 02:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/dendrite-unofficial/actions/runs/15382729964">Build Dendrite Demo Commands</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>45</td>
|
||||
<td>2025-06-02 02:52</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15574872719) | main | ❌ Failure | 54 | 2025-06-11 02:48 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15549400280) | main | ❌ Failure | 53 | 2025-06-10 02:49 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15525716732) | main | ❌ Failure | 52 | 2025-06-09 02:53 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15514184697) | main | ❌ Failure | 51 | 2025-06-08 02:55 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15503434747) | main | ❌ Failure | 50 | 2025-06-07 02:44 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15481667260) | main | ❌ Failure | 49 | 2025-06-06 02:46 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15457254920) | main | ❌ Failure | 48 | 2025-06-05 02:47 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15432382772) | main | ❌ Failure | 47 | 2025-06-04 02:48 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15407344075) | main | ❌ Failure | 46 | 2025-06-03 02:47 |
|
||||
| [Build Dendrite Demo Commands](https://github.com/go-i2p/dendrite-unofficial/actions/runs/15382729964) | main | ❌ Failure | 45 | 2025-06-02 02:52 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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/15577759121">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>805</td>
|
||||
<td>2025-06-11 06:33</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15577752421">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>811</td>
|
||||
<td>2025-06-11 06:33</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15576729189">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>804</td>
|
||||
<td>2025-06-11 05:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15576725913">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>810</td>
|
||||
<td>2025-06-11 05:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15576092067">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>803</td>
|
||||
<td>2025-06-11 04:31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15576086531">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>809</td>
|
||||
<td>2025-06-11 04:31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15575238261">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>802</td>
|
||||
<td>2025-06-11 03:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15575234386">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>808</td>
|
||||
<td>2025-06-11 03:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15574225859">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>801</td>
|
||||
<td>2025-06-11 01:55</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gh-page/actions/runs/15574221410">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>807</td>
|
||||
<td>2025-06-11 01:54</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15577759121) | gh-pages | ✅ Success | 805 | 2025-06-11 06:33 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15577752421) | main | ✅ Success | 811 | 2025-06-11 06:33 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15576729189) | gh-pages | ✅ Success | 804 | 2025-06-11 05:23 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15576725913) | main | ✅ Success | 810 | 2025-06-11 05:22 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15576092067) | gh-pages | ✅ Success | 803 | 2025-06-11 04:31 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15576086531) | main | ✅ Success | 809 | 2025-06-11 04:31 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15575238261) | gh-pages | ✅ Success | 802 | 2025-06-11 03:19 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15575234386) | main | ✅ Success | 808 | 2025-06-11 03:19 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-gh-page/actions/runs/15574225859) | gh-pages | ✅ Success | 801 | 2025-06-11 01:55 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-gh-page/actions/runs/15574221410) | main | ✅ Success | 807 | 2025-06-11 01:54 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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/15578392606">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>🔄 In Progress</td>
|
||||
<td>841</td>
|
||||
<td>2025-06-11 07:10</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15577460185">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>840</td>
|
||||
<td>2025-06-11 06:15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15577453433">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>840</td>
|
||||
<td>2025-06-11 06:14</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15576584193">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>839</td>
|
||||
<td>2025-06-11 05:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15576578879">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>839</td>
|
||||
<td>2025-06-11 05:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15575952976">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>838</td>
|
||||
<td>2025-06-11 04:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15575948102">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>838</td>
|
||||
<td>2025-06-11 04:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15575503166">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>837</td>
|
||||
<td>2025-06-11 03:41</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15575498405">Generate GitHub Dashboard</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>837</td>
|
||||
<td>2025-06-11 03:41</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-dashboard/actions/runs/15574768267">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>836</td>
|
||||
<td>2025-06-11 02:40</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15578392606) | main | 🔄 In Progress | 841 | 2025-06-11 07:10 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15577460185) | gh-pages | ✅ Success | 840 | 2025-06-11 06:15 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15577453433) | main | ✅ Success | 840 | 2025-06-11 06:14 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15576584193) | gh-pages | ✅ Success | 839 | 2025-06-11 05:12 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15576578879) | main | ✅ Success | 839 | 2025-06-11 05:11 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15575952976) | gh-pages | ✅ Success | 838 | 2025-06-11 04:19 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15575948102) | main | ✅ Success | 838 | 2025-06-11 04:19 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15575503166) | gh-pages | ✅ Success | 837 | 2025-06-11 03:41 |
|
||||
| [Generate GitHub Dashboard](https://github.com/go-i2p/go-github-dashboard/actions/runs/15575498405) | main | ✅ Success | 837 | 2025-06-11 03:41 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-dashboard/actions/runs/15574768267) | gh-pages | ✅ Success | 836 | 2025-06-11 02:40 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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/15577629715">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>715</td>
|
||||
<td>2025-06-11 06:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15577525818">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>708</td>
|
||||
<td>2025-06-11 06:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15577521242">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>711</td>
|
||||
<td>2025-06-11 06:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15576662481">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>714</td>
|
||||
<td>2025-06-11 05:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15576616307">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>707</td>
|
||||
<td>2025-06-11 05:14</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15576611891">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>710</td>
|
||||
<td>2025-06-11 05:14</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15576026517">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>713</td>
|
||||
<td>2025-06-11 04:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15575983450">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>706</td>
|
||||
<td>2025-06-11 04:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15575980182">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>709</td>
|
||||
<td>2025-06-11 04:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-github-sync/actions/runs/15575189225">Sync Primary Repository to GitHub Mirror</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>712</td>
|
||||
<td>2025-06-11 03:15</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15577629715) | main | ❌ Failure | 715 | 2025-06-11 06:25 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/15577525818) | gh-pages | ✅ Success | 708 | 2025-06-11 06:19 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/15577521242) | main | ✅ Success | 711 | 2025-06-11 06:19 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/15576662481) | main | ✅ Success | 714 | 2025-06-11 05:18 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/15576616307) | gh-pages | ✅ Success | 707 | 2025-06-11 05:14 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/15576611891) | main | ✅ Success | 710 | 2025-06-11 05:14 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/15576026517) | main | ❌ Failure | 713 | 2025-06-11 04:26 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-github-sync/actions/runs/15575983450) | gh-pages | ✅ Success | 706 | 2025-06-11 04:22 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-github-sync/actions/runs/15575980182) | main | ✅ Success | 709 | 2025-06-11 04:22 |
|
||||
| [Sync Primary Repository to GitHub Mirror](https://github.com/go-i2p/go-github-sync/actions/runs/15575189225) | main | ✅ Success | 712 | 2025-06-11 03:15 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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/15574294951">Modded Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>❌ Failure</td>
|
||||
<td>86</td>
|
||||
<td>2025-06-11 02:00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15574174342">Forgejo Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>86</td>
|
||||
<td>2025-06-11 01:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573606017">Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>23</td>
|
||||
<td>2025-06-11 01:04</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573436131">Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>23</td>
|
||||
<td>2025-06-11 00:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573393570">Modded Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>126</td>
|
||||
<td>2025-06-11 00:47</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573360674">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>158</td>
|
||||
<td>2025-06-11 00:44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15548829901">Modded Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>85</td>
|
||||
<td>2025-06-10 02:01</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15548708950">Forgejo Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>85</td>
|
||||
<td>2025-06-10 01:51</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15548132738">Forgejo Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>22</td>
|
||||
<td>2025-06-10 01:04</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15547953582">Gitea Nightly Build</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>22</td>
|
||||
<td>2025-06-10 00:50</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15574294951) | main | ❌ Failure | 86 | 2025-06-11 02:00 |
|
||||
| [Forgejo Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15574174342) | main | ✅ Success | 86 | 2025-06-11 01:50 |
|
||||
| [Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573606017) | main | ✅ Success | 23 | 2025-06-11 01:04 |
|
||||
| [Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573436131) | main | ✅ Success | 23 | 2025-06-11 00:50 |
|
||||
| [Modded Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573393570) | main | ✅ Success | 126 | 2025-06-11 00:47 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15573360674) | main | ✅ Success | 158 | 2025-06-11 00:44 |
|
||||
| [Modded Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15548829901) | main | ✅ Success | 85 | 2025-06-10 02:01 |
|
||||
| [Forgejo Build Pipeline](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15548708950) | main | ✅ Success | 85 | 2025-06-10 01:51 |
|
||||
| [Forgejo Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15548132738) | main | ✅ Success | 22 | 2025-06-10 01:04 |
|
||||
| [Gitea Nightly Build](https://github.com/go-i2p/go-gitlooseleaf/actions/runs/15547953582) | main | ✅ Success | 22 | 2025-06-10 00:50 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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/15573835328">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>129</td>
|
||||
<td>2025-06-11 01:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15548362991">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>128</td>
|
||||
<td>2025-06-10 01:23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15524733664">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>127</td>
|
||||
<td>2025-06-09 01:26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15513620606">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>126</td>
|
||||
<td>2025-06-08 01:37</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15502736617">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>125</td>
|
||||
<td>2025-06-07 01:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15480691002">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>124</td>
|
||||
<td>2025-06-06 01:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15456210608">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>123</td>
|
||||
<td>2025-06-05 01:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15431347933">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>122</td>
|
||||
<td>2025-06-04 01:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15406342018">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>121</td>
|
||||
<td>2025-06-03 01:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-gittisane/actions/runs/15381757968">Gitea Build Pipeline</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>120</td>
|
||||
<td>2025-06-02 01:24</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15573835328) | main | ✅ Success | 129 | 2025-06-11 01:23 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15548362991) | main | ✅ Success | 128 | 2025-06-10 01:23 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15524733664) | main | ✅ Success | 127 | 2025-06-09 01:26 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15513620606) | main | ✅ Success | 126 | 2025-06-08 01:37 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15502736617) | main | ✅ Success | 125 | 2025-06-07 01:20 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15480691002) | main | ✅ Success | 124 | 2025-06-06 01:21 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15456210608) | main | ✅ Success | 123 | 2025-06-05 01:21 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15431347933) | main | ✅ Success | 122 | 2025-06-04 01:22 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15406342018) | main | ✅ Success | 121 | 2025-06-03 01:22 |
|
||||
| [Gitea Build Pipeline](https://github.com/go-i2p/go-gittisane/actions/runs/15381757968) | main | ✅ Success | 120 | 2025-06-02 01:24 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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/15577811640">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>799</td>
|
||||
<td>2025-06-11 06:37</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15577801940">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>794</td>
|
||||
<td>2025-06-11 06:36</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576763292">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>798</td>
|
||||
<td>2025-06-11 05:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576756057">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>793</td>
|
||||
<td>2025-06-11 05:25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576122820">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>797</td>
|
||||
<td>2025-06-11 04:34</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576115342">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>792</td>
|
||||
<td>2025-06-11 04:33</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15575612396">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>796</td>
|
||||
<td>2025-06-11 03:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15575604620">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>791</td>
|
||||
<td>2025-06-11 03:50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15574343804">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>795</td>
|
||||
<td>2025-06-11 02:04</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p.github.io/actions/runs/15574336893">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>790</td>
|
||||
<td>2025-06-11 02:03</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15577811640) | gh-pages | ✅ Success | 799 | 2025-06-11 06:37 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15577801940) | main | ✅ Success | 794 | 2025-06-11 06:36 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576763292) | gh-pages | ✅ Success | 798 | 2025-06-11 05:25 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576756057) | main | ✅ Success | 793 | 2025-06-11 05:25 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576122820) | gh-pages | ✅ Success | 797 | 2025-06-11 04:34 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15576115342) | main | ✅ Success | 792 | 2025-06-11 04:33 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15575612396) | gh-pages | ✅ Success | 796 | 2025-06-11 03:50 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15575604620) | main | ✅ Success | 791 | 2025-06-11 03:50 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15574343804) | gh-pages | ✅ Success | 795 | 2025-06-11 02:04 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p.github.io/actions/runs/15574336893) | main | ✅ Success | 790 | 2025-06-11 02:03 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
190
repositories/go-i2p.html
Normal file
190
repositories/go-i2p.html
Normal file
@ -0,0 +1,190 @@
|
||||
<!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>Forked from and continuing on <a href="https://github.com/hkparker/go-i2p">https://github.com/hkparker/go-i2p</a></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/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/15577722830">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>682</td>
|
||||
<td>2025-06-11 06:31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15577717450">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>685</td>
|
||||
<td>2025-06-11 06:31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15576709414">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>681</td>
|
||||
<td>2025-06-11 05:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15576704929">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>684</td>
|
||||
<td>2025-06-11 05:21</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15576073555">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>680</td>
|
||||
<td>2025-06-11 04:30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15576067971">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>683</td>
|
||||
<td>2025-06-11 04:29</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15575224577">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>679</td>
|
||||
<td>2025-06-11 03:18</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15575221271">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>682</td>
|
||||
<td>2025-06-11 03:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15574148653">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>678</td>
|
||||
<td>2025-06-11 01:48</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-i2p/actions/runs/15574144364">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>master</td>
|
||||
<td>✅ Success</td>
|
||||
<td>681</td>
|
||||
<td>2025-06-11 01:48</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</em></p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
48
repositories/go-i2p.md
Normal file
48
repositories/go-i2p.md
Normal file
@ -0,0 +1,48 @@
|
||||
# Repository: go-i2p
|
||||
|
||||
Forked from and continuing on https://github.com/hkparker/go-i2p
|
||||
|
||||
## Open Pull Requests
|
||||
|
||||
|
||||
| Title | Author | Updated | Labels |
|
||||
|-------|--------|---------|--------|
|
||||
| [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/15577722830) | gh-pages | ✅ Success | 682 | 2025-06-11 06:31 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15577717450) | master | ✅ Success | 685 | 2025-06-11 06:31 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15576709414) | gh-pages | ✅ Success | 681 | 2025-06-11 05:21 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15576704929) | master | ✅ Success | 684 | 2025-06-11 05:21 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15576073555) | gh-pages | ✅ Success | 680 | 2025-06-11 04:30 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15576067971) | master | ✅ Success | 683 | 2025-06-11 04:29 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15575224577) | gh-pages | ✅ Success | 679 | 2025-06-11 03:18 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15575221271) | master | ✅ Success | 682 | 2025-06-11 03:17 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-i2p/actions/runs/15574148653) | gh-pages | ✅ Success | 678 | 2025-06-11 01:48 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-i2p/actions/runs/15574144364) | master | ✅ Success | 681 | 2025-06-11 01:48 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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/15577703373">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>498</td>
|
||||
<td>2025-06-11 06:30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15577696805">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>499</td>
|
||||
<td>2025-06-11 06:30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15576696672">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>497</td>
|
||||
<td>2025-06-11 05:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15576693178">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>498</td>
|
||||
<td>2025-06-11 05:20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15576057801">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>496</td>
|
||||
<td>2025-06-11 04:29</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15576054521">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>497</td>
|
||||
<td>2025-06-11 04:28</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15575219531">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>495</td>
|
||||
<td>2025-06-11 03:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15575209515">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>496</td>
|
||||
<td>2025-06-11 03:17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15574100442">pages build and deployment</a></td>
|
||||
<td>gh-pages</td>
|
||||
<td>✅ Success</td>
|
||||
<td>494</td>
|
||||
<td>2025-06-11 01:44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-pkginstall/actions/runs/15574096087">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>495</td>
|
||||
<td>2025-06-11 01:44</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15577703373) | gh-pages | ✅ Success | 498 | 2025-06-11 06:30 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15577696805) | main | ✅ Success | 499 | 2025-06-11 06:30 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15576696672) | gh-pages | ✅ Success | 497 | 2025-06-11 05:20 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15576693178) | main | ✅ Success | 498 | 2025-06-11 05:20 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15576057801) | gh-pages | ✅ Success | 496 | 2025-06-11 04:29 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15576054521) | main | ✅ Success | 497 | 2025-06-11 04:28 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15575219531) | gh-pages | ✅ Success | 495 | 2025-06-11 03:17 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15575209515) | main | ✅ Success | 496 | 2025-06-11 03:17 |
|
||||
| [pages build and deployment](https://github.com/go-i2p/go-pkginstall/actions/runs/15574100442) | gh-pages | ✅ Success | 494 | 2025-06-11 01:44 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-pkginstall/actions/runs/15574096087) | main | ✅ Success | 495 | 2025-06-11 01:44 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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/15577518578">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>282</td>
|
||||
<td>2025-06-11 06:19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15576607981">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>281</td>
|
||||
<td>2025-06-11 05:13</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15575977434">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>280</td>
|
||||
<td>2025-06-11 04:22</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15575155919">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>279</td>
|
||||
<td>2025-06-11 03:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15573591052">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>278</td>
|
||||
<td>2025-06-11 01:02</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15572181848">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>277</td>
|
||||
<td>2025-06-10 23:11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15571373722">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>276</td>
|
||||
<td>2025-06-10 22:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15570387395">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>275</td>
|
||||
<td>2025-06-10 21:12</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15569329929">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>274</td>
|
||||
<td>2025-06-10 20:14</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://github.com/go-i2p/go-sam-go/actions/runs/15568157076">Generate and Deploy GitHub Pages</a></td>
|
||||
<td>main</td>
|
||||
<td>✅ Success</td>
|
||||
<td>273</td>
|
||||
<td>2025-06-10 19:09</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><em>Generated at 2025-06-11 07:10:50</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/15577518578) | main | ✅ Success | 282 | 2025-06-11 06:19 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15576607981) | main | ✅ Success | 281 | 2025-06-11 05:13 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15575977434) | main | ✅ Success | 280 | 2025-06-11 04:22 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15575155919) | main | ✅ Success | 279 | 2025-06-11 03:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15573591052) | main | ✅ Success | 278 | 2025-06-11 01:02 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15572181848) | main | ✅ Success | 277 | 2025-06-10 23:11 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15571373722) | main | ✅ Success | 276 | 2025-06-10 22:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15570387395) | main | ✅ Success | 275 | 2025-06-10 21:12 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15569329929) | main | ✅ Success | 274 | 2025-06-10 20:14 |
|
||||
| [Generate and Deploy GitHub Pages](https://github.com/go-i2p/go-sam-go/actions/runs/15568157076) | main | ✅ Success | 273 | 2025-06-10 19:09 |
|
||||
|
||||
|
||||
|
||||
---
|
||||
*Generated at 2025-06-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
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-11 07:10:50</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-11 07:10:50*
|
265
style.css
Normal file
265
style.css
Normal file
@ -0,0 +1,265 @@
|
||||
/* Base styles */
|
||||
:root {
|
||||
--primary-color: #0366d6;
|
||||
--secondary-color: #586069;
|
||||
--background-color: #ffffff;
|
||||
--border-color: #e1e4e8;
|
||||
--pr-color: #28a745;
|
||||
--issue-color: #d73a49;
|
||||
--discussion-color: #6f42c1;
|
||||
--hover-color: #f6f8fa;
|
||||
--font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--font-family);
|
||||
line-height: 1.5;
|
||||
color: #24292e;
|
||||
background-color: var(--background-color);
|
||||
padding: 20px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Header styles */
|
||||
header {
|
||||
margin-bottom: 30px;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.dashboard-stats {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 15px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.dashboard-stats span {
|
||||
background-color: #f1f8ff;
|
||||
border-radius: 20px;
|
||||
padding: 5px 12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.generated-at {
|
||||
font-size: 14px;
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
/* Repository styles */
|
||||
.repositories {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.repositories h2 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.repository {
|
||||
margin-bottom: 15px;
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.repo-details {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.repo-description {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.repo-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 15px;
|
||||
font-size: 14px;
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.repo-links {
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
/* Collapsible sections */
|
||||
.collapsible {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.toggle {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.toggle-label {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 12px 15px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
background-color: #f6f8fa;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.section-label {
|
||||
border-top: 1px solid var(--border-color);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.pr-label {
|
||||
color: var(--pr-color);
|
||||
}
|
||||
|
||||
.issue-label {
|
||||
color: var(--issue-color);
|
||||
}
|
||||
|
||||
.discussion-label {
|
||||
color: var(--discussion-color);
|
||||
}
|
||||
|
||||
.toggle-label::after {
|
||||
content: '+';
|
||||
font-size: 18px;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.toggle:checked ~ .toggle-label::after {
|
||||
content: '−';
|
||||
}
|
||||
|
||||
.collapsible-content {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.35s ease;
|
||||
}
|
||||
|
||||
.toggle:checked ~ .collapsible-content {
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
/* Table styles */
|
||||
.data-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.data-table th,
|
||||
.data-table td {
|
||||
padding: 8px 15px;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.data-table th {
|
||||
background-color: #f6f8fa;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.data-table tr:hover {
|
||||
background-color: var(--hover-color);
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
color: var(--primary-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Repository name and stats */
|
||||
.repo-name {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.repo-stats {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.stat {
|
||||
font-size: 12px;
|
||||
padding: 2px 8px;
|
||||
border-radius: 12px;
|
||||
background-color: #f1f8ff;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
footer {
|
||||
margin-top: 40px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid var(--border-color);
|
||||
font-size: 14px;
|
||||
color: var(--secondary-color);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Responsive adjustments */
|
||||
@media (max-width: 768px) {
|
||||
.toggle-label {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.repo-stats {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.dashboard-stats {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.workflow-label {
|
||||
color: #2088ff;
|
||||
}
|
||||
|
||||
.workflow-status {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.workflow-status-completed.workflow-conclusion-success {
|
||||
color: #22863a;
|
||||
}
|
||||
|
||||
.workflow-status-completed.workflow-conclusion-failure {
|
||||
color: #cb2431;
|
||||
}
|
||||
|
||||
.workflow-status-in_progress {
|
||||
color: #dbab09;
|
||||
}
|
||||
|
||||
.workflow-status-queued {
|
||||
color: #6f42c1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user