headscale-bin: Add -bin ebuild
Based on the gentoo headscale one, but using the official amd64 binary, as a lame workaround for the "improved" 0.17+ NIX buildsystem. Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
13
net-vpn/headscale-bin/files/config-socket.patch
Normal file
13
net-vpn/headscale-bin/files/config-socket.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/config-example.yaml b/config-example.yaml
|
||||
index d3d155e..a070c22 100644
|
||||
--- a/config-example.yaml
|
||||
+++ b/config-example.yaml
|
||||
@@ -208,7 +208,7 @@ dns_config:
|
||||
# Unix socket used for the CLI to connect without authentication
|
||||
# Note: for local development, you probably want to change this to:
|
||||
# unix_socket: /var/run/headscale.sock
|
||||
-unix_socket: ./headscale.sock
|
||||
+unix_socket: /run/headscale/headscale.sock
|
||||
unix_socket_permission: "0770"
|
||||
#
|
||||
# headscale supports experimental OpenID connect support,
|
||||
Reference in New Issue
Block a user