Ingress: use relative terminal paths so it works under ingress prefix; bump 0.4.6

This commit is contained in:
root
2026-01-30 15:57:44 +02:00
parent 3fb362b536
commit f0e91101e5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: Moltbot Assistant
version: "0.4.5"
version: "0.4.6"
slug: moltbot_assistant
description: Run Moltbot Assistant (Clawdbot-compatible) as a Home Assistant add-on.
url: https://github.com/techartdev/MoltBotHomeAssistant
+2 -2
View File
@@ -72,14 +72,14 @@ http {
<h2 style="margin:0 0 8px 0">Moltbot Assistant</h2>
<div class="row" style="margin-bottom:6px">
<a class="btn" href="__GATEWAY_PUBLIC_URL__/?token=__GATEWAY_TOKEN__" target="_blank" rel="noopener noreferrer">Open Gateway Web UI</a>
<a class="btn secondary" href="/terminal/" target="_self">Open Terminal (full page)</a>
<a class="btn secondary" href="./terminal/" target="_self">Open Terminal (full page)</a>
</div>
<div class="muted">
Tip: The gateway UI is intentionally opened outside of Ingress to avoid websocket/proxy issues.
Configure <code>gateway_public_url</code> in the add-on options.
</div>
<div class="term">
<iframe src="/terminal/" title="Terminal"></iframe>
<iframe src="./terminal/" title="Terminal"></iframe>
</div>
</div>
</body></html>';