mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Tested with Rancher k3s. See k8s/README.md for site configuration and deployment instructions. Add cert-manager, tls, remote headscale script.
		
			
				
	
	
		
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v1
 | 
						|
kind: ConfigMap
 | 
						|
metadata:
 | 
						|
  name: headscale-config
 | 
						|
data:
 | 
						|
  server_url: $(PUBLIC_PROTO)://$(PUBLIC_HOSTNAME)
 | 
						|
  listen_addr: "0.0.0.0:8080"
 | 
						|
  ephemeral_node_inactivity_timeout: "30m"
 |