From b9bbc3b38a6ac8e10b76d8e3433f3fdb22894aaf Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Mon, 29 Dec 2025 08:43:14 -0800 Subject: [PATCH] Fix description formatting in netbird.json --- frontend/public/json/netbird.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/netbird.json b/frontend/public/json/netbird.json index 7fcefd128..fe67583b3 100644 --- a/frontend/public/json/netbird.json +++ b/frontend/public/json/netbird.json @@ -11,7 +11,7 @@ "website": "https://netbird.io/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/netbird.webp", "config_path": "/etc/netbird/config.json", - "description": "NetBird is an open-source VPN management platform that creates secure peer-to-peer networks using WireGuard. It enables secure connectivity between devices anywhere in the world without complex firewall configurations or port forwarding. NetBird offers features like zero-configuration networking, SSO integration, access control policies, and a centralized management dashboard. It's designed to be simple to deploy and manage, making it ideal for connecting remote teams, securing IoT devices, or building secure infrastructure networks.", + "description": "NetBird is an open source VPN management platform that creates secure peer-to-peer networks using WireGuard. It enables secure connectivity between devices anywhere in the world without complex firewall configurations or port forwarding. NetBird offers features like zero-configuration networking, SSO integration, access control policies, and a centralized management dashboard. It's designed to be simple to deploy and manage, making it ideal for connecting remote teams, securing IoT devices, or building secure infrastructure networks.", "install_methods": [ { "type": "default",