Files
docmost-port/embedded_ui/overview.html.hbs

8 lines
340 B
Handlebars
Raw Permalink Normal View History

2025-05-06 20:17:05 +00:00
<section class="section">
<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>
2025-11-24 18:28:33 +00:00
<a href="http://{{entitlements.host}}:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open Docmost</a>
2025-05-06 20:17:05 +00:00
</div>
</section>