luci-app-dockerman: add from openwrt luci

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml
2026-02-21 22:33:23 +08:00
commit fb4454678a
66 changed files with 109176 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for docker
LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
+luci-base \
+docker \
+ttyd \
+dockerd \
+docker-compose \
+ucode-mod-socket
PKG_LICENSE:=AGPL-3.0
PKG_MAINTAINER:=Paul Donald <newtwen+github@gmail.com> \
Florian Eckert <fe@dev.tdt.de>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature