From b788ef1245928e8a132d3ab87cef0eb74945f8be Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Tue, 25 Feb 2020 23:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AB=99=E7=82=B9=EF=BC=9A?= =?UTF-8?q?=E8=91=A1=E8=90=84pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 7 +++++++ docker/build.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 301566d..a4dbaa6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -462,6 +462,13 @@ return array( // 如果需要自动辅种,必须配置 'passkey' => '', ), + // pt.sjtu 序号:51 葡萄 + 'pt' => array( + // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) + 'cookie' => '', + // 如果需要自动辅种,必须配置 + 'passkey' => '', + ), // 配置文件结束 ); diff --git a/docker/build.sh b/docker/build.sh index a262e22..e8d302a 100644 --- a/docker/build.sh +++ b/docker/build.sh @@ -6,4 +6,4 @@ unzip -o ./vendor.zip -d /root/IYUUAutoReseed rm ./IYUUAutoReseed.zip rm ./vendor.zip docker build -t iyuu:latest . -docker run -it -v /root/IYUUAutoReseed:/var/www -p 8510:9000 --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest \ No newline at end of file +docker run -it -v /root/IYUUAutoReseed:/var/www -p 8510:9000 --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest