Commit graph

147 commits

Author SHA1 Message Date
dcarns
604bd9be75
Merge pull request #1389 from HarvsG/patch-2
Bash is a dependency for OpenWRT
2022-07-25 12:46:19 -04:00
dcarns
bc5f3c09ea
Merge pull request #1388 from HarvsG/patch-1
improve lower-casing for open wrt
2022-07-25 12:45:57 -04:00
dcarns
e280a3a442
Merge pull request #1356 from abhishek9686/bugfix_v0.14.3_netclient_script
Bugfix v0.14.3 netclient script
2022-07-25 12:43:25 -04:00
Christopher Blaha
61af7757ae space 2022-07-25 08:50:32 -04:00
Christopher Blaha
14d5afd0ca changed the ranges so the ranges aren't one node 2022-07-23 17:11:53 -04:00
Christopher Blaha
fcd9afe7e0 changed vpn ranges 2022-07-23 00:00:03 -04:00
Christopher Blaha
1fb04fbf6d removed gravitl ascii logo and install-netmaker.sh 2022-07-21 18:45:34 -04:00
cameronts
210659ca00 Updated install-netmaker.sh to replace email in docker-compose.yml. 2022-07-21 11:10:16 -07:00
cameronts
51ce591afc Modified to generate random emails instead of using fake@email.com. 2022-07-20 16:29:08 -07:00
HarvsG
9de66d5bbb
Bash is a dependency for OpenWRT 2022-07-13 18:45:13 +01:00
HarvsG
9a5fd05005
improve lower-casing
fixes an error on OpenWRT
2022-07-13 18:25:38 +01:00
Abhishek Kondur
482b793c16 update json field for api server addr 2022-07-08 12:54:02 +04:00
Abhishek Kondur
dac5dd9cb9 add pkg update command 2022-07-08 12:53:21 +04:00
afeiszli
24cda37f28 change link on quick start 2022-07-07 10:58:04 -04:00
Caleb Gasser
b54298347e Fixed incorrect flag. 2022-06-22 12:03:04 -05:00
Caleb Gasser
4c30b5d5df Revert "Fixed incorrect flag."
This reverts commit d7a48b8a22.
2022-06-22 12:01:56 -05:00
Caleb Gasser
d7a48b8a22 Fixed incorrect flag. 2022-06-22 11:13:28 -05:00
Caleb Gasser
70798739de Added check to see if netclient is present or not. 2022-06-22 11:11:06 -05:00
Caleb Gasser
d47b6c0fc7 Added output message. 2022-06-22 11:05:15 -05:00
Caleb Gasser
5bb7856b75 For FreeBSD, move netclient to executable directory. 2022-06-22 11:02:39 -05:00
Caleb Gasser
10d5345714 Don't use the key if not provided. 2022-06-22 10:57:27 -05:00
Caleb Gasser
2edfa6f801 Added wireguard to dependencies. 2022-06-22 10:52:01 -05:00
afeiszli
107b8f50dd minor fixes to traefik compose and nm-quick 2022-06-02 10:07:44 -04:00
afeiszli
6a8b5c370d adding email back in 2022-06-02 08:38:03 -04:00
afeiszli
a8bb921378 modifying nm-quick script 2022-06-01 17:22:18 -04:00
Matthew R. Kasun
d34cf98932 delete wg interfaces on netclient docker shutdown 2022-05-26 09:58:35 -04:00
afeiszli
e14a30a414 changing versions 2022-05-16 15:15:00 -04:00
Boris Fersing
d919b311b5 - Fix docker config to not expose ports to the host unnecessarily
- Use the hostname instead of localhost to interact with the API for the initial setup
2022-05-10 09:57:58 -04:00
Matthew R. Kasun
7152f6ccd4 remove references to grpc/comms net 2022-04-21 15:53:44 -04:00
Matthew R Kasun
a3f44f152b
Merge pull request #1016 from gravitl/feature_v0.13.0_mq_register
Feature v0.13.0 mq register
2022-04-20 09:33:33 -04:00
Matthew R. Kasun
ec51fd2be1 update compose files to work with cert generation by netmaker 2022-04-19 10:26:50 -04:00
Matthew R. Kasun
31b3dfec14 remove openssl from nm-quick
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-04-18 18:26:42 -04:00
Matthew R. Kasun
41333301e6 docker related updates
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-04-18 13:50:30 -04:00
Matthew R. Kasun
84de5c5216 use issuer's public key for certs 2022-04-15 09:54:35 -04:00
Matthew R. Kasun
199ea15b1d add VerifyConnection func to NewTLSConf as InsecureSkipVerify:false doesn't work
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-04-13 11:58:15 -04:00
Matthew R. Kasun
a0e7163e7e program to generate initial server certs/key 2022-04-12 17:19:24 -04:00
Matthew R. Kasun
c5af286504 remove obsolete script 2022-03-31 08:28:36 -04:00
john s
e1ace88508
scripts/build-binaries.sh: support for all OS/ARCH (#948)
* scripts/build-binaries.sh: support for all OS/ARCH

Expands our build scripts to support the following OS/ARCHS:

netclient-linux-amd64
netclient-linux-arm5
netclient-linux-arm6
netclient-linux-arm7
netclient-linux-arm64
netclient-linux-mips
netclient-linux-mips64
netclient-linux-mips64le
netclient-linux-mipsle
netclient-linux-ppc64
netclient-linux-ppc64le
netclient-linux-riscv64
netclient-linux-s390x
netclient-linux-386
netclient-freebsd-amd64
netclient-freebsd-arm5
netclient-freebsd-arm6
netclient-freebsd-arm7
netclient-freebsd-arm64
netclient-freebsd-386
netclient-darwin-arm64
netclient-darwin-amd64
netclient-windows-amd64
netclient-windows-arm5
netclient-windows-arm6
netclient-windows-arm7
netclient-windows-arm64
netclient-windows-386

* bin-maker.sh: update default VERSION

Signed-off-by: John Sahhar <john@gravitl.com>
2022-03-22 14:14:57 -06:00
Yuanji
dc470f47c3
Fix typo for Arch Linux 2022-03-20 22:50:41 +09:00
dcarns
f513e043a0
Merge pull request #875 from gravitl/hotfix_v0.11.1_windows_powershell
Hotfix v0.11.1 windows powershell
2022-03-08 07:52:48 -05:00
afeiszli
a9ed7401ca changing script 2022-03-07 21:53:25 -05:00
afeiszli
19da1d4c6f changing script 2022-03-07 21:37:10 -05:00
john s
24a57e8a37
Merge branch 'develop' into dev-nm-quick-resolv 2022-03-07 13:30:51 -06:00
John Sahhar
a124eccb8f scripts/nm-quick.sh: remove resolvctl dependency
Signed-off-by: John Sahhar <john@gravitl.com>
2022-03-07 13:20:35 -06:00
Alex Feiszli
9fd1d15b69
Merge pull request #855 from gravitl/hotfix_v0.11.1_CGO
disable CGO for all builds
2022-03-07 09:39:07 -05:00
Alex Feiszli
3d9119d952
Merge pull request #856 from nick81nrw/fix_win_installscript
fix nm-win-installer - add WireGuard env
2022-03-07 09:35:49 -05:00
Matthew R. Kasun
bdd8de56fb enable CGO for netmaker 2022-03-04 13:36:48 -05:00
Nick81nrw
64d0660392 fix nm-win-installer - add WireGuard env 2022-03-04 09:30:40 +01:00
Matthew R. Kasun
666faaa867 disable CGO for all builds 2022-03-03 16:19:25 -05:00
afeiszli
952616db89 adding rocky linux support in install script 2022-02-23 08:23:07 -05:00