Rat's

Aria2+Caddy+Rclone+GDlist+Aria2Ng+Google Drive一键安装脚本
说明:之前发过一个与本脚本类似的教程,参考:Aria2+Rclone+DirectoryLister+Aria2N...
扫描右侧二维码阅读全文
20
2018/04

Aria2+Caddy+Rclone+GDlist+Aria2Ng+Google Drive一键安装脚本

说明:之前发过一个与本脚本类似的教程,参考:Aria2+Rclone+DirectoryLister+Aria2Ng一键安装脚本,而前天有大佬发布了GDlist后,其不走服务器流量的特点还是挺不错的,毕竟很多人流量都有限,于是友链博主千影将DirectoryLister替换成了GDlistNginx环境换成了Caddy,本脚本同样的支持下载后自动上传,自动签发SSL证书,添加并自动更新Trackers服务器等特点。

截图

请输入图片描述
请输入图片描述
请输入图片描述

更新

【2019.1.9】
去掉Aria2ng的域名,改为ip:8000访问
【2018.12.27】
调整caddy配置,修复启动失败的问题
【2018.12.21】
优化定时任务步骤,最后不再显示定时任务编辑界面。
【2018年4月26日】
下载上传以后会自动刷新gdlist的缓存

安装

本脚本适用于Debian 8 +Ubuntu 16+。建议使用Debian 8。且需要提前将域名解析到VPS服务器。

使用命令:

wget https://www.moerats.com/usr/shell/Aria2_gdlist.sh && bash Aria2_gdlist.sh

运行脚本后,会依次要你输入以下信息:

#输入GDlist域名
请输入你的GDlist域名信息:

#设置Aria2密钥
请输入你的Aria2密钥:

#配置Rclone,大致如下
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
name> Rats  #随便填,后面要用到
Type of storage to configure.
Choose a number from below, or type in your own value
 1 / Alias for a existing remote
   \ "alias"
 2 / Amazon Drive
   \ "amazon cloud drive"
 3 / Amazon S3 (also Dreamhost, Ceph, Minio, IBM COS)
   \ "s3"
 4 / Backblaze B2
   \ "b2"
 5 / Box
   \ "box"
 6 / Cache a remote
   \ "cache"
 7 / Dropbox
   \ "dropbox"
 8 / Encrypt/Decrypt a remote
   \ "crypt"
 9 / FTP Connection
   \ "ftp"
10 / Google Cloud Storage (this is not Google Drive)
   \ "google cloud storage"
11 / Google Drive
   \ "drive"
12 / Hubic
   \ "hubic"
13 / Local Disk
   \ "local"
14 / Microsoft Azure Blob Storage
   \ "azureblob"
15 / Microsoft OneDrive
   \ "onedrive"
16 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
   \ "swift"
17 / Pcloud
   \ "pcloud"
18 / QingCloud Object Storage
   \ "qingstor"
19 / SSH/SFTP Connection
   \ "sftp"
20 / Webdav
   \ "webdav"
21 / Yandex Disk
   \ "yandex"
22 / http Connection
   \ "http"
Storage> 11  #选择11,Google Drive,注意该序列号会随时变化,看清楚再填
Google Application Client Id - leave blank normally.
client_id>  #留空
Google Application Client Secret - leave blank normally.
client_secret>  #留空 
Scope that rclone should use when requesting access from drive.
Choose a number from below, or type in your own value
 1 / Full access all files, excluding Application Data Folder.
   \ "drive"
 2 / Read-only access to file metadata and file contents.
   \ "drive.readonly"
   / Access to files created by rclone only.
 3 | These are visible in the drive website.
   | File authorization is revoked when the user deauthorizes the app.
   \ "drive.file"
   / Allows read and write access to the Application Data folder.
 4 | This is not visible in the drive website.
   \ "drive.appfolder"
   / Allows read-only access to file metadata but
 5 | does not allow any access to read or download file content.
   \ "drive.metadata.readonly"
scope> 1  #设置权限,选择1
ID of the root folder - leave blank normally.  Fill in to access "Computers" folders. (see docs).
root_folder_id>  #留空 
Service Account Credentials JSON file path  - leave blank normally.
Needed only if you want use SA instead of interactive login.
service_account_file>  #留空 
Remote config
Use auto config?
 * Say Y if not sure
 * Say N if you are working on a remote or headless machine or Y didn't work
