Skip to content

Commit 54d56d7

Browse files
committed
Fix link for easy auth
1 parent 86c8204 commit 54d56d7

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

dappnode_package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77
"shortDescription": "Personal AI assistant gateway with multi-LLM support",
88
"description": "OpenClaw is a powerful, self-hosted AI agent gateway that runs on your own devices. It provides a unified interface for interacting with multiple LLM providers (OpenAI, Anthropic Claude, Google Gemini, local models via Ollama). Features include:\n\n- **Web UI & API**: Full-featured web interface at port 18789\n- **Multi-Channel Messaging**: WhatsApp, Telegram, Slack, Discord, Matrix, and more\n- **Agent Orchestration**: Claude AI integration with tool use and autonomous agents\n- **Code Execution**: Sandboxed environment for running code\n- **Canvas UI**: Visual interactions and image generation\n- **Voice Support**: Text-to-speech and speech-to-text capabilities\n\nRun your own AI infrastructure with full control over your data and API keys.",
99
"type": "service",
10-
"architectures": ["linux/amd64", "linux/arm64"],
10+
"architectures": [
11+
"linux/amd64",
12+
"linux/arm64"
13+
],
1114
"author": "DAppNode Association <admin@dappnode.io>",
1215
"license": "Apache-2.0",
13-
"categories": ["AI", "Developer tools", "Communications"],
16+
"categories": [
17+
"AI",
18+
"Developer tools",
19+
"Communications"
20+
],
1421
"keywords": [
1522
"ai",
1623
"llm",
@@ -27,7 +34,7 @@
2734
],
2835
"links": {
2936
"homepage": "https://openclaw.ai",
30-
"ui": "http://openclaw.dappnode:18789?token=openclaw",
37+
"ui": "http://openclaw.dappnode:18789#token=openclaw",
3138
"terminal": "http://openclaw.dappnode:7681",
3239
"setup-wizard": "http://openclaw.dappnode:8080",
3340
"docs": "https://docs.openclaw.ai"
@@ -82,4 +89,4 @@
8289
"featuredBackground": "linear-gradient(135deg, #667eea 0%, #764ba2 100%)",
8390
"featuredColor": "white"
8491
}
85-
}
92+
}

getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Self-hosted AI gateway for DappNode.
44

5-
Use the **[Setup Wizard](http://openclaw.dappnode:8080)** to configure your AI provider, API key, and preferred model. Once configured, open the **[Web UI](http://openclaw.dappnode:18789?token=openclaw)** to start chatting.
5+
Use the **[Setup Wizard](http://openclaw.dappnode:8080)** to configure your AI provider, API key, and preferred model. Once configured, open the **[Web UI](http://openclaw.dappnode:18789#token=openclaw)** to start chatting.

setup-wizard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ <h2 style="text-align:center">Configuration Saved!</h2>
521521
The gateway will pick up the new configuration. You may need to restart the package.
522522
</div>
523523
<div class="success-links">
524-
<a id="link-webui" href="http://openclaw.dappnode:18789?token=openclaw" target="_blank">
524+
<a id="link-webui" href="http://openclaw.dappnode:18789#token=openclaw" target="_blank">
525525
Open OpenClaw Web UI
526526
<small>Chat with your AI in the browser</small>
527527
</a>

0 commit comments

Comments
 (0)