mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 17:12:33 +08:00
6aacada852
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).
18 lines
268 B
Text
18 lines
268 B
Text
// 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
|