Attempting to change default directory to /runtipi

This commit is contained in:
itsrllyhim 2023-09-07 22:23:25 -04:00
parent 843283337c
commit 945960b4c2
2 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@ services:
ports: ports:
- ${APP_PORT}:3000 - ${APP_PORT}:3000
environment: environment:
- FM_HOME:${APP_DATA_DIR} - FM_HOME=~/runtipi
volumes: volumes:
- ${APP_DATA_DIR}/data/qdirstat/config - ${APP_DATA_DIR}/data/qdirstat/config
- ${APP_DATA_DIR}/data/qdirstat/app/data - ${APP_DATA_DIR}/data/qdirstat/app/data

View File

@ -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 X11-based desktop on Linux, BSD and other Unix-like systems and of course in a
Docker container. 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_ _Main window screenshot - notice the multi-selection in the tree and the treemap_
@ -36,3 +36,9 @@ QDirStat has a number of new features compared to KDirStat. To name a few:
- File size histogram view. - File size histogram view.
- File age view. - File age view.
- Free, used and reserved disk size for each mounted filesystem (like _df_) - 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!*