Add embedded_ui files

This commit is contained in:
2025-04-23 19:31:26 +00:00
parent fa513c13b7
commit 384b3ce281
2 changed files with 34 additions and 0 deletions

9
embedded_ui/about.html Normal file
View File

@@ -0,0 +1,9 @@
<section class="section">
<div class="container">
<h2 class="title is-4">PostgreSQL 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 postgresql image with the tag 17.4 from Docker Hub, a third-party software with a different copyright owner and license.</p>
<p class="mt-5">Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.</p>
</div>
</section>

View File

@@ -0,0 +1,25 @@
<section class="section">
<div class="container">
<h2 class="title is-4">Connection details</h2>
<table class="table">
<tbody>
<tr>
<th>Port</th>
<td>{{entitlements.port-number}}</td>
</tr>
<tr>
<th>User</th>
<td>{{entitlements.db-user}}</td>
</tr>
<tr>
<th>Password</th>
<td>{{entitlements.db-password}}</td>
</tr>
<tr>
<th>Database name</th>
<td>{{entitlements.db-name}}</td>
</tr>
</tbody>
</table>
</div>
</section>