openwrt安装配置阿里云盘webdav

简介

这篇来讲openwrt如何安装配置阿里云盘webdav,自从玩了openwrt之后,需求慢慢的在增加,不断的在折腾

 

教程

安装阿里云盘webdav,复制下方的代码到openwrt的TTYD终端或者使用SSh连接,其他架构需要在这里下载

wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.1/aliyundrive-webdav_2.2.1-1_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.1/luci-app-aliyundrive-webdav_2.2.1_all.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.1/luci-i18n-aliyundrive-webdav-zh-cn_2.2.1-1_all.ipk
opkg install aliyundrive-webdav_2.2.1-1_aarch64_generic.ipk
opkg install luci-app-aliyundrive-webdav_2.2.1_all.ipk
opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.2.1-1_all.ipk

安装完成后,简单配置一下即可,正常也就配置以下几项,其他的默认不动,完成后点击保存应用

通过以上几个参数的修改,阿里云盘webdav就能运行了

输入openwrt的地址加端口号,就能访问了

阅读剩余
THE END