Compose-Examples/examples/headscale
LRVT 2c91f5fcb6
Aktualisieren von README.md
2024-01-12 00:02:06 +01:00
..
README.md Aktualisieren von README.md 2024-01-12 00:02:06 +01:00
config.yaml add headscale 2024-01-11 23:44:02 +01:00
docker-compose.yml Update docker-compose.yml 2024-01-11 23:56:22 +01:00

README.md

References

Notes

Please adjust the docker-compose.yml as well as config.yaml and adjust the example.com domain name. Also put the provided config.yaml into the corresponding config bind volume mount.

Afterwards spawn the container stack with docker compose up and visit https://<your-domain>.<tld>/web

You must configure an API key in order to access and manage your headscale server.

You can create those using docker exec:

# create an api key
docker exec headscale headscale apikeys create

Afterwards, your headscale server should be managable.

  1. Create a new user account on your headscale web interface
  2. Download the official tailscale clients and spawn up tailscale pointing to your custom headscale login server. You'll obtain a unique device key or register url.
  3. Browse the device view at your headscale web interface and create a new device. Select your previously created user account and define the previously obtained device key from the tailscale client.
  4. If registering the new device was successful, the tailscale client will automatically connect. Enjoy!

Note: You may use preauth keys instead to skip the device registering process. Read the official headscale documentation please.

# connect via linux tailscale client
sudo tailscale up --login-server https://headscale.example.com