1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-31 11:16:46 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Maycon Santos
35c7cae267
Add homebrew bin path on Apple Silicon ()
This was causing issues on new models
2022-06-20 11:34:24 +02:00
Maycon Santos
5e3eceb0d6
Update MacOS and Windows installers ()
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 () 2022-05-22 18:53:47 +02:00
Mikhail Bragin
1660a915e2
Fix goreleaser version to 1.6.3 ()
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
Maycon Santos
1323a74db0
fix: avoid failing and extra error messages ()
* avoid failing and extra error messages

* avoid extra error messages when executed after pre_remove.sh

* remove extra output and avoid failure on minor errors

* ensure the steps will run only on remove
2021-10-20 11:51:32 +02:00
Maycon Santos
fcea3c99d4
Enhance up command ()
* 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
braginini
6b8465886d chore: use config.json in teh service definition instead of wiretrustee.json 2021-05-06 13:54:20 +02:00
braginini
2b77da4e12 project init 2021-05-01 12:45:37 +02:00