mirror of
https://github.com/arjunkomath/openclaw-railway-template.git
synced 2026-08-14 00:48:11 +00:00
Merge pull request #25 from arjunkomath/staging
Add security disclaimer
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
|
||||
<img width="1712" height="1376" alt="CleanShot 2026-02-23 at 21 59 21@2x" src="https://github.com/user-attachments/assets/f30ab683-dbc2-4980-ace7-152265e00c79" />
|
||||
|
||||
## Security Notice
|
||||
|
||||
> **This template exposes your OpenClaw gateway to the public internet.** **Please read the [OpenClaw security documentation](https://docs.openclaw.ai/gateway/security) before deploying** to understand the risks and recommended configuration. If you only use chat channels (Telegram, Discord, Slack) and don't need the gateway dashboard, you can remove the public endpoint from Railway after setup.
|
||||
|
||||
## What you get
|
||||
|
||||
- **OpenClaw Gateway + Control UI** (served at `/` and `/openclaw`)
|
||||
|
||||
@@ -343,8 +343,12 @@
|
||||
<img src="https://raw.githubusercontent.com/openclaw/openclaw/main/docs/assets/openclaw-logo-text.png" alt="OpenClaw" class="logo-img">
|
||||
</picture>
|
||||
</div>
|
||||
<h1 class="page-title">Personal AI Assistant</h1>
|
||||
<p class="page-subtitle">Configure your AI assistant in a few simple steps</p>
|
||||
<div style="margin-bottom:1.5rem;padding:0.75rem 1rem;border:1px solid #ef4444;border-radius:0.5rem;background:var(--bg-card)">
|
||||
<p style="font-size:0.75rem;color:var(--text-mid);line-height:1.5;margin:0">
|
||||
<strong style="color:#ef4444">Important:</strong> This template exposes your OpenClaw gateway to the public internet. <strong style="color:var(--text)">Please read the <a href="https://docs.openclaw.ai/gateway/security" target="_blank" style="color:var(--text);text-decoration:underline">OpenClaw security documentation</a> before deploying.</strong> If you only use chat channels (Telegram, Discord, Slack) and don't need the gateway dashboard, you can remove the public endpoint from Railway after setup.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card card-compact mb-6">
|
||||
<div class="card-header">
|
||||
|
||||
Reference in New Issue
Block a user