如何安装
openwrt或者vps下安装,调出终端命令行
openwrt控制面板左侧(“系统”或“服务”下找到“TTY终端”)
ssh 登入 主机
然后一键安装
bash -c “$(curl http://docker.xiaoya.pro/update_new.sh)”
如果是用host模式安装,则用
bash -c “$(curl http://docker.xiaoya.pro/update_new.sh)” -s host
第一次安装会出现下面的显示

你需要配置好三个必要参数再安装:
对应文件 | 获取方式 | |
token | /etc/xiaoya/mytoken.txt | https://aliyuntoken.vercel.app/ https://alist.nn.ci/zh/guide/drivers/aliyundrive.html |
open token | /etc/xiaoya/myopentoken.txt | https://alist.nn.ci/zh/guide/drivers/aliyundrive_open.html |
转存目录的folder id | /etc/xiaoya/temp_transfer_folder_id.txt | 先转存这个 https://www.aliyundrive.com/s/rP9gP3h9asE 到自己网盘(选择资源盘),然后浏览器打开转存后的目录,浏览器的url https://www.aliyundrive.com/drive/file/resource/640xxxxxxxxxxxxxxxxxxxca8a 最后一串就是,记得这个目录不要删,里面的内容可以定期删除 |
套娃alist
执行下面代码获取令牌
docker exec -i xiaoya sqlite3 data/data.db <<EOF
select value from x_setting_items where key = "token";
EOF
把令牌填到 Authorization, Server 选用本地的docker 地址,不要填账号和密码