Logo
Explore Help
Sign In
Mirrors/wireguard_webadmin
1
0
Fork 0
You've already forked wireguard_webadmin
mirror of https://github.com/eduardogsilva/wireguard_webadmin.git synced 2025-06-28 01:07:03 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
wireguard_webadmin/containers/rrdtool/Dockerfile-rrdtool

19 lines
360 B
Plaintext
Raw Normal View History

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.
2025-02-21 11:33:13 -03:00
FROM python:3.12-slim
WORKDIR /app
RUN apt-get update && apt-get install -y \
net-tools \
inetutils-ping \
inetutils-traceroute \
nano \
vim-nox \
rrdtool \
Add librrd-dev to Dockerfiles
2025-03-13 13:55:25 -03:00
librrd-dev \
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.
2025-02-21 11:33:13 -03:00
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY wgrrd.py .
CMD ["python", "-u", "wgrrd.py"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 238ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API