Skip to content

Commit

Permalink
add powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Yan authored and Richard Yan committed Dec 27, 2018
1 parent 74f521b commit 785cb75
Show file tree
Hide file tree
Showing 45 changed files with 86 additions and 9,885 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules/
electron-builder\.yml

\.DS_Store
www/scripts
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#VPN-Client
### TO DO
- Netflix & other website that block vpn's Support
- Automatic OpenVPN installer package
- Tray Icon and Functions
- Multiple Locations/OpenVPN Files
#ALGO-VPN-Client

- Automatic powershell installer script
- Multiple Locations Files
- Proper Connect / Disconnect States
37 changes: 19 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vpn-manager",
"version": "2.0.0",
"description": "OpenVPN Manager",
"version": "1.0.0",
"description": "Algo VPN Manager",
"main": "./www/main.js",
"scripts": {
"start": "electron ./www/main.js",
Expand All @@ -21,7 +21,7 @@
"electron-builder": "^20.4.1"
},
"build": {
"appId": "com.schoolvpnclient.app",
"appId": "com.richyan.vpn",
"win": {
"icon": "resources/icon.ico",
"extraResources": [
Expand All @@ -43,8 +43,9 @@
}
},
"dependencies": {
"bootstrap": "^4.2.1",
"child_process": "^1.0.2",
"jquery": "^3.3.1"
"jquery": "^3.3.1",
"node-powershell": "^3.3.1",
"roboto-fontface": "^0.10.0"
}
}
108 changes: 0 additions & 108 deletions resources/client.ovpn

This file was deleted.

Binary file removed resources/openvpn-install-2.4.6-I602.exe
Binary file not shown.
11 changes: 6 additions & 5 deletions www/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* @import url(https://fonts.googleapis.com/css?family=Roboto);*/
@import url(../../node_modules/roboto-fontface/css/roboto/roboto-fontface.css) ;
body, html {
font-family: 'Roboto', Arial, sans-serif;
font-size: 14px;
Expand Down Expand Up @@ -263,7 +264,7 @@ fieldset {
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
font-size: 0.84rem;
font-size: 0.8rem;
color: gray;
top: -1rem;
left: 0;
Expand Down Expand Up @@ -608,11 +609,11 @@ nav{

#menu{
position: absolute;
width: 80px;
/* width: 45px; */
margin: -100px 0 0 -15px;
padding: 10px;
padding: 15px;
padding-top: 100px;
opacity: .5;
/* opacity: .5; */
/* display: none; */
background: #fff;
list-style-type: none;
Expand Down
2 changes: 2 additions & 0 deletions www/css/materialdesignicons.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 785cb75

Please sign in to comment.