Upload embedded_ui files

This commit is contained in:
2025-05-06 20:17:05 +00:00
parent 1171ac4826
commit fe9edd35d2
2 changed files with 15 additions and 0 deletions

8
embedded_ui/about.html Normal file
View File

@@ -0,0 +1,8 @@
<section class="section">
<div class="container">
<h2 class="title is-4">Docmost Port for Superengine</h2>
<p>Copyright 2025 Superengine.</p>
<p>License: <a href="https://www.superengine.tech/legal/software-license-agreement-for-ports" target="_blank">Software License Agreement for Ports</a>.</p>
<p class="mt-5">This port uses the docmost/docmost:0.20.4, postgresql:17.4 and redis:8.0.0 images from Docker Hub, third-party softwares with different copyright owners and licenses.</p>
</div>
</section>

View File

@@ -0,0 +1,7 @@
<section class="section">
<div class="container">
<h2 class="title is-4">Docmost</h2>
<p class="mb-3">Docmost is set to run on port {{entitlements.port-number}}.</p>
<a href="http://localhost:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open Docmost</a>
</div>
</section>