diff --git a/public/docs-static/img/open-source-zero-trust-networking.png b/public/docs-static/img/open-source-zero-trust-networking.png index dc11336d..e478285f 100644 Binary files a/public/docs-static/img/open-source-zero-trust-networking.png and b/public/docs-static/img/open-source-zero-trust-networking.png differ diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 4fdb38ea..b03f4205 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -139,8 +139,9 @@ export const docsNavigation = [ { title: 'Advanced guide', href: '/selfhosted/selfhosted-guide' }, { title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'}, { title: 'Supported IdPs', href: '/selfhosted/identity-providers' }, - { title: 'Management Geolocation', href: '/selfhosted/geo-support' }, + { title: 'Management geolocation', href: '/selfhosted/geo-support' }, { title: 'Troubleshooting', href: '/selfhosted/troubleshooting' }, + { title: 'Self-hosted vs. Cloud-hosted NetBird', href: '/selfhosted/self-hosted-vs-cloud-netbird' }, ], diff --git a/src/pages/introduction.mdx b/src/pages/introduction.mdx index d4790733..b629f354 100644 --- a/src/pages/introduction.mdx +++ b/src/pages/introduction.mdx @@ -16,13 +16,14 @@ organization or home. We designed NetBird to be simple and fast, requiring near- behind the hassle of opening ports, complex firewall rules, VPN gateways, etc. - NetBird is an **[open-source](https://github.com/netbirdio/netbird)** project and can be self-hosted + NetBird is an **[open-source](https://github.com/netbirdio/netbird)** project and can be self-hosted. + See a comparison between the self-hosted and cloud-hosted versions [here](/selfhosted/self-hosted-vs-cloud-netbird). There is no centralized VPN server with NetBird - your computers, devices, machines, and servers connect to each other directly over a fast encrypted tunnel. It creates a high-performance point-to-point [WireGuard®](https://www.wireguard.com/) overlay network that connects machines running anywhere in just a few clicks. -It literally takes less than 5 minutes to deploy a secure point-to-point VPN with NetBird. {{ className: 'lead' }} +It literally takes less than 5 minutes to deploy a secure point-to-point VPN with NetBird.
+

+ +- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird) +- Follow us [on Twitter](https://twitter.com/netbird) +- Join our [Slack Channel](https://join.slack.com/t/netbirdio/shared_invite/zt-vrahf41g-ik1v7fV8du6t0RwxSrJ96A) +- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub