27
Dez.
2021

Headscale in CentOS installieren

Create CentOS VM
1 vcpu
0.5 Gb RAM

Install required packages
$ sudo yum makecache
$ sudo yum install golang
$ sudo yum install make
$ sudo yum install git
$ sudo yum install docker
$ sudo yum install postgresql

Headscale Installation & Configuration
Install Headscale
$ git clone
$ sudo yum install golang make git
$ git clone https://go.googlesource.com/go goroot
$ cd goroot/src
$ ./all.bash
# Put ~/goroot/bin in $PATH

gefunden auf: http://jbrubake.freeshell.org/headscale.html

Share

You may also like...

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert