一、获取token等三个链接
1、mytoken.txt的token获取链接(二选一)

https://aliyuntoken.vercel.app/
https://alist.nn.ci/zh/guide/drivers/aliyundrive.html

2、myopentoken.txt的token获取链接

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

3、temp_transfer_folder_id.txt的阿里云盘转存目录ID获取链接
(实测在阿里云资源盘的资源库里新建一个文件夹复制浏览器的URL就行了,以下是小雅官方提供的方法)

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

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

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

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

192.168.5.123:5678
小雅的访问地址

将小雅挂载到alist
管理 存储 添加 驱动选alist_V3
挂载路径名称任意
链接填小雅地址
http://192.168.5.123:5678

令牌

查看小雅alist的token

docker exec -i xiaoya sqlite3 data/data.db <<EOF
select value from x_setting_items where key = "token";
EOF

小雅alist配置tvbox的地址
在TVBOX 的配置地址填入

http://192.168.5.123:5678/tvbox/my.json

第二种更适合tvbox的配置

Ubuntu/Debian/Synology等基于Debian的Linux

wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh && ./pi.sh

OpenWrt/iStoreOS 软路由系统

wget -qO op.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/op.sh && chmod +x op.sh && ./op.sh

安装小雅tvbox

安装完成后从 ip:4567进入webui
帐号密码admin
进入后 帐号 添加 分别添加阿里的两个token
tvbox的配置地址 是 订阅里的默认

Last modification:June 8th, 2024 at 08:58 am