feat: add multi-user management and secure LuCI access
This commit is contained in:
@@ -26,6 +26,7 @@ endef
|
||||
|
||||
define Package/rmm-agent-go-production/conffiles
|
||||
/etc/rmm-agent.conf
|
||||
/etc/config/rmm-agent
|
||||
endef
|
||||
|
||||
define Package/rmm-agent-go-production/install
|
||||
@@ -35,6 +36,10 @@ define Package/rmm-agent-go-production/install
|
||||
$(INSTALL_BIN) ./files/etc/init.d/rmm-agent $(1)/etc/init.d/rmm-agent
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_CONF) ./files/etc/rmm-agent.conf $(1)/etc/rmm-agent.conf
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_CONF) ./files/etc/config/rmm-agent $(1)/etc/config/rmm-agent
|
||||
$(INSTALL_DIR) $(1)/usr/libexec
|
||||
$(INSTALL_BIN) ./files/usr/libexec/rmm-agent-uci-sync $(1)/usr/libexec/rmm-agent-uci-sync
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,rmm-agent-go-production))
|
||||
|
||||
Reference in New Issue
Block a user