Rat's

Aria2+Rclone+DirectoryLister+Aria2Ng一键安装脚本 for Debian
说明:之前发了个VPS结合Google Drive建立BT离线大网盘教程,参考:利用Aria2+AriaNg+H5...
扫描右侧二维码阅读全文
20
2018/02

Aria2+Rclone+DirectoryLister+Aria2Ng一键安装脚本 for Debian

说明:之前发了个VPS结合Google Drive建立BT离线大网盘教程,参考:利用Aria2+AriaNg+H5ai+Google Drive建立离线BT下载/在线播放/无限空间网盘,鉴于很多小白还是不会,加上H5ai有点浪费流量和api,所以友链博主千影写了个一键脚本,使用更好的DirectoryLister替代了H5ai,并自动添加SSL免费证书,Aria2Ng由于使用SSL后影响面板操作,就单独分开了,所以本脚本需要2个域名,并且下载文件自动上传到Google Drive,重启后自动挂载,添加并自动更新Trackers服务器,期间不需要做任何操作,这里分享下脚本。

截图

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

更新

【2018.12.21】
优化定时任务步骤,最后不再显示定时任务编辑界面。

【2018.8.17】
修复Aria2无法自动更新Trackers服务器的Bug,并优化脚本步骤信息的提示。

脚本

本脚本适用于Debian 8、9。且需要提前使用2个二级域名解析到VPS服务器。

使用命令:

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

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

#输入网盘域名及Aria2NG面板域名
请输入你的DirectoryLister域名信息:
请输入你的Aria2NG域名信息:

#设置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 / Amazon Drive
   \ "amazon cloud drive"
 2 / Amazon S3 (also Dreamhost, Ceph, Minio)
   \ "s3"
 3 / Backblaze B2
   \ "b2"
 4 / Box
   \ "box"
 5 / Cache a remote
   \ "cache"
 6 / Dropbox
   \ "dropbox"
 7 / Encrypt/Decrypt a remote
   \ "crypt"
 8 / FTP Connection
   \ "ftp"
 9 / Google Cloud Storage (this is not Google Drive)
   \ "google cloud storage"
10 / Google Drive
   \ "drive"
11 / Hubic
   \ "hubic"
12 / Local Disk
   \ "local"
13 / Microsoft Azure Blob Storage
   \ "azureblob"
14 / Microsoft OneDrive
   \ "onedrive"
15 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
   \ "swift"
16 / Pcloud
   \ "pcloud"
17 / QingCloud Object Storage
   \ "qingstor"
18 / SSH/SFTP Connection
   \ "sftp"
19 / Webdav
   \ "webdav"
20 / Yandex Disk
   \ "yandex"
21 / http Connection
   \ "http"
Storage> 10  #选择10,Google Drive,注意该序列号会随时变化,看清楚再填
Google Application Client Id - leave blank normally.
client_id>  #留空 
Google Application Client Secret - leave blank normally.
client_secret>  #留空
Service Account Credentials JSON file path - 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://accounts.google.com/o/oauth2/auth....  #复制到浏览器打开,获取验证码
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]
client_id = 
client_secret = 
service_account_file = 
token = {"access_token":"ya29.GltFBd7UJN2qrxdG8FnG_rMuB18ogb8QlujdL7glvXtfV"}
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:

然后脚本安装完成后,就可以直接通过Aria2Ng面板连接Aria2下载文件,并通过网盘观看了。

相关目录

Aria2下载目录:/root/Download
DirectoryLister目录:/home/wwwroot/a.xx.com
Aria2Ng目录:/home/wwwroot/b.xx.com
挂载目录:/home/wwwroot/a.xx.com/Cloud

千影大佬博客:https://www.94ish.me,欢迎去参观。

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

发表评论

425 条评论

  1. 哈?

    重装aria2 自动上传失效了,怎么办

    1. 哈?
      @哈?

      root文件夹下找不到GDupload.sh
      放在别的地方了还是不用管它重新弄一遍就行?

      1. 哈?
        @哈?

        按照https://www.moerats.com/archives/482/手动安装

        /root/GDupload.sh 用户组root权限777(第一次测试失效我改成777了)

        downloadpath='/root/Download' #下载目录
        rclone='/home/wwwroot/www.那个云盘的域名.ml/Cloud' #rclone挂载的目录

        /root/.aria2/aria2.conf 用户组root权限644
        末尾加了
        on-download-complete=/root/GDupload.sh

        还是不上传哪里不对

        1. Rat's
          @哈?

          具体情况不知,你可以重装系统后再用脚本重来。

  2. Black

    博主,请问一下,按照上面的配置安装到最后一步时,填写了name和google drive 文件夹之后,他又弹出了下面这个,这个需要怎么处理呢?
    请选择VIM编辑后输入:wq保存

    Select an editor. To change later, run 'select-editor'.

    /bin/nano <---- easiest/usr/bin/vim.basic/usr/bin/vim.tiny
    1. Rat's
      @Black

      可以选择nano,Ctrl+x,y退出,也可以不管。

  3. himily

    按过程走了两遍都是aria2启动成功,rclone启动失败

    1. Ha
      @himily

      你可能也是openvz吧

      1. Rat's
        @Ha

        对,OVZ会挂不上去。

    2. Rat's
      @himily

      什么系统?建议非mini版的debian 8。

      1. himily
        @Rat's

        就是非mini版的debian 8,我也很迷

        1. Rat's
          @himily

          安装的时候有没有报错信息,或者你试下debian 9。

  4. himily

    aria2启动成功
    rclone启动失败

  5. 真菜鸡

    博主您好,DirectoryLister域名信息,Aria2NG域名信息,Aria2密钥这几个什么?

    1. Rat's
      @真菜鸡

      前两个填域名,二级域名也可以,最后一个随便填,也就是个aria2密码。

  6. neworld

    博主我的系统是Debian8,SSL证书生成失败
    这样显示的:./Aria2.sh: line 181: /root/.acme.sh/acme.sh: No such file or directory

    1. Rat's
      @neworld

      估计get.acme.sh抽风,你运行命令:
      apt-get install git socat netcat -y
      git clone https://github.com/Neilpang/acme.sh.git
      cd ./acme.sh
      ./acme.sh --install
      再运行脚本吧。

  7. 哈?

    我**不知道如何表达我的心情,安了一个小时各种出错
    1.安装过程中会提示升级脚本,我也没注意就按了,他会升级成https://www.moerats.com/archives/594/里的脚本坑了我好久
    2.domian验证有问题(他原话我并不知道是啥)
    本地ip显示 第一行显示127.0.0.2.第二行显示真实ip
    群里大佬让我测试 curl -4 ip.sb 可以显示真实ip
    3.nginx有点问题,已经正常运行,脚本显示nginx安装失败,重启个两三次才正常

    1. 哈?
      @哈?

      补充,脚本自动安装nginx部分用不了,需要提前手动安装。

      1. Rat's
        @哈?

        脚本没升级功能,ip获取方式已调整,其它的因系统而异吧,大多数同系统模板是没问题的,这就需要点基础了。

  8. zsnmwy

    麻烦博主修改下脚本,有bug。

    ifconfig -a|grep inet|grep -v 127.0.0.1|grep -v inet6 | awk '{print $2}' | tr -d "addr:"

    这个获取本地IP地址的时候有bug,有的机子会获取到 127.0.0.2
    用ifconfig 有时候不太准
    请改用

    curl -4 ip.sb

    直接获取vps的IP地址

    可以参考下我自己的这个脚本

    Caddy + FileManager + WebDav + Aria2 + Rclone = 大容量离线下载服务器
    https://zsnmwy.net/2018/06/03/test/#more

    以上

    1. Rat's
      @zsnmwy

      我也觉得curl获取公网ip好些,已修改为local_ip=curl http://whatismyip.akamai.com。

  9. Noooooooo

    DirectoryLister打不开,应该是nginx没启动成功,80,443都没listen,
    nginx用脚本没办法安装,我自己安装了1.9.5版本,不知道是不是这个问题。

    1. Rat's
      @Noooooooo

      脚本提示Nginx安装成功没?然后systemctl statu nginx看下状态。

  10. 提皮tp

    博主,我看不懂它的储存原理,它是先存在vps中,然后上传到谷歌云盘中就就删了vps中的文件,然后下载时候就像搞一个rinetd的东西来转发谷歌云盘和用户之间的流量吗。我这里vps文件下载回本地太慢了(600K/s-1.7M/s),用的SpartanHost,所以我想问问是不是因为文件不在本地的缘故。

    1. Rat's
      @提皮tp

      原理是你说的这样,下载用idm工具。