y) Yes
n) No
y/n> n  #选择n
If your browser doesn't open automatically go to the following link: https://xx  #复制到浏览器获取验证码
Log in and authorize rclone for access
Enter verification code>  #填入上面获取到的验证码
Configure this as a team drive?
y) Yes
n) No
y/n> y  #选择y
Fetching team drive list...
No team drives found in your account--------------------
[rats]
type = drive
client_id = 
client_secret = 
scope = drive.readonly
root_folder_id = 
service_account_file = 
token = {"access_token":""}
team_drive = 
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y  #选择y
Current remotes:

Name                 Type
====                 ====
Rats                 drive

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q  #选择q退出

#最后输入Name和需要挂载的文件夹
请输入你刚刚输入的Name:
请输入你云盘中需要挂载的文件夹:

然后打开GDlist的域名界面,填写挂载的文件夹和文件夹ID,记住填写的文件夹需要共享出来,不然会遇到错误。
请输入图片描述
文件下载成功后,请去GDlist后台,更新下缓存可以及时看到下载的文件。

最后Aria2ng的访问地址为ip:8000,然后填上密匙即可下载文件。

总结

GDlist虽然不需要消耗服务器流量,但我们需要翻Q才能观看和下载,如果服务器流量足够,又不想翻Q的,建议使用文章开头的那个教程,使用DirectoryLister观看。

Vultr新用户注册送100美元/16个机房按小时计费,支持支付宝,【点击查看】。
最后修改:2020 年 04 月 29 日 12 : 59 PM

发表评论

