Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
anna petry
bitmask-vpn
Commits
6a165ef1
Unverified
Commit
6a165ef1
authored
4 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] remove call to vendorize
parent
a487a307
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
branding/config/vendor.conf
+2
-21
2 additions, 21 deletions
branding/config/vendor.conf
gui/backend.go
+0
-2
0 additions, 2 deletions
gui/backend.go
with
2 additions
and
23 deletions
branding/config/vendor.conf
+
2
−
21
View file @
6a165ef1
...
...
@@ -45,31 +45,12 @@ geolocationAPI = https://api.black.riseup.net:9001/json
askForDonations
=
false
donateURL
=
[
demo
]
name
=
demo
applicationName
=
DemoVPN
binaryName
=
demo
-
vpn
auth
=
anon
providerURL
=
pt
.
demo
.
bitmask
.
net
apiURL
=
https
://
pt
.
demo
.
bitmask
.
net
:
8000
/
caURL
=
https
://
pt
.
demo
.
bitmask
.
net
:
8000
/
ca
.
crt
infoURL
=
https
://
bitmask
.
net
tosURL
=
https
://
bitmask
.
net
helpURL
=
https
://
bitmask
.
net
geolocationAPI
=
askForDonations
=
false
donateURL
=
[
demolib
]
name
=
demolib
applicationName
=
DemoLib
binaryName
=
demo
-
lib
applicationName
=
DemoLib
VPN
binaryName
=
demolib
vpn
auth
=
sip
authEmptyPass
=
true
...
...
This diff is collapsed.
Click to expand it.
gui/backend.go
+
0
−
2
View file @
6a165ef1
package
main
//go:generate python3 ../branding/scripts/vendorize.py ../branding/templates/bitmaskvpn/config.go ../branding/config/vendor.conf ../pkg/config/config.go
/* a wrapper around bitmask that exposes status to a QtQml gui.
Have a look at the pkg/backend module for further enlightment. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment