include $(TOPDIR)/rules.mk

APP_TITLE:=VuCI UI Support for NetBird

APP_APP_NAME:=netbird
APP_TLT_NAME:=NetBird
APP_ROUTER:=$(TLT_PLATFORM_NAME)

include ../app.mk

define Package/vuci-app-netbird-ui/description
	NetBird is an open-source VPN management platform built on top of WireGuard® making it easy to create
	secure private networks for your organization or home.

	It requires zero configuration effort leaving behind the hassle of opening ports, complex firewall rules, VPN
	gateways, and so forth.
endef

# call BuildPackage - OpenWrt buildroot signature
