From a67a7bac4b953031f8b77444dffd2593587e544f Mon Sep 17 00:00:00 2001 From: superengine Date: Mon, 24 Nov 2025 19:13:26 +0000 Subject: [PATCH 1/2] Changes --- LICENSE.txt | 4 ++-- README.md | 2 +- compose.yaml.hbs | 4 ++-- manifest.json | 18 ++++++++++++++++-- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index c01090f..c1bbc69 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -5,6 +5,6 @@ If, for any reason, the URI provided in this file to the Software License Agreem This license does not apply to the files not under Superengine copyright as detailed in the NOTICE.txt file. This software uses the following third-party software: -- the wordpress image with the tag 6.8.2-php8.1-apache from Docker Hub -- the mysql image with the tag 9.4.0 from Docker Hub +- the wordpress image with the tag 6.8.3-php8.4-apache from Docker Hub +- the mysql image with the tag 9.5.0 from Docker Hub Third-party software have a different copyright owner and license. \ No newline at end of file diff --git a/README.md b/README.md index 1a9df6a..ca4e78a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WordPress Port for Superengine -This port uses the [wordpress image](https://hub.docker.com/_/wordpress) with the tag `6.8.2-php8.1-apache` and includes a MySQL database. The port may be updated to use newer tags in the future. +This port uses the [wordpress image](https://hub.docker.com/_/wordpress) with the tag `6.8.3-php8.4-apache` and includes a MySQL database. The port may be updated to use newer tags in the future. ## Installation diff --git a/compose.yaml.hbs b/compose.yaml.hbs index d049df8..88c054b 100644 --- a/compose.yaml.hbs +++ b/compose.yaml.hbs @@ -1,6 +1,6 @@ services: {{app_id}}-wordpress: - image: wordpress:6.8.2-php8.1-apache + image: wordpress:6.8.3-php8.4-apache restart: always ports: - {{entitlements.port-number}}:80 @@ -20,7 +20,7 @@ services: - {{app_id}}-mysql {{app_id}}-mysql: - image: mysql:9.4.0 + image: mysql:9.5.0 restart: always ports: - {{entitlements.db-port-number}}:3306 diff --git a/manifest.json b/manifest.json index 81e5294..964d2d8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "app-spec-version": "1.1", + "app-spec-version": "1.2", "subject": { "name": { "en": "WordPress" }, - "version": "6.8.2-php8.1-apache" + "version": "6.8.3-php8.4-apache" }, "entitlements": [ { @@ -21,6 +21,13 @@ "en": "Folder used by the database to store data." } }, + { + "type": "HostHostnameOrIPAddress", + "name": "host", + "description": { + "en": "Hostname or IP address of your server." + } + }, { "type": "PortUnspecifiedStaticNumber", "name": "db-port-number", @@ -56,6 +63,13 @@ "en": "Password of the database user." } }, + { + "type": "OperatingSystem", + "name": "os", + "description": { + "en": "Operating System." + } + }, { "type": "IDUserNumber", "name": "uid", From b3f9f551a9b002dc99cd9d84272912c089864083 Mon Sep 17 00:00:00 2001 From: superengine Date: Mon, 24 Nov 2025 19:14:10 +0000 Subject: [PATCH 2/2] Changes --- embedded_ui/about.html | 2 +- embedded_ui/overview.html.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded_ui/about.html b/embedded_ui/about.html index d4dc260..04b3306 100644 --- a/embedded_ui/about.html +++ b/embedded_ui/about.html @@ -3,6 +3,6 @@

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.

+

This port uses the wordpress:6.8.3-php8.4-apache and mysql:9.5.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 index e008f74..8e5e9f2 100644 --- a/embedded_ui/overview.html.hbs +++ b/embedded_ui/overview.html.hbs @@ -2,7 +2,7 @@

WordPress

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

- Open WordPress + Open WordPress