openwrt安装2.3.2版阿里云盘webdav
简介
之前也写过openwrt如何安装配置阿里云盘webdav,那个版本好像有些老了,无法运行了,再写一篇,顺便更新一下代码
教程
安装阿里云盘webdav,复制下方的代码到openwrt的TTYD终端或者使用SSh连接,其他架构在这里下载地址
wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.2/aliyundrive-webdav_2.3.2-1_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.2/luci-app-aliyundrive-webdav_2.3.2_all.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.2/luci-i18n-aliyundrive-webdav-zh-cn_2.3.2-1_all.ipk
opkg install aliyundrive-webdav_2.3.2-1_aarch64_generic.ipk
opkg install luci-app-aliyundrive-webdav_2.3.2_all.ipk
opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.3.2-1_all.ipk
安装完成后,简单配置一下即可,正常也就配置以下几项,其他的默认不动,完成后点击保存应用
通过以上几个参数的修改,阿里云盘webdav就能运行了
输入openwrt的地址加端口号,就能访问了
版权声明:
作者:ivpsr.com
链接:https://ivpsr.com/4996.html
文章版权归作者所有,未经允许请勿转载。
THE END