1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 07:10:09 +01:00
Simplest dashboard for WireGuard VPN written in Python w/ Flask
Go to file
Daan 3ac9c23573 Removed the default value: wg0 in isolate and enable.
Removed clean_up() function because persistency is done differently.
Overal tried to make readability better in entrypoint.sh
Fixed bug where local config variable causes issues.
Applied ShellCheck recommendations.
2024-10-24 10:13:33 +02:00
.github Changed Docker image names: dselen -> donaldzou 2024-10-21 12:09:53 +02:00
docker Removed the default value: wg0 in isolate and enable. 2024-10-24 10:13:33 +02:00
docs Updated some documentations 2024-08-15 23:20:29 -04:00
src Update dashboard.py 2024-10-20 16:05:32 +08:00
.all-contributorsrc OneDrive gone again.... 2022-02-04 21:36:46 -05:00
.gitignore Update .gitignore 2024-08-10 12:58:41 -04:00
Dockerfile Removed the default value: wg0 in isolate and enable. 2024-10-24 10:13:33 +02:00
entrypoint.sh Removed the default value: wg0 in isolate and enable. 2024-10-24 10:13:33 +02:00
LICENSE OneDrive gone again.... 2022-02-04 21:36:46 -05:00
package-lock.json Finished job logs :) 2024-07-29 18:40:07 -04:00
package.json Finished job logs :) 2024-07-29 18:40:07 -04:00
README.md Fix README.md 2024-10-03 16:03:42 +02:00
SECURITY.md Create SECURITY.md 2023-03-23 13:07:36 -04:00

Note

Help Wanted 🎉: Localizing WGDashboard to other languages! If you're willing to help, please visit https://github.com/donaldzou/WGDashboard/issues/397. Many thanks!


WGDashboard

WGDashboard

wakatime

Monitoring WireGuard is not convenient, in most case, you'll need to login to your server and type wg show. That's why this project is being created, to view and manage all WireGuard configurations in a easy way.

With all these awesome features, while keeping it easy to install and use

This project is not affiliate to the official WireGuard Project


Note

To better manage documentation for this project. I've moved it to its own repo. I will keep updating over there and leave this README only with important information.