本文最后更新于 2024-07-06,文章内容可能已经过时。

小雅Alist安装

一、新版脚本

用SSH工具登陆到你要安装小雅alist的主机终端,复制下面两行代码之中的一个,到命令行粘贴执行即可,必须提前部署好docker运行环境

安装脚本1——bridge网络模式

-c "$(curl http://docker.xiaoya.pro/update_new.sh)"

安装脚本2——host网络模式

bash -c "$(curl http://docker.xiaoya.pro/update_new.sh)" -s host

二、获取token等三个链接

  1. https://aliyuntoken.vercel.app/

2、myopentoken.txt的token获取链接

1.

https://alist.nn.ci/zh/guide/drivers/aliyundrive_open.html

3、temp_transfer_folder_id.txt的阿里云盘转存目录ID获取链接

先转存这个

https://www.aliyundrive.com/s/rP9gP3h9asE

 到自己网盘(选择资源盘),然后浏览器打开转存后的目录,浏览器的url 

  1. https://www.aliyundrive.com/drive/file/resource/640xxxxxxxxxxxxxxxxxxxca8a

最后一串就是,记得这个目录不要删,里面的内容可以定期删除


三、定时清理阿里云盘转存目录的脚本

bash -c "$(curl -s https://xiaoyahelper.zngle.cf/aliyun_clear.sh | tail -n +2)" -s 3 -tg

注:上面这个命令后缀-tg可以删除,这个是电报机器人接收通知。


四、小雅alist配置tvbox的地址

  • http://192.168.8.8:5678/tvbox/my.json

 

注:将IP换成你自己的,且须提前在小雅配置目录中配置好docker_address.txt文件,里面内容就是你的小雅alist的访问IP加5678,不要带斜杠。