Ingress: use relative terminal paths so it works under ingress prefix; bump 0.4.6
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Moltbot Assistant
|
name: Moltbot Assistant
|
||||||
version: "0.4.5"
|
version: "0.4.6"
|
||||||
slug: moltbot_assistant
|
slug: moltbot_assistant
|
||||||
description: Run Moltbot Assistant (Clawdbot-compatible) as a Home Assistant add-on.
|
description: Run Moltbot Assistant (Clawdbot-compatible) as a Home Assistant add-on.
|
||||||
url: https://github.com/techartdev/MoltBotHomeAssistant
|
url: https://github.com/techartdev/MoltBotHomeAssistant
|
||||||
|
|||||||
@@ -72,14 +72,14 @@ http {
|
|||||||
<h2 style="margin:0 0 8px 0">Moltbot Assistant</h2>
|
<h2 style="margin:0 0 8px 0">Moltbot Assistant</h2>
|
||||||
<div class="row" style="margin-bottom:6px">
|
<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" 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>
|
||||||
<div class="muted">
|
<div class="muted">
|
||||||
Tip: The gateway UI is intentionally opened outside of Ingress to avoid websocket/proxy issues.
|
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.
|
Configure <code>gateway_public_url</code> in the add-on options.
|
||||||
</div>
|
</div>
|
||||||
<div class="term">
|
<div class="term">
|
||||||
<iframe src="/terminal/" title="Terminal"></iframe>
|
<iframe src="./terminal/" title="Terminal"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body></html>';
|
</body></html>';
|
||||||
|
|||||||
Reference in New Issue
Block a user