This commit is contained in:
2025-11-24 18:28:33 +00:00
parent c2fbc98c21
commit 6e602e3132
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
<div class="container">
<h2 class="title is-4">Docmost</h2>
<p class="mb-3">Docmost is set to run on port {{entitlements.port-number}}.</p>
<a href="http://localhost:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open Docmost</a>
<a href="http://{{entitlements.host}}:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open Docmost</a>
</div>
</section>