Skip to content

Commit c24d230

Browse files
committed
update
1 parent ab7c8cf commit c24d230

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,23 @@ <h1 class="header-name">Aegis Code Forge</h1>
3030
<p>Aegis is a self-hosted <a href="https://en.wikipedia.org/wiki/Forge_(software)">code forge</a> that mainly supports the <a href="https://git-scm.com">Git distributed version control system</a>.</p>
3131

3232
<p><b>Latest Release: <a href="https://github.com/AegisCodeForge/aegis/releases/tag/v0.1.4">v0.1.4 (2025-09-24)</a></b><br />
33-
<b>Latest Nightly: <a href="https://github.com/AegisCodeForge/aegis/tree/d2c55389efc65fa6c67b899d60c571a4fc9f1358">v0.1.4,0 (2025-09-24)</a></b></p>
33+
<b>Latest Nightly: <a href="https://github.com/AegisCodeForge/aegis/tree/d2c55389efc65fa6c67b899d60c571a4fc9f1358">v0.1.5-alpha,170 (2025-11-27)</a></b></p>
3434

3535
<ul>
3636
<li>Simple, functional UI;</li>
3737
<li>Support read-only clone by HTTP and read/write access through SSH;</li>
3838
<li>Support for issue tracking and pull requests;</li>
39-
<li>Support for namespaces;</li>
39+
<li>Support for namespaces (which you can turn off at installation time);</li>
4040
<li>Support for per-namespace and per-repository user access control;</li>
4141
<li>Webhooks for external CI/CD (experimental feature; subject to change)</li>
4242
<li>Support for snippets (à la GitHub snippets)</li>
43+
<li>Multiple operation mode for different needs:
44+
<ul>
45+
<li>Plain Mode for when you only need to have a web interface, similar to <code>git-instaweb</code>.</li>
46+
<li>Simple Mode for when you only need mininum features like creating repositories, push/pull by SSH and basic access control.</li>
47+
<li>Normal Mode, which comes with all the usual features.</li>
48+
</ul>
49+
</li>
4350
<li>And many tiny things:
4451
<ul>
4552
<li>Support labels for repositories;</li>
@@ -49,7 +56,7 @@ <h1 class="header-name">Aegis Code Forge</h1>
4956
<li><code>Co-Authored-By</code></li>
5057
</ul>
5158
</li>
52-
<li>No JavaScript - works all major browsers and a lot of minor ones, including <a href="https://ladybird.org">Ladybird</a> and <a href="https://www.netsurf-browser.org">NetSurf</a>.</li>
59+
<li>No JavaScript - works all major browsers and a lot of minor ones, including <a href="https://ladybird.org">Ladybird</a>, <a href="http://kmeleonbrowser.org">K-Meleon</a> and <a href="https://www.netsurf-browser.org">NetSurf</a>.</li>
5360
<li>Proper web installer for easy(-er) installation;</li>
5461
</ul>
5562

logo.png

36.4 KB
Loading

news.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ <h1 class="header-name">Aegis Code Forge</h1>
2424
<hr />
2525

2626
<div>
27+
<h2>2025.11.27 v0.1.5-alpha,170</h2>
28+
<ul>
29+
<li>Simple Mode</li>
30+
</ul>
31+
2732
<h2>2025.9.24 v0.1.4</h2>
2833
<ul>
2934
<li>Webhook result feedback</li>

0 commit comments

Comments
 (0)