Changes
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
<h2 class="title is-4">WordPress Port for Superengine</h2>
|
<h2 class="title is-4">WordPress Port for Superengine</h2>
|
||||||
<p>Copyright 2025 Superengine.</p>
|
<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>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 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.</p>
|
<p class="mt-5">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.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="title is-4">WordPress</h2>
|
<h2 class="title is-4">WordPress</h2>
|
||||||
<p class="mb-3">WordPress is set to run on port {{entitlements.port-number}}.</p>
|
<p class="mb-3">WordPress is set to run on port {{entitlements.port-number}}.</p>
|
||||||
<a href="http://localhost:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open WordPress</a>
|
<a href="http://{{entitlement.host}}:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open WordPress</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
|
|||||||
Reference in New Issue
Block a user