mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-10 08:53:51 +08:00
Update README.md
This commit is contained in:
parent
08651bda1e
commit
893784e7b9
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -1,6 +1,19 @@
|
||||||
# Wireguard-Dashboard
|
# Wireguard-Dashboard
|
||||||
## Intro
|
## Intro
|
||||||
Monitoring Wireguard is not convinient, need to login into server and type wg show. That's why this platform is being created, to view all configurations in a more straight forward way.
|
Monitoring Wireguard is not convinient, need to login into server and type wg show. That's why this platform is being created, to view all configurations in a more straight forward way.
|
||||||
|
## Installation
|
||||||
|
**Requirement:**
|
||||||
|
- Wireguard
|
||||||
|
- Configuration files under **/etc/wireguard**
|
||||||
|
- Python 3.7
|
||||||
|
- Flask
|
||||||
|
|
||||||
|
**Install:**
|
||||||
|
1. `git clone https://github.com/donaldzou/Wireguard-Dashboard.git`
|
||||||
|
2. `cd Wireguard-Dashboard`
|
||||||
|
3. `python3 dashboard.py`
|
||||||
|
4. Access your server! e.g (http://your_server_ip:10086)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
![Index Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/index.png)
|
![Index Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/index.png)
|
||||||
![Conf Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/configuration.png)
|
![Conf Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/configuration.png)
|
||||||
|
|
Loading…
Reference in a new issue