Djoss Posted July 12, 2018 Share Posted July 12, 2018 (edited) Support for QDirStat docker container Application Name: QDirStatApplication Site: https://github.com/shundhammer/qdirstatDocker Hub: https://hub.docker.com/r/jlesage/qdirstat/Github: https://github.com/jlesage/docker-qdirstat Make sure to look at the complete documentation, available on Github ! Post any questions or issues relating to this docker in this thread. Edited October 26, 2018 by Djoss 3 Quote Link to comment
cybrnook Posted July 14, 2018 Share Posted July 14, 2018 Nice, still use windirstat from time to time. Quote Link to comment
shimlapinks Posted July 14, 2018 Share Posted July 14, 2018 Very fast scanner, great job Quote Link to comment
tillkrueger Posted August 3, 2018 Share Posted August 3, 2018 just found and installed this great little Docker and am doing my first scan. I do have some questions: > once this rather lengthy scan is done (about 20TB of data), is it persistent by default, or will I have to do something to "save" the scanning results? (is that what "Write to cache file" is for, maybe?) > I am still scanning, so maybe that's why, but the menus become unresponsive at some point when I click my way through them, and I have gotten black screen artefacts in its UI...I am afraid to do a page-reload bc I don't know whether the progress is persistent (is it?), but is this expected behaviour while scanning is in progress? > I noticed the "Filemanager from here" menu item...does it have its own filemanager or does it somehow route me to my installed Krusader Docker? Since I do a lot of manual balancing of data between my disk shares, this Docker will be a lot of help as the Disk Usage function in Krusader isn't persistent and takes too long to be practical for my purposes. Quote Link to comment
Djoss Posted August 3, 2018 Author Share Posted August 3, 2018 6 hours ago, tillkrueger said: > once this rather lengthy scan is done (about 20TB of data), is it persistent by default, or will I have to do something to "save" the scanning results? (is that what "Write to cache file" is for, maybe?) If you want to keep the result of the scan to consult it later, you need to save it using the "Write to cache file" function. 6 hours ago, tillkrueger said: > I am still scanning, so maybe that's why, but the menus become unresponsive at some point when I click my way through them, and I have gotten black screen artefacts in its UI...I am afraid to do a page-reload bc I don't know whether the progress is persistent (is it?), but is this expected behaviour while scanning is in progress? I also experiment some slowdown in the UI when scanning. Reloading the web page as no effect on the application, since you are just accessing the app'UI via VNC. 6 hours ago, tillkrueger said: > I noticed the "Filemanager from here" menu item...does it have its own filemanager or does it somehow route me to my installed Krusader Docker? The file manager is not supported in this container. However, you can use the "Open Terminal Here" function. 1 Quote Link to comment
tillkrueger Posted August 3, 2018 Share Posted August 3, 2018 thanks for clarifying, Djoss...fine piece of work, and thank you very much for that! Quote Link to comment
hernandito Posted October 7, 2018 Share Posted October 7, 2018 (edited) Hi, im trying to get this to work. In the UI i get the top menu items and nothing is displayed. There is a red circle with an X that says server disconnected code 1006. I left all docker settings to the default. Any ideas? I really want to get it to works. thank you H. EDIT: Nevermind... its working. Either it needed time to load, or I was using it in my iPad and it does not support the interface. Thank you very much for this! H. Edited October 7, 2018 by hernandito Quote Link to comment
Druminstein Posted February 10, 2019 Share Posted February 10, 2019 (edited) server disconnected code 1006. Getting this as well. looks at the logs i am also seeing this marked in red 23/01/2019 22:55:39 rfbProcessClientProtocolVersion: read: I/O error EDIT: clearing cache fixed it. Edited February 10, 2019 by Druminstein Quote Link to comment
administrator Posted January 5, 2020 Share Posted January 5, 2020 This is a great addition to Unraid. Thanks for all your work! Now is it possible to add password protection for the web GUI? Quote Link to comment
cybrnook Posted January 5, 2020 Share Posted January 5, 2020 6 hours ago, administrator said: This is a great addition to Unraid. Thanks for all your work! Now is it possible to add password protection for the web GUI? https://github.com/jlesage/docker-qdirstat/blob/master/README.md#vnc-password 1 Quote Link to comment
administrator Posted January 11, 2020 Share Posted January 11, 2020 On 1/5/2020 at 12:11 AM, cybrnook said: https://github.com/jlesage/docker-qdirstat/blob/master/README.md#vnc-password Thanks for pointing this out. Unraid community is the best! Quote Link to comment
G@n0nD0rf Posted February 7, 2020 Share Posted February 7, 2020 Is it possible to scan on disc level? I have enabled disc shares but I can't see them in QDirStat. Quote Link to comment
Djoss Posted February 10, 2020 Author Share Posted February 10, 2020 On 2/7/2020 at 3:32 AM, G@n0nD0rf said: Is it possible to scan on disc level? I have enabled disc shares but I can't see them in QDirStat. To make additions unRAID paths available to QDirStat, you need to edit the container settings and add a new "Path". This is how a path in unRAID is mapped to a path in the container. Quote Link to comment
subagon Posted February 16, 2020 Share Posted February 16, 2020 Is there any way to increase the size of the QDirStat window? I use another docker, MKVToolNix, which has two docker variables to adjust the screen size. They are, DISPLAY_WIDTH & DISPLAY_HEIGHT. I tried adding these to the QDirStat docker but it didn't cause any change. Quote Link to comment
Djoss Posted February 16, 2020 Author Share Posted February 16, 2020 16 hours ago, subagon said: Is there any way to increase the size of the QDirStat window? I use another docker, MKVToolNix, which has two docker variables to adjust the screen size. They are, DISPLAY_WIDTH & DISPLAY_HEIGHT. I tried adding these to the QDirStat docker but it didn't cause any change. You already have I the container settings "Display Width" and "Display Height" that you can adjust. No need to add additional variables. Quote Link to comment
subagon Posted February 18, 2020 Share Posted February 18, 2020 Djoss, Thanks for setting me on the correct path. I swear I had turned on advanced setting, but obviously didn't. Quote Link to comment
DBJordan Posted June 17, 2020 Share Posted June 17, 2020 For some odd reason, qdirstat isn't able to delete anything. I keep getting this error when I try (this is from the console, but it's the same error message the gui has): /storage/Saidar # rm syslog.log rm: remove 'syslog.log'? yes rm: can't remove 'syslog.log': Read-only file system This is the only Docker I've got that has a problem creating and removing files. Any thoughts? Quote Link to comment
Djoss Posted June 24, 2020 Author Share Posted June 24, 2020 On 6/17/2020 at 2:52 PM, DBJordan said: For some odd reason, qdirstat isn't able to delete anything. I keep getting this error when I try (this is from the console, but it's the same error message the gui has): /storage/Saidar # rm syslog.log rm: remove 'syslog.log'? yes rm: can't remove 'syslog.log': Read-only file system This is the only Docker I've got that has a problem creating and removing files. Any thoughts? By default, /storage is configured read-only. You can change this by editing the "Storage" setting (make sure to switch to the Advanced View in container's settings). 3 Quote Link to comment
mugennas Posted November 29, 2020 Share Posted November 29, 2020 (edited) On 2/10/2019 at 1:39 PM, Druminstein said: server disconnected code 1006. Getting this as well. looks at the logs i am also seeing this marked in red 23/01/2019 22:55:39 rfbProcessClientProtocolVersion: read: I/O error EDIT: clearing cache fixed it. anybody knows how the cache is cleared here? I got the same error. I tried removing the cache directory in the config directory, but still the same error. Edited November 29, 2020 by mugennas Quote Link to comment
Djoss Posted November 30, 2020 Author Share Posted November 30, 2020 On 11/29/2020 at 1:49 AM, mugennas said: anybody knows how the cache is cleared here? I got the same error. I tried removing the cache directory in the config directory, but still the same error. It's the cache of your browser that you need to clear. 1 Quote Link to comment
mkono87 Posted November 21, 2021 Share Posted November 21, 2021 This app does not appear in my docker list and also has the server error 1006. Quote Link to comment
Djoss Posted November 25, 2021 Author Share Posted November 25, 2021 On 11/21/2021 at 1:44 PM, mkono87 said: This app does not appear in my docker list Is the container still installed ? Did you try to re-install it ? Quote Link to comment
mkono87 Posted November 25, 2021 Share Posted November 25, 2021 3 minutes ago, Djoss said: Is the container still installed ? Did you try to re-install it ? Yeah it was installed. My fault, it was hidden in the folder view. LOL But im stuck with the 1006 error so I gave up and am just using the RDP version, which is not ideal. Quote Link to comment
Djoss Posted November 25, 2021 Author Share Posted November 25, 2021 Just now, mkono87 said: Yeah it was installed. My fault, it was hidden in the folder view. LOL But im stuck with the 1006 error so I gave up and am just using the RDP version, which is not ideal. For the 1006 error, try to clear your browser cache. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.