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

@ -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

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
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_)
- 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!*