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