GitHub 阿里云盘 WebDAV 服务:
安装阿里云webdev代码我已经把适合玩客云CPU的代码找出来了,可以直接使用。 首先 ssh 登录openwrt wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.7/aliyundrive-webdav_1.8.7-1_arm_cortex-a5_vfpv4.ipkwget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.7/luci-app-aliyundrive-webdav_1.8.7_all.ipkwget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.7/luci-i18n-aliyundrive-webdav-zh-cn_1.8.7-1_all.ipkopkg install aliyundrive-webdav_1.8.7-1_arm_cortex-a5_vfpv4.ipkopkg install luci-app-aliyundrive-webdav_1.8.7_all.ipkopkg install luci-i18n-aliyundrive-webdav-zh-cn_1.8.7-1_all.ipk 前3个是下载文件,后面是安装!先复制粘贴前面3个,跑完代码后,在复制粘贴后面3个,安装搞定! TIP:因为GitHub在国内服务网络不稳定,如果出现无法下载的错误,解决办法,挂全局代理! 刷新openwrt后台,在服务选项卡里就出现了”阿里云盘webdav“插件! 只需要填写token(获取方法插件里有,不再赘述)后,启用即可! 最后 ip:8080 即可访问服务了。 |
|