Skip to content

Commit

Permalink
Update backend.md (#764)
Browse files Browse the repository at this point in the history
在国内大部分用户都在使用宝塔面板管理服务器,因此增加使用宝塔面板配置的教程,可视化的配置文档可以帮助用户更方便的配置 Twikoo
  • Loading branch information
bestlaw66 authored Nov 7, 2024
1 parent 76a6b3f commit 53598a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,21 @@ yarn run login
yarn deploy -e 您的环境id
```

## 宝塔面板 部署

::: warning 注意 宝塔面板(适用9.2.0及以上的版本)

前往[宝塔面板官网](https://www.bt.cn/new/download.html),选择正式版的脚本下载安装(如果已安装,请跳过此步)

1.安装后登录宝塔面板,在左侧导航栏点击Docker,首先进入会提示安装Docker服务,点击立即安装,按提示完成安装
![20241010103723](https://github.com/user-attachments/assets/d15d3422-b2c0-4bd0-a889-4f275565d9cd)
2.完成安装后在应用商店中找到Twikoo ,点击安装,配置域名、端口等基本信息即可完成安装
![1730860915662](https://github.com/user-attachments/assets/fca433b3-5ba9-4424-af0e-4063df341833)
注意:
域名为非必填,如果填写了域名则通过【网站】--> 【反向代理】来管理,填写域名后不需要勾选【允许外部访问】,否则需要勾选后才可以通过端口访问

3.安装后在浏览器输入上一步设置的域名或者IP+端口即可访问。

## Vercel 部署

::: warning 注意
Expand Down

0 comments on commit 53598a5

Please sign in to comment.