140 条评论

  1. luk

    大佬 aria2下载bt无速度怎么办

    1. Rat's
      @luk

      挂一天或者找个热门的资源。

  2. 咸鱼屋

    请问如果想在搭建了这个的服务器上搭建其他网站,应该这么做?

    1. Rat's
      @咸鱼屋

      Web服务器会有冲突,会打不开,不过你有点基础的话,可以手动把Caddy换成网站的Web环境。

  3. 深海鱼

    大佬 我用来这个脚本挂载one教育版,没有挂载成功该怎样从新挂载。 还有就是one分享id是那段我试了好久都不能浏览

    1. Rat's
      @深海鱼

      这个最初是争对谷歌网盘的,OD可能还存在点问题,建议你看看这个教程:https://www.moerats.com/archives/592/。

      1. 深海鱼
        @Rat's

        今天发现确实成功挂载了,但df -h 不会显示,下载的东西上传到one了。 但还有一个问题没有解决,GDlist怎么添加one网盘的分享文件大佬。https://*/:f:/g/personal/one账号/Et-HIqyJZUZBnUQpeRkNz7UBB_jM_43o9d29z5jl7mB_FA 这个是我的分享链接已经设置所有人无需登录可查看。那段是要填写到GDlist的id。 如果是Et-HIqyJZUZBnUQpeRkNz7UBB_jM_43o9d29z5jl7mB_FA 这个我已经填写了两天了,文件夹有单打开里面什么文件都没有显示。 求大佬帮忙解决一下。

        1. Rat's
          @深海鱼

          估计程序的问题,这个得作者修复。

  4. arrowarrow

    文件夹如何加个密码啊,毕竟一旦知道网址,文件全部都被公开了。

    1. Rat's
      @arrowarrow

      找到Caddy配置文件/usr/local/caddy/Caddyfile,在对应的{}里,加上一行basicauth / admin zxc123,后面的是用户名和密码,自行修改。

      1. Jeff
        @Rat's

        博主,AriaNg 对应的域名是不能用同样的方法设置加密吗?在Caddy配置文件里分别设置了密码,只有GDlist 的域名成功了不知道为什么。

        1. Rat's
          @Jeff

          都适用啊,你在AriaNg的域名里也添加就可以了。

  5. sky

    [错误] Caddy 启动失败 !怎么搞?

    1. Rat's
      @sky

      可能是Caddy所使用的的端口被占用了。

      1. sky
        @Rat's

        那个端口?

        1. Rat's
          @sky

          80/443,配合这个教程的检查端口看下:https://www.moerats.com/archives/605/。

  6. arrowarrow

    进入GDlist的域名界面,填写挂载的文件夹和文件夹ID,出现如下错误:

    Error
    Looks like something broke!

    TypeError: Cannot read property 'filter' of undefined

    at ShareList.mount (/root/gdlist/models/index.js:90:21) at ShareList.path (/root/gdlist/models/index.js:33:18) at index (/root/gdlist/controllers/sharelist.js:10:30) at dispatch (/root/gdlist/node_modules/koa-compose/index.js:44:32) at next (/root/gdlist/node_modules/koa-compose/index.js:45:18) at /root/gdlist/node_modules/koa-router/lib/router.js:346:16 at dispatch (/root/gdlist/node_modules/koa-compose/index.js:44:32) at next (/root/gdlist/node_modules/koa-compose/index.js:45:18) at module.exports (/root/gdlist/middleware/koa-gdlist-install.js:5:11) at dispatch (/root/gdlist/node_modules/koa-compose/index.js:44:32) at next (/root/gdlist/node_modules/koa-compose/index.js:45:18) at /root/gdlist/node_modules/koa-router/lib/router.js:346:16 at dispatch (/root/gdlist/node_modules/koa-compose/index.js:44:32) at /root/gdlist/node_modules/koa-compose/index.js:36:12 at dispatch (/root/gdlist/node_modules/koa-router/lib/router.js:351:31) at dispatch (/root/gdlist/node_modules/koa/node_modules/koa-compose/index.js:42:32)
    1. Rat's
      @arrowarrow

      这个问题没遇到过,可能是填写的文件夹的问题。

      1. arrowarrow
        @Rat's

        在GDlist界面中
        1.口令是上面设置的Aria2密钥吗?
        2.“虚拟路径添加”内应该填什么啊,是google drive中希望同步的路径吗?没有根目录或路径信息的?

        1. Rat's
          @arrowarrow

          路径随便填,也可以填网盘文件夹名,口令是进入管理的密码,ID填分享的文件夹ID。

          1. arrowarrow
            @Rat's

            谢谢!换了一个googlecdrive,重装一遍,问题依旧。还是在GDlist界面中出现
            Error
            Looks like something broke!
            TypeError: Cannot read property 'filter' of undefined

            1. 请问
              @arrowarrow

              我也出现这个问题了,请问怎么解决的?

            2. Rat's
              @arrowarrow

              大概是程序问题了,安装是没问题的,只能等作者完善了。

              1. arrowarrow
                @Rat's

                最后用千影的脚本一步步到是配成功了。

  7. 敖弑神

    通过本脚本,我安装了OneDrive for Business on Bash 这个然后修改了Aria2下载后的执行脚本,直接上传onedrive。然后通过oneindex进行查看。GDlist怎么去掉呢以及他绑定的域名

    1. Rat's
      @敖弑神

      可以修改脚本,或者手动安装,参考教程:https://www.moerats.com/archives/491/,https://www.moerats.com/archives/517/。

  8. 请问

    老哥,可以来个onedrive一键脚本吗?最新的那个。

    1. Rat's
      @请问

      不要太依赖一键脚本。

  9. 风云

    请问我安装好了没提示错误什么的,但就是绑定的两个域名都打不开是怎么回事,腾讯云和vultr都试了不行

    1. 风云
      @风云

      研究好了用你网站的aria2

    2. 风云
      @风云

      好像域名没绑上明明解析好了呀,我用33001端口能访问GDLIST,就是不知道Aria2ng怎么用端口访问

      1. Rat's
        @风云

        可能是Caddy没启动?启动命令:bash /etc/init.d/caddy start。至于Aria2ng用端口访问,修改/usr/local/caddy/Caddyfile,将你之前Aria2ng填的域名,修改为:port,比如:8080 {省略},再重启Caddy。

    3. Rat's
      @风云

      检查下caddy状态bash /etc/init.d/caddy status。然后再看看防火墙啥的。

  10. 博主 下载成功也同步到谷歌盘了 GDlist后台刷新缓存了 怎么还不显示

    1. Rat's
      @勒

      这个就需要检查下操作了,同步到谷歌后,应该说很快显示。