在宝塔面板上部署V2board并对接XrayR

1. 安装V2board

1. 先安装NMP

☑️ Nginx
☑️ MySQL 5.6
☑️ PHP 7.4

2. 安装Redis、fileinfo

1. 软件商店- PHP7.4-设置

1.2.1
1.2.1

2. 安装Redis、fileinfo

1.2.2
1.2.2

3. 解除被禁止的函数

putenv proc_open pcntl_alarm pcntl_signal 从列表中删除。

1.3
1.3

4. 添加站点

5. 安装V2Board

通过SSH登录到服务器后访问站点路径如:/www/wwwroot/你的站点域名。

以下命令都需要在站点目录进行执行。

删除目录下文件

1
2
chattr -i .user.ini
rm -rf .htaccess 404.html index.html .user.ini

执行命令从 Github 克隆到当前目录。

1
git clone https://github.com/v2board/v2board.git ./

执行命令安装依赖包以及V2board

1
sh init.sh

根据提示完成安装

6.配置站点目录及伪静态

1.6.1
1.6.1
1
2
3
4
5
6
7
8
9
10
11
12
13
location /downloads {
}

location / {
try_files $uri $uri/ /index.php$is_args$query_string;
}

location ~ .*\.(js|css)?$
{
expires 1h;
error_log off;
access_log /dev/null;
}
1.6.2
1.6.2

7.配置定时任务

Cron

在 Type of Task 选择 Shell Script
在 Name of Task 填写 v2board
在 Period 选择 N Minutes 1 Minute
在 Script content 填写 php /www/wwwroot/路径/artisan schedule:run

根据上述信息添加每1分钟执行一次的定时任务。

1.7
1.7

8.启动队列服务

V2board的系统强依赖队列服务,正常使用V2Board必须启动队列服务。下面以宝塔中supervisor服务来守护队列服务作为演示。

1.8.1
1.8.1

软件商店Tools

找到Supervisor进行安装,安装完成后点击设置 > Add Daemon按照如下填写

在 Name 填写 V2board
在 Run User 选择 www
在 Run Dir 选择 站点目录 在 Start Command 填写 php artisan horizon 在 Processes 填写 1

填写后点击Confirm添加即可运行。

1.8.2
1.8.2

常见问题

Q:500错误
A:检查站点根目录权限,递归755,保证目录有可写文件的权限,也有可能是Redis扩展没有安装或者Redis没有按照造成的。你可以通过查看storage/logs下的日志来排查错误或者开启debug模式、站点设置中关闭防跨站。

2.安装xrayr

1
mkdir /opt/xrayr && cd /opt/xrayr
1
wget https://github.com/XrayR-project/XrayR/releases/download/v0.9.0/XrayR-linux-64.zip
1
unzip XrayR-linux-64.zip
1
2
3
{
"path": "/index"
}