安装脚本
export VERSION=v1.2.14 && bash -c "$(curl -fsSL https://raw.githubusercontent.com/monlor/docker-xiaoya/main/install.sh)"
这个有代理加速安装
export VERSION=v1.2.14 GH_PROXY=https://gh.monlor.com/ IMAGE_PROXY=ghcr.monlor.com && bash -c "$(curl -fsSL ${GH_PROXY}https://raw.githubusercontent.com/monlor/docker-xiaoya/main/install.sh)"
卸载脚本
bash -c "$(curl -fsSL https://raw.githubusercontent.com/monlor/docker-xiaoya/main/uninstall.sh)"
极速卸载
export GH_PROXY=https://gh.monlor.com/ IMAGE_PROXY=ghcr.monlor.com && bash -c "$(curl -fsSL ${GH_PROXY}https://raw.githubusercontent.com/monlor/docker-xiaoya/main/uninstall.sh)"
新的令牌验证地址
https://api.nn.ci/alist/ali_open/token
管理用的命令
管 理 ( 请 牢 记 以 下 命 令 )
查 看 日 志 : /opt/xiaoya/manage.sh logs
启 动 服 务 : /opt/xiaoya/manage.sh start
停 止 服 务 : /opt/xiaoya/manage.sh stop
重 启 服 务 : /opt/xiaoya/manage.sh restart
加 载 配 置 : /opt/xiaoya/manage.sh reload
高 级 用 户 自 定 义 配 置 : /opt/xiaoya/env
挂载webdav
http://192.168.1.250:5678/dav,
默 认 用 户 密 码 : guest/guest_Api789
TVBOX的配置
http://192.168.1.250:5678/tvbox/my_ext.json
挂载到本地
mount.davfs http://192.168.1.250:5678/dav /backup/xiaoya/
mount -t davfs http://127.0.0.1:5678/dav /backup/xiaoya/ -o rw,uid=0,gid=0,file_mode=666,dir_mode=777
rclone mount xiaoya /backup/xiaoya --allow-other --allow-non-empty --vfs-cache-mode writes
下面是令牌验证网址
https://api-cf.nn.ci/alist/aliopen/token https://api.xhofe.top/alist/aliopen/token
用这个看令牌
docker exec -i xiaoya sqlite3 data/data.db <<EOF
select value from x_setting_items where key="token";
EOF
下面这句是啦镜像文件
docker pull xiaoyaliu/alist
还有就是看启动的日志
docker logs -f xiaoya
最新回复