Misha Bragin
295f0c755a
Add Router nodes feature to the coming soon list
2022-06-27 08:57:06 +03:00
Misha Bragin
a98f6f840a
Add Easy SSH to the features list
2022-06-27 08:55:32 +03:00
Misha Bragin
faad5a1e98
Add Easy SSH banner
2022-06-27 08:50:34 +03:00
mlsmaycon
aae84e40e2
Update slack invitations link
2022-06-21 11:01:10 +02:00
Misha Bragin
5623735234
Update docs to reflect released access control
2022-06-20 22:34:16 +02:00
Misha Bragin
a88ac40b05
Update README to comply with Codacy standards ( #360 )
2022-06-09 12:09:05 +02:00
Misha Bragin
bfff6110aa
Add community projects section
2022-06-09 08:32:41 +02:00
Misha Bragin
b96e616844
Update badges
2022-06-06 12:11:20 +02:00
Misha Bragin
2e5d4ba6fa
Update links in Start using NetBird ( #346 )
...
* Update links in Start using NetBird
* Update internals overview and co structure
* Netbird to NetBird
2022-05-31 16:06:34 +02:00
Misha Bragin
ec39202590
Referer README installation steps to docs website ( #344 )
2022-05-29 22:39:33 +02:00
Misha Bragin
feff6dc966
Update announcement bar in README
2022-05-28 09:48:51 +02:00
Misha Bragin
59ae10a66d
Replace README gifs ( #332 )
2022-05-26 15:53:38 +02:00
Misha Bragin
4b5e6b93a6
Update README reflecting recent changes ( #328 )
2022-05-26 12:26:14 +02:00
Maycon Santos
5e3eceb0d6
Update MacOS and Windows installers ( #325 )
...
Updated windows installer package generation with
launch UI after install
remove older version
remove wiretrustee
added install and uninstall scripts
Updated brew cask:
run installer script to start daemon
Daemon conflicts with wiretrustee on brew
Removed migrate check on non-root commands like status
CLI CMD is now going to stdout
2022-05-25 19:41:03 +02:00
Maycon Santos
5cbfa4bb9e
Rebrand client cli ( #320 )
2022-05-22 18:53:47 +02:00
Misha Bragin
32611e1131
FIx external docs location in README
2022-05-22 14:03:43 +02:00
Misha Bragin
6ce8a13ffa
Update links to docs and blog
2022-05-18 10:33:37 +02:00
shatoboar
196207402d
Changing back link for Docker ( #293 )
...
Fixes issue #292
2022-04-04 21:53:31 +02:00
Maycon Santos
ede2795529
Replace Wiretrustee links and naming ( #287 )
...
* Replace Wiretrustee links and naming
* Upper case for Netbrid in README
* Replace logo
* Dashboard URL to app.netbird.io
Co-authored-by: Misha Bragin <bangvalo@gmail.com>
2022-03-26 11:39:27 +01:00
Givi Khojanashvili
4ef3c7a637
Add basic desktop UI - systray
...
This PR adds a basic UI for desktop
applications that support Linux, Max
and Windows.
2022-03-20 17:36:35 +01:00
Mikhail Bragin
1660a915e2
Fix goreleaser version to 1.6.3 ( #266 )
...
As status command relies on log,
we should always use console as output
Co-authored-by: mlsmaycon <mlsmaycon@gmail.com>
2022-03-14 13:16:16 +01:00
Mikhail Bragin
e3b809a1d4
Update ManagementURL in Config ( #262 )
...
If ManagementURL is present in the config file
and cmd (e.g. up or login) specifies a new one,
then update config file with a new ManagementURL
2022-03-13 15:17:18 +01:00
Mikhail Bragin
a3a6283ac6
Update windows installer and docs
...
Update binary installation docs
Add service start in Windows installer
2022-03-11 14:05:44 +01:00
Mikhail Bragin
3e46f38166
Fix README
2022-03-06 21:40:09 +01:00
Mikhail Bragin
64e2e34dae
Add Slack badge
2022-03-06 14:16:17 +01:00
Mikhail Bragin
8dd92f14bf
Add more badges to README
...
Codacy and Go report badges
2022-03-06 09:57:07 +01:00
Mikhail Bragin
b72ed91cb4
Update self-hosting docs
...
Running Dashboard, Management, Signal, and Coturn section.
Mentioned in #244
2022-03-02 09:52:09 +01:00
Mikhail Bragin
69cda73bbb
Update README badges
2022-02-28 16:51:12 +01:00
Mikhail Bragin
23fad49756
Update docker pull badge
2022-02-22 11:24:24 +01:00
Jim Tittsler
919f0aa3da
fix typos ( #226 )
2022-02-10 19:18:25 +01:00
Maycon Santos
b045865d6e
remove demo word from Hosted version ( #212 )
2022-01-26 14:25:33 +01:00
Mikhail Bragin
9a3fba3fa3
docs: fix typo
2022-01-17 20:21:52 +01:00
Mikhail Bragin
fdc11fff47
update docs ( #164 )
2021-12-06 13:54:46 +01:00
Mikhail Bragin
3dca2d6953
Update README.md
2021-11-22 23:11:26 +01:00
Mikhail Bragin
edd4125742
docs: simplify intro
2021-11-20 14:53:57 +01:00
Maycon Santos
7bf9793f85
Support environment vars ( #155 )
...
* updage flag values from environment variables
* add log and removing unused constants
* removing unused code
* Docker build client
* fix indentation
* Documentation with docker command
* use docker volume
2021-11-15 09:11:50 +01:00
Mikhail Bragin
892080bc38
docs: update key features
2021-10-27 13:56:55 +02:00
Maycon Santos
fcea3c99d4
Enhance up command ( #133 )
...
* move setup-key to root command
* up will check login and start service
* update tests to reflect new UP capabilities
* display client IP
* removed unused argument
* install service if not installed
* update post-install and add pre remove script
* improve log messages
* handle service status failures and install service when needed
* removing unused files
* update documentation and description
* add version command
* update service lib version
* using lib constant for not installed services
* match version from goreleaser
* fix: graceful shutdown
* stop only if service is running
* add logs initialization to service controller commands
Co-authored-by: braginini <bangvalo@gmail.com>
2021-10-17 21:34:07 +02:00
Mikhail Bragin
96799a25b5
docs: fix gif size
2021-10-16 16:54:37 +02:00
Mikhail Bragin
07291cdb93
docs: update readme ( #132 )
...
* update readme
2021-10-16 16:53:39 +02:00
Mikhail Bragin
21139938c1
docs: highlight Slack channel
2021-10-12 14:37:49 +02:00
Maycon Santos
5cf2d0a6a9
add slack invitation link ( #129 )
2021-10-12 12:16:09 +02:00
braginini
1685817171
docs: correct installation steps
2021-10-03 18:55:47 +02:00
Mikhail Bragin
e17f662683
docs: update intro ( #125 )
...
* docs: update intro
2021-10-03 18:21:41 +02:00
Mikhail Bragin
a764fb870c
docs: move intro link up in readme
2021-09-27 09:23:19 +02:00
Mikhail Bragin
b5f35dfb5e
docs: replace beta with app.wiretrustee.com ( #123 )
...
* docs: replace beta with app.wiretrustee.com
* docs: add Signal port to the list of the open ports
* docs: minor corrections
2021-09-26 11:44:34 +02:00
Mikhail Bragin
25e68ce493
docs: fix broken intro link
2021-09-22 14:18:48 +02:00
Mikhail Bragin
4881dcbd51
docs: add Getting Started hosted version guide ( #119 )
...
* docs: add Getting Started hosted version guide
* docs: fix screenshot sizes
* docs: self-hosting section
* docs: increase screenshots width
* docs: reference getting started from main readme
* docs: add refs to sections
* docs: move docs to a separate folder
* docs: add intro
* docs: correct intro docs
* docs: correct image location
* docs: correct language
2021-09-22 14:16:46 +02:00
Mikhail Bragin
d505f70972
Update README.md
2021-09-13 08:50:15 +02:00
Mikhail Bragin
6a80684378
docs: add slack
2021-09-13 08:18:18 +02:00