I am running the latest SCALE version (ElectricEel-24.10.1) and installed the qBittorent app from the app catalog (currently version 1.1.14 / app version 5.0.3). If I leave the settings in the section “User and Group Configuration” to the default user and group (568, i.e. the “apps” user / group), I can start qBittorrent and download things as expected, but the files are owned by user / group “app”. Thus, in order to access them, I would need to be the user “apps” or in the group “apps”, which my normal users I use for accessing my shares are not. Thus, I tried setting the user / group to my main users / group (1000), but this leads to qBittorrent not being able to start. The log shows the following:
(N) 2025-01-14T10:05:22 - qBittorrent v5.0.3 started. Process ID: 7
(N) 2025-01-14T10:05:22 - Using config directory: /config/qBittorrent
Another qBittorrent instance is already running.
QtLockedFile::lock(): file is not opened
(N) 2025-01-14T10:05:22 - qBittorrent termination initiated
(N) 2025-01-14T10:05:22 - qBittorrent is now ready to exit
QtLockedFile::lock(): file is not opened
ln: failed to create symbolic link '/config/qBittorrent/logs/qbittorrent.log': Permission denied
QtLockedFile::lock(): file is not opened
QFile::at: Cannot set file position 0
These should be the relevant settings:
I am probably missing something obvious about how am I supposed to configure my system in a way that lets the app start and gives access to the downloaded files to normal users. Will someone help me out and explain or point me in the right direction, please?
P.S.: Is there an ‘easy’ way to get the configuration shown in the UI in text representation, so I don’t have to use screenshots any longer? docker inspect
shows a lot more that what’s configured on the UI.