1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-05 23:40:14 +01:00
Simplest dashboard for WireGuard VPN written in Python w/ Flask
Go to file
Donald Zou e533a0e405
Merge pull request #445 from knd775/patch-1
feat: Support Rocky Linux
2024-11-01 23:24:47 +08:00
.github Changed the workflow from every night to: on every commit in the main branch. 2024-10-31 20:16:45 +01: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 Merge pull request #445 from knd775/patch-1 2024-11-01 23:24:47 +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 SEC: Fixed CVE-2024-9143 presence. 2024-10-24 10:24:22 +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.