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:
@ -27,6 +27,7 @@ define Package/luci-app-adguardhome/conffiles
|
|||||||
/usr/share/AdGuardHome/links.txt
|
/usr/share/AdGuardHome/links.txt
|
||||||
/etc/config/AdGuardHome
|
/etc/config/AdGuardHome
|
||||||
/etc/AdGuardHome.yaml
|
/etc/AdGuardHome.yaml
|
||||||
|
/etc/AdGuardHome.yaml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-app-adguardhome/postinst
|
define Package/luci-app-adguardhome/postinst
|
||||||
|
@ -8,7 +8,7 @@ PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
|
|||||||
|
|
||||||
LUCI_TITLE:=LuCI page for Argon Config
|
LUCI_TITLE:=LuCI page for Argon Config
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
LUCI_DEPENDS:=+luci-compat
|
LUCI_DEPENDS:=+luci-compat +luci-theme-argon
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/conffiles
|
define Package/$(PKG_NAME)/conffiles
|
||||||
/etc/config/argon
|
/etc/config/argon
|
||||||
|
@ -37,7 +37,6 @@ define Package/$(PKG_NAME)
|
|||||||
TITLE:=DNSCrypt Proxy LuCI interface
|
TITLE:=DNSCrypt Proxy LuCI interface
|
||||||
URL:=https://github.com/peter-tank/luci-app-dnscrypt-proxy2
|
URL:=https://github.com/peter-tank/luci-app-dnscrypt-proxy2
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
DEPENDS:=+PACKAGE_$(PKG_NAME)_INCLUDE_minisign:minisign
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/$(PKG_NAME)/description
|
||||||
|
@ -6,7 +6,7 @@ LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
|
|||||||
+luci-lib-docker \
|
+luci-lib-docker \
|
||||||
+luci-lib-ip \
|
+luci-lib-ip \
|
||||||
+docker \
|
+docker \
|
||||||
+dockerd \
|
+dockerd +cgroupfs-mount \
|
||||||
+ttyd
|
+ttyd
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|
||||||
|
@ -33,4 +33,5 @@ config_foreach remove_firewall firewall
|
|||||||
# Convert ac_allowed_container to ac_allowed_ports
|
# Convert ac_allowed_container to ac_allowed_ports
|
||||||
(sleep 30s && /etc/init.d/dockerman convert;/etc/init.d/dockerman restart) &
|
(sleep 30s && /etc/init.d/dockerman convert;/etc/init.d/dockerman restart) &
|
||||||
|
|
||||||
|
/etc/init.d/dockerd restart &
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -14,7 +14,7 @@ define Package/$(PKG_NAME)
|
|||||||
SUBMENU:=3. Applications
|
SUBMENU:=3. Applications
|
||||||
TITLE:=LuCI support for clash
|
TITLE:=LuCI support for clash
|
||||||
PKGARCH:=all
|
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
|
MAINTAINER:=vernesong
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user