From 945960b4c2eaf34e5d55b229a03e88e37dbc4cba Mon Sep 17 00:00:00 2001 From: itsrllyhim <143047010+itsrllyhim@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:23:25 -0400 Subject: [PATCH] Attempting to change default directory to /runtipi --- apps/qdirstat/docker-compose.yml | 4 ++-- apps/qdirstat/metadata/description.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/apps/qdirstat/docker-compose.yml b/apps/qdirstat/docker-compose.yml index 80905ee2..62a434af 100644 --- a/apps/qdirstat/docker-compose.yml +++ b/apps/qdirstat/docker-compose.yml @@ -5,8 +5,8 @@ services: restart: unless-stopped ports: - ${APP_PORT}:3000 - environment: - - FM_HOME:${APP_DATA_DIR} + environment: + - FM_HOME=~/runtipi volumes: - ${APP_DATA_DIR}/data/qdirstat/config - ${APP_DATA_DIR}/data/qdirstat/app/data diff --git a/apps/qdirstat/metadata/description.md b/apps/qdirstat/metadata/description.md index 5f4085e4..b4ce0807 100644 --- a/apps/qdirstat/metadata/description.md +++ b/apps/qdirstat/metadata/description.md @@ -8,7 +8,7 @@ latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems and of course in a Docker container. -![Screenshot](https://github.com/shundhammer/qdirstat/blob/master/screenshots/QDirStat-main-win.png) +![Screenshot](https://github.com/shundhammer/qdirstat/raw/master/screenshots/QDirStat-main-win.png) _Main window screenshot - notice the multi-selection in the tree and the treemap_ @@ -35,4 +35,10 @@ QDirStat has a number of new features compared to KDirStat. To name a few: - Disk usage per file type (by filename extension). - File size histogram view. - File age view. - - Free, used and reserved disk size for each mounted filesystem (like _df_) \ No newline at end of file + - Free, used and reserved disk size for each mounted filesystem (like _df_) + + --- + + # Tipi Specific Note + + By default, qDirStat will analyze the /runtipi/ directory, *not the whole system that tipi is installed on!* \ No newline at end of file