Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move client to godpu repo #65

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
working-directory: server
- uses: golangci/golangci-lint-action@v3
with:
working-directory: client
1 change: 0 additions & 1 deletion .github/workflows/poc-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
matrix:
package:
- server
- client
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand Down
21 changes: 0 additions & 21 deletions client/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions client/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions client/client.go

This file was deleted.

20 changes: 0 additions & 20 deletions client/go.mod

This file was deleted.

35 changes: 0 additions & 35 deletions client/go.sum

This file was deleted.

177 changes: 0 additions & 177 deletions client/ipsec.go

This file was deleted.

6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ services:
test: grpcurl -plaintext localhost:50151 list || exit 1

opi-security-client:
build:
context: client
image: ghcr.io/opiproject/godpu:main@sha256:10e3c8f44e97e42052f422d8cde49019d6d417509f312a35ad54183ec2a90fc5
network_mode: service:vpn-server
depends_on:
opi-security-server:
condition: service_healthy
command: /opi-security-client -addr=opi-security-server:50151 -pingaddr=10.3.0.1
command: ipsec test --addr=opi-security-server:50151 --pingaddr=10.3.0.1


networks:
internet:
Expand Down