mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-03-18 18:14:02 +00:00
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.
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
/.venv
|
|
/.vscode
|
|
*.pyc
|
|
*__pycache__/
|
|
*.pyo
|
|
*.pyd
|
|
wireguard_webadmin/production_settings.py
|
|
.idea/
|
|
containers/*/.venv
|
|
.env |