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. bensoner

    换成debian可以了,但directory上,没显示google drive 内容

    1. Rat's
      @bensoner

      运行过程没出错吗?配置的时候权限是不是选的1。或者看下挂载状态:bash /etc/init.d/rcloned status。正常的话,重新安装看看。

  2. bensoner

    在什么系统下能用啊?cnetos7似乎报错!

  3. 蚁贼君

    这个能不能用在国内VPS上然后解析Googledrive的目录?

    1. Rat's
      @蚁贼君

      貌似不能吧,国内根本访问不了谷歌。

  4. 蚁贼君

    怎么可以使用Centos

    1. Rat's
      @蚁贼君

      这个问题一言难尽,只能手动安装。

  5. Jacob

    重装了试了还是ssl证书生成失败,大佬能帮我登录服务器看看吗

    1. Rat's
      @Jacob

      这个失败应该有错误提示的,就是error字符前后的提示。

      1. jacob
        @Rat's

        原来是域名没弄好,现在轮到80端口占用,,

        1. Rat's
          @jacob

          看是不是apache占用了,apt remove apache2试试

          1. Jacob
            @Rat's

            rclone 启动失败 !

          2. Jacob
            @Rat's

            前面一直没有到谷歌验证那一步

          3. Jacob
            @Rat's

            博主你好,现在到了输入vim编辑那里不会弄,我用的手机,juice 手机可以搭建吗?

            1. Rat's
              @Jacob

              出现VIM那里可以不用管。

              1. Jacob
                @Rat's

                现在轮到rclone启动失败,还有就是全程没有验证谷歌云那一步…输入验证码之类那些

      2. Jacob
        @Rat's

        没有,没有提示,一路畅通,[OK] SSL 证书生成脚本安装成功 [Sun Nov 18 10:03:24 EST 2018] Standalone mode. [Sun Nov 18 10:03:24 EST 2018] Creating domain key [Sun Nov 18 10:03:24 EST 2018] The domain key is here: /root/.acme.sh/MUA233.top_ecc/MUA233.top.key [Sun Nov 18 10:03:24 EST 2018] Single domain=‘MUA233.top‘ [Sun Nov 18 10:03:24 EST 2018] Getting domain auth token for each domain [Sun Nov 18 10:03:24 EST 2018] Getting webroot for domain=‘MUA233.top‘ [Sun Nov 18 10:03:24 EST 2018] Getting new-authz for domain=‘MUA233.top‘ [Sun Nov 18 10:03:25 EST 2018] The new-authz request is ok. [Sun Nov 18 10:03:25 EST 2018] Verifying:MUA233.top [Sun Nov 18 10:03:25 EST 2018] Standalone mode server [Sun Nov 18 10:03:29 EST 2018] Pending [Sun Nov 18 10:03:32 EST 2018] MUA233.top:Verify error:DNS problem: NXDOMAIN looking up A for mua233.top [Sun Nov 18 10:03:32 EST 2018] Please add ‘--debug‘ or ‘--log‘ to check more details. [Sun Nov 18 10:03:32 EST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh [Error] SSL 证书生成失败 root@HeftyQuarterly-VM:~# y

  6. Jacob

    证书生成失败怎么办?

    1. Rat's
      @Jacob

      生成证书报错信息是什么?还有如果一次不能解决的,那就再来一次。

      1. Jacob
        @Rat's

        Ssl证书生成失败

  7. alex

    2018/11/14 05:46:43 Failed to configure token: failed to get token: Post https://accounts.google.com/o/oauth2/token: net/http: TLS handshake timeout

    1. Rat's
      @alex

      感觉是挂载的时候出现了网络问题导致超时,你再试下?

      1. alex
        @Rat's

        重新配置了一下,好了....莫名其妙的

  8. nero

    大佬,这个是先下到本地再移动到网盘里吧,这样的话VPS如果只有20G硬盘,下载一个40G大的文件怎么办,就无法完成了?

    1. Rat's
      @nero

      是的,凉拌,直接下到网盘肯定是不行的。

      1. nero
        @Rat's

        这样的话 感觉非常鸡肋啊。所以就没有解决方案?

        1. Rat's
          @nero

          只是你下载的文件实在太大,解决就是加钱换大硬盘,

  9. 55555

    博主大大,为什么我DirectoryLister里没有显示,我谷歌drive挂载的文件

    1. 55555
      @55555

      一事未结束,又出一事,好像Rclone挂载不了了,我重启一下,重新配置下?

      1. Rat's
        @55555

        重新配置,观察下有没有报错。

        1. 55555
          @Rat's

          会不会是我内存太小了呢?谷歌云的系统是没有虚拟内存的,我弄好虚拟内存,然后重新配置下吧!

          1. Rat's
            @55555

            你可以试试,与内存是有点关系

            1. 55555
              @Rat's

              如何更改挂载的文件夹,急

              1. Rat's
                @55555

                怎么修改的话一言难尽,你研究下这个文章吧:https://www.moerats.com/archives/481/。

                1. 55555
                  @Rat's

                  可以了,回归正题,为什么我DirectoryLister里没有显示我谷歌drive挂载的文件

                  1. Rat's
                    @55555

                    你先确定挂上去了没?然后查看配置rclone的时候权限给了没?

                    1. 55555
                      @Rat's

                      自己搞好了(●°u°●)​ 」,不过怎么能自动删除上传玩的文件,应为我是用来下小姐姐的,服务器磁盘空间有限,

                      1. Rat's
                        @55555

                        按理说是可以自动上传,真不能的话你可以用这个上传脚本https://www.moerats.com/archives/482/。

  10. 55555

    和下面一样的问题

    1. Rat's
      @55555

      看下Aria2运行状态:/etc/init.d/aria2 status

      1. 55555
        @Rat's

        未运行

        1. 55555
          @55555

          我刚才启动了,面板还是连不上

          1. 55555
            @55555

            可以了,我把那个地址改成ip即可