lisaac / luci-app-dockerman

Docker Manager interface for LuCI
GNU Affero General Public License v3.0
825 stars 233 forks source link

luci-application中找不到dockerman #129

Closed biggbuddy closed 2 years ago

biggbuddy commented 2 years ago

问题描述

在今天拉到的最新的lede源码, 并同时拉了最新的dockerman代码放在 lede/packages/lean目录下, 但在make menuconfig的时候, luci --> applications里面找不到DockerMan.

使用命令行 n/a

版本信息:

lisaac commented 2 years ago

修改 feeds.conf.default,加入本仓库地址

biggbuddy commented 2 years ago

您好, 加入后内容如下: jimmy@jimmy-vm-op:~/lede$ cat feeds.conf.default src-git packages https://github.com/coolsnowwolf/packages src-git luci https://github.com/coolsnowwolf/luci src-git routing https://git.openwrt.org/feed/routing.git src-git telephony https://git.openwrt.org/feed/telephony.git src-git helloworld https://github.com/fw876/helloworld src-git dockerman https://github.com/lisaac/luci-app-dockerman src-git adguardhome https://github.com/AdguardTeam/AdGuardHome src-git openClash https://github.com/vernesong/OpenClash

src-git vssr https://github.com/jerrykuku/luci-app-vssr

src-git video https://github.com/openwrt/video.git

src-git targets https://github.com/openwrt/targets.git

src-git oldpackages http://git.openwrt.org/packages.git

src-link custom /usr/src/openwrt/custom-feed

然后执行

rm -rf tmp dl && ./scripts/feeds update -a && ./scripts/feeds install -a

然后还是没有看到呢... image

@lisaac

biggbuddy commented 2 years ago

删除原来的.config文件就可以了, 不好意思, 不是很熟悉.

感谢回复