From 69910cfa6b6a2228918829e30db645f9ce45c55e Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 7 Apr 2024 20:00:29 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e69de29..cb5c3f1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ + +## Generate Headscale client secret. +`docker exec -it authelia authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986` +The digest goes in the CLIENT_SECRET_HEADSCALE file and the random password is used in the headscale container config.yml file \ No newline at end of file