Skip to content

realworldtech/headscale-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

headscale-docker

Docker image build for the RWTS headscale fork with suggestExitNodes support.

Usage

docker pull ghcr.io/realworldtech/headscale-docker:latest

In your compose.yaml:

services:
  headscale:
    image: ghcr.io/realworldtech/headscale-docker:latest
    # ...

What's different

This image adds a suggestExitNodes ACL policy field to headscale, allowing administrators to designate specific exit nodes for Tailscale client auto-selection. See the fork branch for details.

Building locally

docker build -t headscale-custom:latest .

To build from a different branch or repo:

docker build \
  --build-arg HEADSCALE_REPO=https://github.com/realworldtech/headscale.git \
  --build-arg HEADSCALE_REF=feature/suggest-exit-nodes \
  -t headscale-custom:latest .

About

Docker build for RWTS headscale fork (suggest-exit-nodes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors