1
0
mirror of https://github.com/kenzok8/small-package synced 2025-09-20 19:11:30 +08:00

update 03-13 16:41

This commit is contained in:
github-actions[bot]
2022-03-13 16:41:46 +08:00
parent bdbb58076e
commit 566f094122
6 changed files with 5 additions and 4 deletions

View File

@ -27,6 +27,7 @@ define Package/luci-app-adguardhome/conffiles
/usr/share/AdGuardHome/links.txt
/etc/config/AdGuardHome
/etc/AdGuardHome.yaml
/etc/AdGuardHome.yaml
endef
define Package/luci-app-adguardhome/postinst

View File

@ -8,7 +8,7 @@ PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
LUCI_TITLE:=LuCI page for Argon Config
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+luci-compat
LUCI_DEPENDS:=+luci-compat +luci-theme-argon
define Package/$(PKG_NAME)/conffiles
/etc/config/argon

View File

@ -37,7 +37,6 @@ define Package/$(PKG_NAME)
TITLE:=DNSCrypt Proxy LuCI interface
URL:=https://github.com/peter-tank/luci-app-dnscrypt-proxy2
PKGARCH:=all
DEPENDS:=+PACKAGE_$(PKG_NAME)_INCLUDE_minisign:minisign
endef
define Package/$(PKG_NAME)/description

View File

@ -6,7 +6,7 @@ LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
+luci-lib-docker \
+luci-lib-ip \
+docker \
+dockerd \
+dockerd +cgroupfs-mount \
+ttyd
LUCI_PKGARCH:=all

View File

@ -33,4 +33,5 @@ config_foreach remove_firewall firewall
# Convert ac_allowed_container to ac_allowed_ports
(sleep 30s && /etc/init.d/dockerman convert;/etc/init.d/dockerman restart) &
/etc/init.d/dockerd restart &
exit 0

View File

@ -14,7 +14,7 @@ define Package/$(PKG_NAME)
SUBMENU:=3. Applications
TITLE:=LuCI support for clash
PKGARCH:=all
DEPENDS:=+iptables +dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-bundle +ipset +ip-full +iptables-mod-tproxy +iptables-mod-extra +libcap +libcap-bin +ruby +ruby-yaml +kmod-tun
DEPENDS:=+iptables +dnsmasq-full +coreutils +coreutils-nohup +bash +curl +ca-bundle +ipset +ip-full +iptables-mod-tproxy +iptables-mod-extra +libcap +libcap-bin +libcap-bin +ruby +ruby-yaml +kmod-tun
MAINTAINER:=vernesong
endef