-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename package to RTradeLtd/libanonvpn
- Loading branch information
Alex Trottier
committed
Dec 11, 2019
1 parent
2b52c96
commit e654884
Showing
6 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
FROM alpine:3.10 | ||
ENV I2CP_HOME=/opt/go/src/github.com/RTradeLtd/go-anonvpn/cmd/anonvpn | ||
ENV I2CP_HOME=/opt/go/src/github.com/RTradeLtd/libanonvpn/cmd/anonvpn | ||
ENV GO_I2CP_CONF=/i2cp.docker.conf | ||
ENV GOPATH=/opt/go/ | ||
RUN apk update | ||
RUN apk add go git make musl-dev | ||
RUN adduser -h /home/anonvpn -g 'anonvpn,,,,' -S -D anonvpn | ||
COPY . /opt/go/src/github.com/RTradeLtd/go-anonvpn | ||
COPY . /opt/go/src/github.com/RTradeLtd/libanonvpn | ||
COPY etc/anonvpn/.i2cp.docker.conf \ | ||
/opt/go/src/github.com/RTradeLtd/go-anonvpn/etc/anonvpn/i2cp.docker.conf | ||
WORKDIR /opt/go/src/github.com/RTradeLtd/go-anonvpn | ||
/opt/go/src/github.com/RTradeLtd/libanonvpn/etc/anonvpn/i2cp.docker.conf | ||
WORKDIR /opt/go/src/github.com/RTradeLtd/libanonvpn | ||
RUN GO111MODULE=on go mod vendor | ||
RUN go version | ||
RUN make build | ||
RUN apk del git make | ||
COPY cvpnserver.ini /opt/go/src/github.com/RTradeLtd/go-anonvpn/etc/anonvpn/anonvpn-client.ini | ||
CMD /opt/go/src/github.com/RTradeLtd/go-anonvpn/cmd/anonvpn/anonvpn-webview \ | ||
COPY cvpnserver.ini /opt/go/src/github.com/RTradeLtd/libanonvpn/etc/anonvpn/anonvpn-client.ini | ||
CMD /opt/go/src/github.com/RTradeLtd/libanonvpn/cmd/anonvpn/anonvpn-webview \ | ||
-littleboss=start \ | ||
-file /opt/go/src/github.com/RTradeLtd/go-anonvpn/etc/anonvpn/anonvpn-client.ini | ||
-file /opt/go/src/github.com/RTradeLtd/libanonvpn/etc/anonvpn/anonvpn-client.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/RTradeLtd/go-anonvpn | ||
module github.com/RTradeLtd/libanonvpn | ||
|
||
go 1.12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters