https://github.com/kfermercer/luci-app-baidupcs-web
LuCI interface for baidupcs-web
https://github.com/kfermercer/luci-app-baidupcs-web
Last synced: about 1 year ago
JSON representation
LuCI interface for baidupcs-web
- Host: GitHub
- URL: https://github.com/kfermercer/luci-app-baidupcs-web
- Owner: KFERMercer
- License: gpl-3.0
- Created: 2019-07-26T19:05:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T19:54:08.000Z (about 5 years ago)
- Last Synced: 2025-03-21T02:32:39.632Z (about 1 year ago)
- Language: Lua
- Size: 28.3 KB
- Stars: 27
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luci-app-baidupcs-web
本插件为[BaiduPCS-Web](https://github.com/liuzhuoling2011/baidupcs-web)的LuCI配置页面, 用于启动以及配置BaiduPCS-Web.
部分代码来自[[CTCGFW]](https://github.com/project-openwrt/BaiduPCS-Web/tree/master/luci-app-baidupcs-web).
此插件依赖baidupcs-web软件包, 你可以在[此处](https://github.com/KFERMercer/openwrt-baidupcs-web)找到.
## 如何添加插件
首先, cd 进你本地的 OpenWrt 项目根目录下, 然后依次执行以下命令:
`git clone https://github.com/KFERMercer/openwrt-baidupcs-web.git ./package/baidupcs-web`
`git clone https://github.com/KFERMercer/luci-app-baidupcs-web.git ./package/luci-app-baidupcs-web`
`rm -rf ./tmp/`
`make menuconfig`
在编译配置菜单中选择`luci-app-baidupcs-web`.