From 6e654047ccacc8c18aef046221652f26e06d3d2f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 28 Jul 2024 19:23:24 +0200 Subject: [PATCH] Update openpanel.md --- documentation/docs/admin/users/openpanel.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/docs/admin/users/openpanel.md b/documentation/docs/admin/users/openpanel.md index 5ff1c0f2..3c04ccd2 100644 --- a/documentation/docs/admin/users/openpanel.md +++ b/documentation/docs/admin/users/openpanel.md @@ -162,6 +162,21 @@ The Docker tab displays information about the Docker container for the user, inc - **Exposed Ports:** Ports inside the Docker container that accept incoming connections (e.g., ports for SSH, MySQL, REDIS, Apache). - **Container Created:** Timestamp when the container was started (may be different from the account creation date). + + + +### Disk Usage + +![openadmin users single user view du](/img/admin/du_tab.png) + +Since Docker does not yet support resizing docker containers, OpenPanel uses storage files that can be extended or shrunk on the fly. + +*Disk Usage* section displays real-time disk usage for a user: + +- `/home/username` is used for all website files that user uploads to their home directory. +- `/var/lib/docker/devicemapper/mnt/..` is the total file system that the user's Docker container is limited to; this includes the OS itself, system services, databases, logs, etc. + + ---- ### Websites