免费资源

xiaoya小雅部署 套娃alist

wuyong · 5月5日 · 2025年本文共834个字 · 预计阅读3分钟10次已读

如何安装

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

第一次安装会出现下面的显示

xiaoya小雅部署 套娃alist

你需要配置好三个必要参数再安装:

对应文件获取方式
token/etc/xiaoya/mytoken.txthttps://aliyuntoken.vercel.app/ https://alist.nn.ci/zh/guide/drivers/aliyundrive.html
open token/etc/xiaoya/myopentoken.txthttps://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 地址,不要填账号和密码

0 条回应