v1.0 Initial commit of project

This commit is contained in:
2026-01-01 10:54:18 +01:00
commit 768cf78b57
990 changed files with 241213 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
<div class="card my-0">
<div class="card-body py-0 border">
<h5>
Sentri<br> Made by:
<a class="text-decoration-none" href="https://marcomooij.net" target="_blank">Marco Mooij</a><br> Version 1.0
</h5>
</div>
</div>
<hr>
<h3>Version 1.0</h3>
<b>21-12-2025</b>
<h4>First release version</h4>
<ul>
<li>
<b>First final release</b><br>
</li>
</ul>
<h3>Version 0.1</h3>
<b>23-12-2024</b>
<h4>Initial release</h4>
<ul>
<li>
<b>The start of this project</b><br>
</li>
</ul>
<hr>
<h1>Roadmap</h1>
<ul>
<li>
View permissions in group view.
</li>
<li>
Translation in server view/overview.
</li>
<li>
Improvements into the server view.
</li>
<li>
Make the /login page the same style as the rest of Sentri.
</li>
<li>
Create a knowledge base.
</li>
<li>
SSO/SAML/User provisioning.
</li>
<li>
VM hosts overview.
</li>
<li>
Loggin of actions to local storage or to things such as graylog.
</li>
<li>
Light mode theme.
</li>
<li>
View companies with connected servers.
</li>
<li>
User email preferences.
</li>
<li>
Travel cost page.
</li>
<li>
Dashboard card display improvements.
</li>
<li>
Add descriptions to servers.
</li>
<li>
Add name to API tokens.
</li>
<li>
If a server has the "new" state and it is deleted, it will be permanent.
</li>
</ul>