说明:之前发过一个与本脚本类似的教程,参考:Aria2+Rclone+DirectoryLister+Aria2Ng一键安装脚本,而前天有大佬发布了GDlist
后,其不走服务器流量的特点还是挺不错的,毕竟很多人流量都有限,于是友链博主千影将DirectoryLister
替换成了GDlist
,Nginx
环境换成了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
观看。
最后退出后,如果想再次添加,该如何添加,使用哪个命令行。
具体点,比如添加什么?
最后一步退出了,我想再添加谷歌或者其他云盘,改用哪条命令,再次用wget https://www.moerats.com/usr/shell/Aria2_gdlist.sh && bash Aria2_gdlist.sh是不行的
这个就是直接加的谷歌,一般想添加其它的话,建议手动下好些,不然不清楚文件路径的会很麻烦。手动教程可以一个一个搜下,就在博客上面的搜索框
好的
可以和宝塔面板共存吗?
不能,需要刚重装好的系统
这个好像也耗服务器流量,是下载到服务器的,再上传到 Google Drive的,还是耗服务器2倍流量吧
这个就看你服务器是计双向还是单向流量了,计单向的话也就一倍。
Caddy 启动失败,看日志写的是 Error during parsing: Unknown directive 'http://dl.xx.tk,里面是AriaNG的域名,换了服务器这是这样,重装了几次,端口也是没有占用。
这问题修复了,caddy规则貌似变了。
好像是域名解析出了问题,你检查下域名解析,或者换个域名。
--2018-09-05 10:21:15-- https://www.moerats.com/usr/shell/Aria2_gdlist.sh
Resolving www.moerats.com (www.moerats.com)... 172.81.104.208
Connecting to www.moerats.com (www.moerats.com)|172.81.104.208|:443... connected.
ERROR: The certificate of ‘www.moerats.com’ is not trusted.
ERROR: The certificate of ‘www.moerats.com’ hasn't got a known issuer.
学会善于搜索,先运行这个命令apt-get install ca-certificates -y。
大佬,我是一个域名都没有,直接通过ip地址访问的教程有没有,谢啦
教程都有,不过很分散,没集合写,你在博客内搜索下,自己研究看看。
Caddy 启动失败,看日志写的是 Error during parsing: Unknown directive 'http://dl.xx.gq',里面是AriaNG的域名,这个怎么办?
启动成功了,这个问题取消
怎么解决的我也是这个问题
这问题修复了,caddy规则貌似变了。
欸,我本身服务器上配置了caddy环境了,感觉好像不适合这个脚本了,不清楚会不会打乱我的服务器,可惜
你可以去掉脚本里的Caddy安装,找到配置文件,自己慢慢手动。
哇,一个没注意,caddyfile被清空了,心态有点炸
看脚本后,可以自己重新添加。
我把caddyfile拆分成多文件了,以后不用怕这个问题了。
多学一下Caddy,你会很强大。
大侠,你这个教程没有写完吧。按照教程做完之后,然后呢?vps也没有挂载gdrive,打开ip也不能访问,caddy需要做什么设置吗?为什么需要两个域名呢, 哪里提现https了呢?实在是搞晕了,有人按照教程做出来了?
只能说这教程不适合你。
识别到本机IP为127.0.0.2,所以Caddy的配置文件错误,能发一下正确的配置文件格式不?
可以参考这个:
http://xx.com {
root /home/wwwroot/xx.com
timeouts none
gzip
browse
}
具体的可以查看这个文章:https://www.moerats.com/archives/403/。