docs: update Railway deploy button with official template URL

This commit is contained in:
tinkle-community
2026-01-06 19:07:25 +08:00
parent 3b2a3f4e76
commit c0c89d7534
2 changed files with 18 additions and 18 deletions

View File

@@ -133,15 +133,7 @@ To use NOFX, you'll need:
## Quick Start ## Quick Start
### One-Click Cloud Deploy (Easiest) ### One-Click Install (Local/Server)
Deploy to Railway with one click - no server setup required:
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/NoFxAiOS/nofx&referralCode=nofx)
After deployment, Railway will provide a public URL to access your NOFX instance.
### One-Click Install (Local)
**Linux / macOS:** **Linux / macOS:**
```bash ```bash
@@ -150,6 +142,14 @@ curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bas
That's it! Open **http://127.0.0.1:3000** in your browser. That's it! Open **http://127.0.0.1:3000** in your browser.
### One-Click Cloud Deploy (Railway)
Deploy to Railway with one click - no server setup required:
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/nofx?referralCode=nofx)
After deployment, Railway will provide a public URL to access your NOFX instance.
### Docker Compose (Manual) ### Docker Compose (Manual)
```bash ```bash

View File

@@ -104,15 +104,7 @@
## 快速开始 ## 快速开始
### 一键云部署 (最简单) ### 一键安装 (本地/服务器)
一键部署到 Railway - 无需自己搭建服务器:
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/NoFxAiOS/nofx&referralCode=nofx)
部署后Railway 会提供一个公网 URL 访问你的 NOFX 实例。
### 一键安装 (本地)
**Linux / macOS:** **Linux / macOS:**
```bash ```bash
@@ -121,6 +113,14 @@ curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bas
完成!打开浏览器访问 **http://127.0.0.1:3000** 完成!打开浏览器访问 **http://127.0.0.1:3000**
### 一键云部署 (Railway)
一键部署到 Railway - 无需自己搭建服务器:
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/nofx?referralCode=nofx)
部署后Railway 会提供一个公网 URL 访问你的 NOFX 实例。
### Docker Compose (手动) ### Docker Compose (手动)
```bash ```bash