feat: add Railway one-click deployment support

- Add Dockerfile.railway for all-in-one container
- Add railway.toml configuration
- Add railway/nginx.conf and supervisord.conf
- Update README with Deploy on Railway button
- Update Chinese README with deployment instructions
This commit is contained in:
tinkle-community
2026-01-06 17:32:09 +08:00
parent 799d8b9c2e
commit 4804cfcb05
6 changed files with 202 additions and 2 deletions
+9 -1
View File
@@ -104,7 +104,15 @@
## 快速开始
### 一键安装 (推荐)
### 一键云部署 (最简单)
一键部署到 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:**
```bash