From da178f07cea330143e6f06cafb88d8d4235f6743 Mon Sep 17 00:00:00 2001 From: superengine Date: Mon, 29 Sep 2025 14:14:40 +0000 Subject: [PATCH] Upload files to "embedded_ui" Upload embedded_ui files --- embedded_ui/about.html | 8 ++++++++ embedded_ui/overview.html.hbs | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 45 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..d4dc260 --- /dev/null +++ b/embedded_ui/about.html @@ -0,0 +1,8 @@ +
+
+

WordPress Port for Superengine

+

Copyright 2025 Superengine.

+

License: Software License Agreement for Ports.

+

This port uses the wordpress:6.8.2-php8.1-apache and mysql:9.4.0 images from Docker Hub, third-party softwares with different copyright owners and licenses.

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

WordPress

+

WordPress is set to run on port {{entitlements.port-number}}.

+ Open WordPress +
+
+
+
+

Database

+

Bellow are the connection details of the MySQL database used by WordPress.

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