Commit Graph

25 Commits

Author SHA1 Message Date
Ruakij
4468e3210d Add documentation for running behind reverse-proxies (#34)
* Add doc for hosting netbird behind a reverse-proxy

* Add info about reverse-proxy template-files

* Add hint about usage of http2 usage

* Change how vars are set not to instruct editing base.env
2023-04-06 01:22:03 +02:00
Oskar Manhart
d1ace1fde9 Added installation guide for fedora (#27) 2023-02-11 10:49:11 +01:00
Przemek
778c394f83 Windows firewall installation info (#24) (#25) 2022-12-05 14:10:01 +01:00
Sheogorath
b7c8629b4f Fix dangerous ownership
This patch fixes a common mistake with manually installed software, which adds the software, in a system-wide installation path, but leave it owned to the user. If an admin start to execute this binary, it's wonderful privilege escalation vector.

This patch resolves the problem by chowning it first, and therefore require root privileges to manipulate the file, resolving the potential attack vector.
2022-11-08 03:16:50 +01:00
braginini
bac086c3af Fix self-hosting steps numbering 2022-10-20 14:18:59 +02:00
braginini
51ca5f878c Add single-account mode doc 2022-10-20 14:12:34 +02:00
Tim White
53ed28dff8 Stop using apt-key (#17)
using the signed-by keys instead of the less secure apt-key or trusted.gpg.d
2022-10-11 12:51:49 +02:00
braginini
ce6ab97c02 NetBird add SSO login GIFs 2022-09-16 12:54:32 +02:00
Misha Bragin
4721ef08b5 Add installation guide for NixOS (#10) from misuzu/nixos-install 2022-09-05 17:49:25 +02:00
Maycon Santos
25faed69dc Add network routes documentation 2022-09-05 12:52:45 +02:00
braginini
f83395c494 Fix self-hosting setup.env file 2022-08-24 16:18:30 +02:00
misuzu
f878af4b23 Add installation guide for NixOS 2022-08-24 08:02:18 +03:00
braginini
26a7d24692 Fix minor docs issues 2022-08-18 11:27:57 +02:00
braginini
9bb83e46b8 Fix review notes 2022-08-17 18:18:15 +02:00
braginini
31d59957eb Make the self-hosting guide easier referring to integrations 2022-08-16 15:15:48 +02:00
braginini
9b447d5e1e Fix self-hosting bash step 5 2022-08-16 15:04:38 +02:00
braginini
85a0b96e0a Correct self-hosting guide to reflect new IDP integrations 2022-08-16 12:21:41 +02:00
braginini
a845f45b11 Merge remote-tracking branch 'origin/main' into new-idp-integrations 2022-08-16 11:39:55 +02:00
braginini
ec5e278f82 Add IDP integrations for self-hosted Netbird 2022-08-16 11:39:44 +02:00
jkpe
e471171748 adding port 80 to list of ports that must be open
letsencrypt bot uses port 80 for http domain verification
2022-08-14 16:14:11 +02:00
Maycon Santos
a22a1bb77f Add netbird commands documentation (#4)
* Add netbird commands documentation

Adding documentation for our cli

* Update slack url and docker documentation

* Minor doc updates

Co-authored-by: braginini <bangvalo@gmail.com>
2022-07-08 13:15:57 +02:00
Misha Bragin
cd9d0ac37e Add warning to set Token Endpoint Authentication Method i 2022-07-07 15:25:31 +02:00
Misha Bragin
5975f93989 Replace getting started video link 2022-07-07 11:11:42 +02:00
Maycon Santos
82851c9ac0 Update doc with setup.env.example instructions (#2) 2022-07-05 01:37:41 +02:00
mlsmaycon
98751bc1f4 Move the documentation repository to a public repo
Added a LICENSE and documentation on how to contribute

Updated CI/CD to use the root level code
2022-06-20 19:05:25 +02:00