From 384b3ce281a5a4b80128e1ee490850383117acb2 Mon Sep 17 00:00:00 2001 From: superengine Date: Wed, 23 Apr 2025 19:31:26 +0000 Subject: [PATCH] Add embedded_ui files --- embedded_ui/about.html | 9 +++++++++ embedded_ui/overview.html.hbs | 25 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 embedded_ui/about.html create mode 100644 embedded_ui/overview.html.hbs diff --git a/embedded_ui/about.html b/embedded_ui/about.html new file mode 100644 index 0000000..a2d925b --- /dev/null +++ b/embedded_ui/about.html @@ -0,0 +1,9 @@ +
+
+

PostgreSQL Port for Superengine

+

Copyright 2025 Superengine.

+

License: Software License Agreement for Ports.

+

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.

+

Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.

+
+
diff --git a/embedded_ui/overview.html.hbs b/embedded_ui/overview.html.hbs new file mode 100644 index 0000000..757aec6 --- /dev/null +++ b/embedded_ui/overview.html.hbs @@ -0,0 +1,25 @@ +
+
+

Connection details

+ + + + + + + + + + + + + + + + + + + +
Port{{entitlements.port-number}}
User{{entitlements.db-user}}
Password{{entitlements.db-password}}
Database name{{entitlements.db-name}}
+
+