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. 敖弑神

    那如果是要同步到onedrive里,是直接挂载onedrive吧

    1. Rat's
      @敖弑神

      对的。

  2. 星星

    请问没有域名用宝塔的ip建站可以么

    1. Rat's
      @星星

      可以,不过不能用这个脚本。只能手动安装。

      1. 星星
        @Rat's

        大佬能出个不用域名安装的教程么,用腾讯云搞域名要备案太麻烦了

        1. Rat's
          @星星

          手动的你可以参考https://www.moerats.com/archives/593/和https://www.moerats.com/archives/509/。

  3. CD1234

    请问Aria2连不上,一直连接中,会是什么原因,谢谢。

    1. Rat's
      @CD1234

      去AriaNG设置里检查下,所填的信息是否正确。

  4. 请问

    为啥没有办法自动同步,下载完后需要多久,才能看见文件啊

    1. Rat's
      @请问

      你先看挂载成功没df -h。或者重新配置rclone,权限选择1。

  5. 王德发

    每次下载完都要去GDlist后台清除缓存才能显示

    1. Rat's
      @王德发

      对的,不知道只清空浏览器缓存会不会显示。

      1. 王德发
        @Rat's

        GitHub这个站在/proc/sys/net/ipv6/conf目录?里面文件都是空白没法编辑。
        如果我想把站点分享出来让别人提供资源,然后GitHub要进后台清缓存才能更新列表,这样就要给密码。
        但是给了密码就会被别人修改了,我想把后台修改密码和路径段落隐藏。

        1. 王德发
          @王德发

          GitHub=GDlist复制粘贴没注意

          1. Rat's
            @王德发

            那个是ipv6配置文件夹,你更新下缓存再分享就行了,每次下载,自己手动更新下。

  6. zhujiwiki

    Gdrive那个脚本更新了,也支持odrive

    1. Rat's
      @zhujiwiki

      我看到了,感觉有点强。

  7. 请问

    博主,那个aria2是哪个目录,GDList又是啥目录。为啥我下载了看不见文件。

  8. 请问

    博主可以考虑出个视频教程吗?小白不太会。

    1. Rat's
      @请问

      这是不可能出视频教程的。一键脚本都不会的话,那就没法了。

      1. 请问
        @Rat's

        博主,我卡在最后一步了,GDList的设置问题googledrive的分享文件id哪里找?

        1. Rat's
          @请问

          文件链接的最后面一串代码就是id。

  9. Miemiedesu

    我一直好奇BT的话不会因为DMCA被肛吗?

    1. Rat's
      @Miemiedesu

      下载BT几年了,因为版权被投诉还没遇到过,这个就别担心了,一堆人用VPS下BT都没事。

  10. 请问

    [Error] 域名dns解析IP 与 本机IP 不匹配 是否继续安装?(y/n)
    每次第一步就出现这个问题,请问怎么解决?

    1. Rat's
      @请问

      dns解析未生效,你等会,或者先ping下你的域名。