-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old core openvpn3, use new library from upstream
Since there is a bug with the connection for the win system, it was decided to update the library Openvpn3. Now there are problems building the project, due to the complex build system in GUI project: github.com/therecipe/qt.
- Loading branch information
Showing
31 changed files
with
846 additions
and
2,376 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,3 +0,0 @@ | ||
[submodule "third_party/go-openvpn"] | ||
path = third_party/go-openvpn | ||
url = https://github.com/Vai3soh/go-openvpn | ||
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 |
---|---|---|
|
@@ -9,12 +9,15 @@ GO=go$VERSION.linux-amd64.tar.gz && \ | |
curl -sL --retry 10 --retry-delay 60 -O https://go.dev/dl/$GO && \ | ||
tar -xzf $GO -C /usr/local | ||
|
||
WORKDIR /home/user/work/src/github.com/Vai3soh/ | ||
COPY . /home/user/work/src/github.com/Vai3soh/ | ||
WORKDIR /home/user/work/src/github.com/Vai3soh/goovpn | ||
COPY . /home/user/work/src/github.com/Vai3soh/goovpn | ||
|
||
RUN go get github.com/therecipe/qt/internal/binding/files/docs/[email protected] | ||
|
||
ENV QT_MXE_ARCH=amd64 | ||
WORKDIR /home/user/work/src/github.com/Vai3soh/cmd/app/ | ||
WORKDIR /home/user/work/src/github.com/Vai3soh/goovpn/cmd/app/ | ||
|
||
RUN go mod vendor && qtdeploy build desktop | ||
RUN go mod vendor && \ | ||
cd /home/user/work/src/github.com/Vai3soh/goovpn/vendor/github.com/Vai3soh/ && \ | ||
rm -rf ovpncli && git clone https://github.com/Vai3soh/ovpncli && cd - && \ | ||
qtdeploy build desktop |
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
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
Oops, something went wrong.