Commit Graph

750 Commits

Author SHA1 Message Date
Maycon Santos
09537916e4 Update Authentik doc with disable login var (#307)
* Update Authentik doc with disable login var

* fix linter
2025-04-11 13:54:00 +02:00
Krzysztof Nazarewski (kdn)
2c89461328 client troubleshooting updates (#304)
* fix: drop the note about requiring Access Policy for to the Routing Peer

* feat: add network selection commands note

* feat: DNS debugging updates

* feat: add note about changing accounts for the machine/client
2025-04-09 19:18:02 +02:00
Maycon Santos
ee1a757165 Update kubernetes-operator.mdx 2025-04-08 23:53:43 +02:00
Maycon Santos
2846a2a4a6 fix upgrade command 2025-04-08 23:38:46 +02:00
Maycon Santos
1a2acac12e Add Kubernetes operator docs (#302) 2025-04-01 21:33:09 +02:00
braginini
147af63399 Add billing and usage info to MSP docs 2025-03-31 11:41:40 +01:00
braginini
0fef82fc82 Fix wording on the MSP doc 2025-03-30 22:56:13 +02:00
Pedro Maia Costa
4733e4053a MSP Portal Docs (#296) 2025-03-30 22:41:23 +02:00
KevinH
9abb7a5dc5 fix link to manage dns url (#300) 2025-03-30 18:19:07 +02:00
braginini
8c6ecc5794 Adjust traffic events explainer images 2025-03-29 19:02:11 +01:00
braginini
87609e1a83 Fix broken link to network resources 2025-03-29 18:43:53 +01:00
Misha Bragin
e957933347 Add some explanations to traffic logging (#301) 2025-03-29 16:38:27 +01:00
Krzysztof Nazarewski (kdn)
83e006a7f3 fix: remove mention of only Linux being able to be used as routing peer (#299) 2025-03-27 11:08:26 +01:00
netbirddev
d2c0276985 Update API pages with v0.39.0 2025-03-23 19:59:16 +00:00
hakansa
dd9f4e24e6 Traffic events (#290)
* Add Network Flow Logs documentation and navigation entry

* Enhance Network Flow Logs documentation with updated retention policy and troubleshooting examples

* Enhance NetFlow documentation with detailed examples for traffic verification and troubleshooting

* Update section title in NetFlow documentation for clarity

* Enhance NetFlow documentation with additional examples and clarifications for flow log analysis

* Enhance NetFlow documentation with detailed troubleshooting guidance and insights on flow log utility for network visibility

* Enhance NetFlow documentation with updates on log retention policy, log shipping to DataDog

* Update NetFlow documentation to clarify use cases and enhance examples for TCP, UDP, and ICMP connections

* Enhance NetFlow documentation with new examples and clarifications for flow log analysis

* Enhance NetFlow documentation with improved formatting, additional details, and examples for flow log entries

* Enhance NetFlow documentation with additional images and improved clarity for peer-to-host and peer-to-subnet connection scenarios

* Update NetFlow documentation to include flow direction and clarify data volume measurement

* fix doc

* Update src/pages/how-to/netflow.mdx

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>

* Update src/pages/how-to/netflow.mdx

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>

* Update src/pages/how-to/netflow.mdx

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>

* Update src/pages/how-to/netflow.mdx

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>

* Update src/pages/how-to/netflow.mdx

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>

* Update src/pages/how-to/netflow.mdx

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>

* Update src/pages/how-to/netflow.mdx

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>

* Clarify data volume measurement in NetFlow documentation and remove redundant peer-to-peer log entry explanations

* Remove redundant explanations in NetFlow documentation for clarity

* Replace instances of "flow log" with "traffic event" for consistency in NetFlow documentation

* add update image to reflect correct info and added retention info.

* add more information to the traffic events page and temporarily disable netflow page from navigation

* correct wording

---------

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2025-03-23 20:40:57 +01:00
Bethuel Mmbaga
7507b931d5 [management] Network traffic events docs (#291)
* Rename Network Activity Logging to Audit Activity Logging

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

* refactor the audit events doc

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

* add management traffic event doc

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

* Update audit events logging image

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

* Update event streaming image

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

* Update src/pages/how-to/traffic-events-logging.mdx

Co-authored-by: Misha Bragin <bangvalo@gmail.com>

* Update src/pages/how-to/traffic-events-logging.mdx

Co-authored-by: Misha Bragin <bangvalo@gmail.com>

* Update src/pages/how-to/traffic-events-logging.mdx

Co-authored-by: Misha Bragin <bangvalo@gmail.com>

* Update docs to clarify feature availability

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

* add link

---------

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
Co-authored-by: Misha Bragin <bangvalo@gmail.com>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2025-03-23 14:17:58 +01:00
Pascal Fischer
94a6853ce9 use small letters for the api badges (#297) 2025-03-21 18:41:56 +01:00
Pascal Fischer
42ef357778 Add Badge Tooltip (#293) 2025-03-21 16:27:20 +01:00
YapWC
fcb05855b3 Added relay.env and zdb.env for backup (#294)
docker compose can not be spin up if the two configuration file is not being backed up.
2025-03-21 11:50:13 +01:00
Pascal Fischer
4a66f17880 [API] add cloud and experimantal badges + new pages (#292) 2025-03-20 18:04:45 +01:00
Tamás Máhr
553d2908b8 Update installation.mdx (#289)
tar xcf does not make sense, as x instructs tar to unpack an archive while c instructs it to create one. I changed c to z to tell tar to unpack and decompress the archive.
2025-03-20 12:38:14 +01:00
Krzysztof Nazarewski (kdn)
60718cfae0 Improve client troubleshooting docs (#286)
* improve client troubleshooting docs

* feat: add information on verifying system's routing rules

* chore: unify terms used

* feat: add Can a routing peer `peer-b` forward traffic to `srv-c`?
2025-03-13 16:27:10 +01:00
Maycon Santos
956a948b99 Update slack invite (#285) 2025-03-10 17:07:57 +01:00
Viktor Liu
e318eefc86 Remove Linux only note (#284) 2025-03-07 07:41:39 +01:00
Timo Neyer
2a00ffe1c9 fix/typo (#273) 2025-03-06 21:00:06 +01:00
Eduard Gert
114eb77c82 Add permanent redirect for /ipa routes (#271) 2025-03-06 20:59:40 +01:00
keyboardsquid
81a761e1f9 Update selfhosted-guide.mdx (#280)
Remove reference to Letsencrypt notifications
2025-03-06 20:57:25 +01:00
Oistein-J-S
ec243cdb0b Update installation.mdx for DNF5 (#283)
In Fedora 41 the package manager changed from DNF4 to DNF5. Adding a repo now have have different instructions. Updated the install instructions to reflect the change in syntax.

ref:
https://docs.fedoraproject.org/en-US/quick-docs/adding-or-removing-software-repositories-in-fedora/
2025-03-06 20:55:23 +01:00
netbirddev
a7960bdf45 Update API pages with v0.37.0 2025-02-21 18:21:16 +00:00
ITMunky
6a1bba2c6e Update selfhosted-guide.mdx (#278)
Fix docker-compose commands to update docker compose commands
2025-02-12 09:22:11 +01:00
Damaso Sanoja
1d46014872 Add Accessing restricted website domain resources to docs (#268)
* Add Accessing restricted website domain resources to docs

* fix 3 grammar errors

* Another grammar fix

* fix file link

* fix reused

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2025-01-21 21:00:10 +01:00
Damaso Sanoja
bd09a36276 Update docs Accessing entire domains within networks (#269)
* Update docs Accessing entire domains within networks

* fix header

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2025-01-21 20:38:31 +01:00
netbirddev
3ed36b6a0d Update API pages with v0.36.0 2025-01-16 18:38:07 +00:00
Maycon Santos
5f68230137 fix slack URL 2025-01-06 20:58:32 +01:00
netbirddev
efe7040e75 Update API pages with v0.35.2 2024-12-31 18:00:46 +00:00
Misha Bragin
10df6808a8 Update Network Doc (#266)
* Change networks docs

* Change networks docs

* add redirect

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2024-12-27 21:37:49 +01:00
Pascal Fischer
c8683cc7e2 Link Networks API (#265)
* update side menu to link networks

* change heading
2024-12-24 11:12:09 +01:00
netbirddev
81001b562c Update API pages with v0.35.0 2024-12-23 17:49:49 +00:00
Maycon Santos
bf2c616dce add tittle to the nav link 2024-12-23 16:52:19 +01:00
Maycon Santos
8ef3f4a37c Add networks documentation (#264) 2024-12-23 15:52:50 +01:00
Damaso Sanoja
3a82125af5 Add Posture Checks to docs (#250)
* Add Posture Checks to docs

* Fix Posture Checks images path

* merge documentation into current posture checks docs

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2024-12-22 21:07:08 +01:00
Tomas Hora
b7b3c5266d Fix link to SSO login (#249) 2024-12-22 19:10:20 +01:00
Jakub Gocławski
94c4acc721 Enable automatic refresh of signing keys for Google IDP (#246)
References: https://github.com/netbirdio/netbird/issues/2269
2024-12-22 19:08:39 +01:00
KingSteve032
3112201987 Explain port needed to connect to self hosted API. (#263)
* Update quickstart.mdx

Explain that to connect to the API on a self-hosted system they need to use port 33073.

* Update quickstart.mdx

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2024-12-22 18:50:35 +01:00
Damaso Sanoja
305d812f55 Add Kandji NetBird integration to docs (#261)
* Add Kandji NetBird integration to docs

* adds small info box

* Update src/pages/how-to/kandji-netbird-integration.mdx

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>

---------

Co-authored-by: Marco Garcês <marco@garces.cc>
Co-authored-by: Marco Garcês <marco@netbird.io>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2024-12-18 23:41:06 +00:00
Damaso Sanoja
c87e20b240 Add to docs Jamf Pro NetBird integration (#260)
* Add to docs Jamf Pro NetBird integration

* Update src/pages/how-to/jamf-pro-netbird-integration.mdx

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>

* creates menu structure for MDM articles

---------

Co-authored-by: Marco Garcês <marco@netbird.io>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
Co-authored-by: Marco Garcês <marco@garces.cc>
2024-12-18 23:40:32 +00:00
Marco Garcês
63900894d8 add example for office posture check (#262) 2024-12-18 15:00:22 +01:00
Bas
913e182b60 Add relay to update steps in docs (#256) 2024-12-10 18:53:46 +01:00
Kęstutis Triponis
5027af0c72 Fix a typo in getting-started.mdx (#258)
Fixed link from netbid.io to netbird.io
2024-12-10 18:00:43 +01:00
Marco Garcês
aab1b0aa8a adds documentation for system tray on newer OS (#257)
* adds documentation for systemtray on newer OS
https://github.com/netbirdio/netbird/issues/2304

* removes change from package.json
2024-12-10 13:56:18 +00:00