xiaoya-alist
写在前面
之前有一篇关于alist搭建的文章:点击前往
关于xiaoya
什么样的设备能安装 xiaoya 的docker
1. 软路由盒⼦类似 n1 等,具有 openwrt环境 (可以终端上⼀键配置)
2. NAS 等具有docker插件 (⽆法或很难登⼊终端,需要图形化⾃⾏配置)
3. 云服务器也就是俗称的 vps (可以终端上⼀键配置)
搭建
openwrt或者vps下安装,调出终端命令⾏
一键脚本
bash -c "$(curl http://docker.xiaoya.pro/update_new.sh)"
host模式
bash -c "$(curl http://docker.xiaoya.pro/update_new.sh)" -s host
需要的token
- token /etc/xiaoya/mytoken.txt https://aliyuntoken.vercel.app/
- 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 在阿⾥⽹盘⽹⻚版【资源库】上创建⼀个转存⽬录,⽐如“temp”,然后点击⽬录,
浏览器显⽰的 URL:https://www.alipan.com/drive/file/resource/640xxxxxxxxxxxxxxxxxxxca8a
最后⼀串640xxxxxxxxxxxxxxxxxxxca8a就是
设置密码登入
如果你的xiaoya放在公⽹,为了防⽌别⼈蹭⽹,可以设置强制登⼊
把密码保存到 /etc/xiaoya/guestpass.txt (不过不要设置稀奇古怪的符号,例如;&#“~@()*$ 之类的)
新增 /etc/xiaoya/guestlogin.txt 这个⽂件,重启即可,⽂件有没有内容⽆所谓,如果取消强制登⼊就删除这个⽂件。强制登⼊的账号为 dav,密码使⽤
/etc/xiaoya/guestpass.txt ⾥设置的,同时webdav连接使⽤ dav 这个⽤户。
上述2个功能设置好后需要重启docker才会⽣效。
挂载pikpak
pikpak注册邀请码:86956128
⽂件:/etc/xiaoya/pikpak.txt
⽤途:⽤来观看pikpak分享
格式:"xxxxxxxx" "yyyyyyyy"
备注:账号可以是邮箱和⼿机号,⼿机号前⾯要加区号,也就是 "+86xxxx" 这样,注册如果⽤⾕歌快捷⽅式登⼊的话
是⽆法使⽤⾕歌邮箱登⼊的(alist不⽀持)账号与密码直接有一个空格。
功能
1. ⾃动签到
2. 检查token有效性⼯具
3. 配合TVBOX 的json⽂件,可以搜索xiaoya的docker内容
4. 挂载⾃定义的pikpak分享
5. 挂载⾃⼰的多个pikpak⽹盘
6. 挂载⾃定义的阿⾥分享资源
常用的命令
查看容器日志
docker logs -f xiaoya
停止容器
docker stop xiaoya
docker stop alist
启动容器
docker start xiaoya
docker start alist
重启容器
docker restart xiaoya
更新token
echo xxxxxxx > /etc/xiaoya/mytoken.txt
echo xxxxxxx > /etc/xiaoya/myopentoken.txt
echo xxxxxxx > /etc/xiaoya/temp_transfer_folder_id.txt
注:xxxxxxx改成自己对应的token。
尾巴
我的⼀些邀请码和推荐和⼩插件
阿⾥云盘注册
https://www.alipan.com/s/dCU49MJ31xT
通过我的分享链接注册有500G,可以注册⼩号来配合docker⽤
pikpak注册
https://mypikpak.com/drive/activity/invited?invitation-code=86956128&g=1
检查token的有效性 (32位)
docker exec xiaoya /checktoken xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxx 是你的 token
检查open token的有效性 (280位)
docker exec xiaoya /checkopentoken xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxx 是你的 open token
⼿动签到阿⾥云盘
docker exec xiaoya /ali_auto_checkin.sh xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxx 是你的 token
油猴⾖瓣插件(包含⼩雅搜索)
https://greasyfork.org/zh-CN/scripts/461306-⾖瓣资源下载⼤师-包含⼩雅-⾖瓣电影-⾳乐-图书下载
共有 0 条评论