Commit Graph

825 Commits

Author SHA1 Message Date
Brandon Hopkins
2bdb0a1fe1 Enhance resource access management documentation (#499)
Updated the section on managing access to resources to clarify the assignment of resources to groups and the creation of access control policies. Added details on how peers access resources based on group policies and included a note about resources not being part of the built-in 'All' group by default.
2025-11-28 07:24:33 -08:00
Maycon Santos
abf5a83fb7 Add new streamline relay endpoints (#500)
across multiple regions to netbird-cloud-endpoints.json
2025-11-28 11:27:17 +01:00
Brandon Hopkins
0bceba76c0 Mobile Pages Quick Fix (#498)
* Mobile Pages Quick Fix

* Rename iOS.mdx to ios.mdx
2025-11-27 11:09:53 -08:00
shuuri-labs
11867aa4b8 Added install page from Android TV/tvOS (#495)
* - Seperated Android and iOS install pages
- Added detailed setup guide for Android, Android TV

* updated image alt tags

* removed dead links, tv.mdx

* redirect old mobile page to install index page

---------

Authored-by: Ashley Mensah <ashley@netbird.io>
2025-11-27 09:59:52 -08:00
Brandon Hopkins
e45bb7ce11 Final Doc Restructure (#497) 2025-11-27 09:50:03 -08:00
Krzysztof Nazarewski (kdn)
846cae1fb0 A new Site-to-Site setup guide (#480)
* wip: new Site-to-Site guide

* wip: Site-to-Site guide with access controlls

* wip: Site-to-Site without masquerading

* feat: Site-to-Site setup guide

* amended wording/grammar, moved to new 'use cases' directory

* fix: missing some bold terms

* fix: revert headings changes

* Added styling for h4 headers, removed site-to-site doc from how-to directory

* moved images to correct directory

---------

Co-authored-by: Ashley Mensah <ashley@netbird.io>
2025-11-27 14:50:01 +01:00
Maycon Santos
f37ab18ab2 Expand IPv4 and IPv6 address ranges for management, signal, and P2P services in the FAQ page. (#496) 2025-11-26 17:21:16 +01:00
Brandon Hopkins
cc0b4cd01b Refactor layout and navigation components to remove unused motion props (#494)
- Replaced motion.header with a standard header in Layout component.
- Removed layout props from motion elements in NavigationAPI and NavigationDocs components for improved performance and clarity.
- Updated AnnouncementBannerProvider to make the banner always visible, removing scroll-based hiding logic.
2025-11-25 20:03:25 +01:00
M. Essam
fb4b060710 Kubernetes operator v0.2.0 (#457)
* Kubernetes operator v0.2.0

* Add pre-0.2.0 uninstall instructions
2025-11-25 20:36:32 +02:00
Bethuel Mmbaga
969fd8afaf Add Entra ID SCIM (#468) 2025-11-25 11:35:48 +03:00
Brandon Hopkins
0080ae97df Restructuring Phase 3 (#492) 2025-11-24 18:25:44 +01:00
Brandon Hopkins
c40c132caa Fix .videowrapper and update button and search components for consistency in text labels (#491)
* Update button and search components for consistency in text labels

- Changed button class to prevent text overflow by adding 'whitespace-nowrap'.
- Updated placeholder and button text from 'Find something...' to 'Search...' for clarity and uniformity across the search components.
- Adjusted aria-labels to match the updated button text for improved accessibility.

* Fix videowrapper
2025-11-22 10:09:46 +01:00
Brandon Hopkins
227e5cbb89 Reorganize Get Started Documentation Structure (#490) 2025-11-21 17:17:10 -08:00
Kairav Roshan Sanghvi
0878851d41 fixed link (#489) 2025-11-21 14:37:34 +01:00
Kairav Roshan Sanghvi
c84e529303 Website banner new (#488)
* added banner

* Link fixed

* fixed error
2025-11-21 12:34:39 +01:00
Kairav Roshan Sanghvi
86bb8897ed Website banner (#487)
* added banner

* Update announcement link to a relative path

* Update link text for announcement banner
2025-11-21 11:47:13 +01:00
Kairav Roshan Sanghvi
36b8eb060a added banner (#484) 2025-11-21 11:24:17 +01:00
shuuri-labs
fe9d74b566 Updated native SSH docs to match latest implementation (#483)
Authored-by: Ashley Mensah <ashley@netbird.io>
2025-11-20 15:55:01 +01:00
Brandon Hopkins
745ae6ba3a Routing corrections clarity brandon (#481)
* Update titles and enhance clarity in routing documentation

- Capitalized section titles for consistency, including "Configuring Routes with Access Control" and "Routing Traffic to Private Networks."
- Improved phrasing and clarity throughout the documents, including warnings and explanations regarding access control and network routes.
- Fixed minor grammatical issues and formatting for better readability.

* Update links and improve phrasing in routing traffic documentation

- Changed the link reference for "Network Routes caveats" to a more concise anchor.
- Combined two sentences in the note about the managed version of the Network Routes feature for better readability.

* Enhance formatting and clarity in routing traffic documentation

- Updated section headers to bold for improved visibility and consistency.
- Reformatted descriptions for "Network identifiers and ranges," "Routing peer," "Routing group," "High availability routes," "Masquerade," and "DNS Routes" for better readability.
- Added emphasis to the note regarding route configuration when masquerade is not enabled.
2025-11-19 12:28:51 -08:00
Krzysztof Nazarewski (kdn)
5e2652090b explain Network Route's caveats and possible security issues (#391) 2025-11-19 10:34:44 -08:00
Brandon Hopkins
a8f91c38b1 New Group and Access Policies Document and Initial Reorganization of Access Control Structure (#477)
* New Access Control and ReOrg

* Enhance Access Control Documentation and Add New Resources

- Updated `next.config.mjs` to include new redirects for access control documentation.
- Added multiple images related to access control and endpoint detection and response.
- Refactored links in various documentation files to point to the new access control structure.
- Removed outdated documentation files and created new ones for managing access control and endpoint detection.
- Introduced a new section for understanding posture checks and their implementation in access control.

This commit aims to improve the organization and clarity of access control resources, aligning with the recent restructuring of documentation.

* Remove outdated Intune MDM documentation and update links in access control resources. This commit enhances the organization of the documentation by eliminating obsolete files and ensuring all references to Microsoft Intune are correctly aligned with the new structure.

* Fix typos in access control documentation for clarity and accuracy. Updated "Understnading" to "Understanding" and corrected "NerBird" to "NetBird" in relevant sections.
* Fix typo in Access Control section
* Fix formatting in posture checks documentation
* Added a space in the Posture Checks reference for clarity.
2025-11-18 10:30:45 -08:00
Brandon Hopkins
5cc53f4ec4 Revise title and enhance project description (#479) 2025-11-18 17:21:23 +01:00
Viktor Liu
c815e3c22c Add SSH rewrite docs (#475) 2025-11-18 15:18:17 +01:00
Maycon Santos
95daa3f40d Update report-bug-issues.mdx (#474) 2025-11-14 15:45:36 +01:00
Maycon Santos
7ce07c1464 Add duplicate attributes node (#473) 2025-11-14 14:29:51 +01:00
Krzysztof Nazarewski (kdn)
6928d3fbff feat: in-depth domain Resources documentation (#465)
* feat: in-depth domain Resources documentation

* feat: domain Resources troubleshooting section
2025-11-13 11:48:40 -05:00
Bethuel Mmbaga
155671a8ac Add Keycloak SCIM (#463)
* wip: add keycloak scim doc

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>

* Add generic scim info

* update steps

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>

---------

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
Co-authored-by: Eduard Gert <kontakt@eduardgert.de>
2025-11-12 14:21:31 -05:00
Eduard Gert
d5914d893d Add docs for new group page (#469) 2025-11-12 13:11:06 -05:00
Eduard Gert
7eb683f617 Add deploy workflow (#472)
* Add deploy workflow

* Update hostname
2025-11-12 15:00:29 +01:00
Brandon Hopkins
f2f665d0bf Fix typos and enhance clarity in documentation (#471)
* Fix typos and enhance clarity in documentation

Corrected typos and improved clarity in the documentation.

* Update src/pages/use-cases/distributed-multi-cloud-ai-argocd-microk8s-vllm.mdx

---------

Co-authored-by: Eduard Gert <kontakt@eduardgert.de>
2025-11-12 13:24:06 +01:00
Brandon Hopkins
f12647b4da Adding new AI use case doc and images (#470)
* Ading new docs and images

* Update title from NetBid to NetBird

typo fix

* Update link for 'Distributed AI on Kubernetes'

distributed-multi-cloud-ai-argocd-microk8s-vllm

* Rename file url scheme

distributed-multi-cloud-ai-argocd-microk8s-vllm
2025-11-12 12:23:32 +01:00
Andy Bao
7f123554cb Change android apk link to the android repo location (#466) 2025-11-11 21:48:49 +01:00
Maycon Santos
601306243c Update slack invite url (#467) 2025-11-08 21:17:40 +01:00
shuuri-labs
132447961c Added list of STUN/TURN/Relay endpoints to FAQ page (#464)
* Added list of STUN/TURN/Relay endpoints to FAQ page

* removed port ranges in endpoint list, consilidated ipv6 & ipv6 entries

* turned FQDN field into an array

* pluralized FQDN field for clarity now that it's an array

---------

Co-authored-by: Ashley Mensah <ashleymensah@Ashleys-MBP.lan>
Co-authored-by: Ashley Mensah <ashley@netbird.io>
2025-11-07 14:33:59 +01:00
Krzysztof Nazarewski (kdn)
bd3103a442 fix the docs link (#462)
branding `Netbird` as `NetBird` added a `-` to the link form for `net-bird`
2025-11-04 15:19:15 +01:00
Bethuel Mmbaga
d699a9abc1 Update Jumpcloud SCIM (#461) 2025-11-04 13:59:07 +03:00
Misha Bragin
5ef2a5142a Add JumpCloud to a list of IdP sync providers (#458) 2025-11-01 20:29:19 +01:00
Bethuel Mmbaga
77eba5286e Add JumpCloud integration doc (#455)
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
2025-10-30 11:14:53 +01:00
Krzysztof Nazarewski (kdn)
87d66d46e9 feat: add Auth0 SSO docs (#456) 2025-10-28 10:46:52 +01:00
John Conley
3154f5b603 Add documentation for self-hosted pocketid integration (#432) 2025-10-17 19:42:57 +02:00
Mitch B.
d5d5dc0cfa Deleting groups documentation (#448) 2025-10-16 10:20:37 +02:00
hakansa
1d09d44320 Add note about DNS forwarder port change (#430)
* Add note about DNS forwarder port change in documentation for manage DNS and routing traffic guides

* Add note about DNS forwarder port change in accessing entire domains and networks documentation
2025-10-15 22:04:14 +02:00
dragon2611
cc29aa1c1e Universal Blue - Native (#387)
Layer in netbird to a universal blue image at runtime.
2025-10-15 21:54:09 +02:00
Max Walther
6f174ac59f Add & Fix OPNsense installation documentation (#444)
* Add opnsense installation step docu to enable the service

* Fix default management url should be api not app
2025-10-15 20:48:58 +02:00
YapWC
57b5e859ad Update Backup Section (#395)
Added the backup for openid-configuration.json

Without backing up this file maintainer would have to generate it again manually, which would be time & effort consuming.
2025-10-15 20:45:26 +02:00
RPuettmann
94b0e73516 Add selfhosted instructions for activity on mysql (#446) 2025-10-15 20:44:56 +02:00
Jack Carter
351ad3a0c2 Add Control Center documentation (#450)
* Add Control Center documentation page

* Revert package.json changes

* Add Control Center Groups view screenshot

* Update control-center.mdx

* Update control-center.mdx

* Update src/pages/how-to/control-center.mdx

* Update src/pages/how-to/control-center.mdx

* Improve control center docs

---------

Co-authored-by: Misha Bragin <bangvalo@gmail.com>
2025-10-15 20:43:43 +02:00
Jack Carter
32885744ce Add jumpcloud idp sso (#453)
* Add files via upload

* Update single-sign-on.mdx

* Update single-sign-on.mdx

* Update single-sign-on.mdx

* Update single-sign-on.mdx
2025-10-15 14:05:16 +02:00
Viktor Liu
117a3ce3eb Remove Win11/Server2025 limitations note (#447) 2025-10-14 17:08:25 +02:00
Brandon Hopkins
ccc2eabac4 Update sentinelone-edr.mdx (#440) 2025-10-07 17:29:02 +02:00