mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-04 08:16:17 +00:00
Compare commits
11 Commits
v2.0-4
...
v2.0.1-bet
Author | SHA1 | Date | |
---|---|---|---|
|
db05ff5e98 | ||
|
a05d6979ec | ||
|
be40d17172 | ||
|
9e11339979 | ||
|
a56129afe0 | ||
|
8933ea999c | ||
|
ae3b8f6494 | ||
|
33487ee03f | ||
|
58ecae1162 | ||
|
8777da10e4 | ||
|
4ea971c1b9 |
10
README.md
10
README.md
@@ -1,3 +1,7 @@
|
|||||||
|
<hr>
|
||||||
|
<p align=center>I'm looking for someone that have experiences on migrating this project to a Docker app, with a complete solution ;) If you know how please <a href="https://github.com/donaldzou/wireguard-dashboard/issues/20">comment in here</a>.</p>
|
||||||
|
<hr>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/donaldzou/wireguard-dashboard/main/img/Group%202.png" width="128">
|
<img src="https://raw.githubusercontent.com/donaldzou/wireguard-dashboard/main/img/Group%202.png" width="128">
|
||||||
</p>
|
</p>
|
||||||
@@ -10,7 +14,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/donaldzou/wireguard-dashboard/releases/latest"><img src="https://img.shields.io/github/v/release/donaldzou/wireguard-dashboard"></a>
|
<a href="https://github.com/donaldzou/wireguard-dashboard/releases/latest"><img src="https://img.shields.io/github/v/release/donaldzou/wireguard-dashboard"></a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">Monitoring Wireguard is not convinient, need to login into server and type <code>wg show</code>. That's why this platform is being created, to view all configurations and manage them in a easier way.</p>
|
<p align="center">Monitoring WireGuard is not convinient, need to login into server and type <code>wg show</code>. That's why this platform is being created, to view all configurations and manage them in a easier way.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -20,7 +24,7 @@
|
|||||||
|
|
||||||
1. Stop the dashboard if it is running.
|
1. Stop the dashboard if it is running.
|
||||||
2. You can use `git pull https://github.com/donaldzou/Wireguard-Dashboard.git v2.0` to get the new update inside `Wireguard-Dashboard` directory.
|
2. You can use `git pull https://github.com/donaldzou/Wireguard-Dashboard.git v2.0` to get the new update inside `Wireguard-Dashboard` directory.
|
||||||
3. Proceed **Step 2 & 3** in the Install step down below.
|
3. Proceed **Step 2 & 3** in the [Install](#-install) step down below.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
@@ -69,7 +73,7 @@
|
|||||||
|
|
||||||
## 🛠 Install
|
## 🛠 Install
|
||||||
|
|
||||||
1. Download Wireguard Dashboard
|
**1. Download Wireguard Dashboard**
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone -b v2.0 https://github.com/donaldzou/Wireguard-Dashboard.git
|
$ git clone -b v2.0 https://github.com/donaldzou/Wireguard-Dashboard.git
|
||||||
|
14
src/wgd.sh
14
src/wgd.sh
@@ -55,28 +55,20 @@ update_wgd() {
|
|||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
printf "| Downloading %s from GitHub... |\n" "$new_ver"
|
printf "| Downloading %s from GitHub... |\n" "$new_ver"
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
git pull https://github.com/donaldzou/wireguard-dashboard.git $new_ver > /dev/null 2>&1
|
git pull https://github.com/donaldzou/wireguard-dashboard.git $new_ver --force > /dev/null 2>&1
|
||||||
printf "| Update Successfully! |\n"
|
printf "| Update Successfully! |\n"
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
printf "| Now you can start the dashboard with >> sh wgd.sh start |\n"
|
printf "| Now you can start the dashboard with >> sh wgd.sh start |\n"
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
# if check_wgd_status; then
|
exit 1
|
||||||
# stop_wgd
|
|
||||||
# sleep 2
|
|
||||||
# printf "Wireguard Dashboard is stopped. \n"
|
|
||||||
# start_wgd_debug
|
|
||||||
# else
|
|
||||||
# start_wgd_debug
|
|
||||||
# fi
|
|
||||||
else
|
else
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
printf "Cancel update. \n"
|
printf "CANCEL update. \n"
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [ "$#" != 1 ];
|
if [ "$#" != 1 ];
|
||||||
then
|
then
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user