mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-31 00:04:46 +02:00
Add RRDTool integration for monitoring WireGuard stats
Introduces a new RRDTool service for tracking WireGuard interface and peer statistics. Adds required Docker configuration, API key handling, and new scripts for managing RRD files. Updates the `entrypoint.sh` and API permissions to accommodate the new functionality.
This commit is contained in:
parent
7ecf111fbe
commit
07a806a073
8 changed files with 289 additions and 4 deletions
|
@ -28,7 +28,7 @@ from dns.views import view_static_host_list, view_manage_static_host, view_manag
|
|||
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
# path('admin/', admin.site.urls),
|
||||
path('', view_welcome, name='welcome'),
|
||||
path('status/', view_wireguard_status, name='wireguard_status'),
|
||||
path('dns/', view_static_host_list, name='static_host_list'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue