mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 02:05:46 +00:00 
			
		
		
		
	This commit changes the way CLI and grpc-gateway communicates with the gRPC backend to socket, instead of localhost. Unauthenticated access now goes on the socket, while the network interface will require API key (in the future).
		
			
				
	
	
		
			19 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// integration tests are not needed in docker
 | 
						|
// ignoring it let us speed up the integration test
 | 
						|
// development
 | 
						|
integration_test.go
 | 
						|
integration_test/
 | 
						|
 | 
						|
Dockerfile*
 | 
						|
docker-compose*
 | 
						|
.dockerignore
 | 
						|
.goreleaser.yml
 | 
						|
.git
 | 
						|
.github
 | 
						|
.gitignore
 | 
						|
README.md
 | 
						|
LICENSE
 | 
						|
.vscode
 | 
						|
 | 
						|
*.sock
 |