[07:21:29]
<kimdee> Hi
[07:38:18]
<taiketsu31> Hy all,
Is there an admin to help me removing some specifics domain ?
May I made a mistake by posting there
Thx
[07:41:08]
<tufek> https://forum.yunohost.org/t/nohost-domain-recovery-suppression-de-domaine-en-nohost-me-noho-st-et-ynh-fr/442 is probably what you need
[07:42:38]
<taiketsu31> thanks for this link, but I already made a request ;)
In fact, I got everytime a post-installation failure since I reinstalled from scratch my Rpi4
[10:02:58]
<inpc> Hello peeps, I'm having an issue where videos deleted in PeerTube aren't deleting from the server and are still taking disk space. Any ideas? I did check on PeerTube but that was instructions for either classic or docker install and I'm not sure which, if either apply to the Yunohost version. Any help much appreciated!
[16:54:01]
<laguill13> Hi,
I am setting up prowalarr, sonarr and qbittorrent.
How do you configure the download folder in qbittorrent and sonarr ?
What should be the Download path for qbittorrent and sonarr ?
[17:29:33]
<tituspijean> @laguill13:matrix.org Where would you like to store the downloaded files?
[17:29:50]
<tituspijean> @mxtthxwinpc:matrix.orgcan you share a link to the instructions you found?
[17:53:20]
<laguill13> > <@titus:pijean.ovh> @laguill13:matrix.org Where would you like to store the downloaded files?
I don't is there a recommended one for security or usability ?
Would this path do the job ?
`/home/yunohost.multimedia/share/Series`
[18:01:43]
<tituspijean> @laguill13:matrix.orgcheck if qbittorrent also expects a temporary and completed downloads folder, if so it should not be the one you mentioned (that's the case for Transmission)
[18:02:36]
<tituspijean> Basically as soon as Sonarr detects that the download is completed, it will move it in the destination path you mentioned
[18:03:47]
<laguill13> @tituspijean for now everything is set to default
With in qbittorrent `var/www/qbittorrent/Downloads`
[18:04:38]
<tituspijean> that should be fine then. let's go ;p
[18:07:08]
<laguill13> For now I am using only prowlarr to download series
But then with Sonar how should I configure it ?
[18:07:48]
<laguill13> In
`/home/yunohost.multimedia/share/`
There is already a Torrents folder and `'Torrents to download'`
What are those ?
[18:10:35]
<tituspijean> an artifact from a previous similar app?
[18:10:35]
<laguill13> In Sonarr I have an error saying that it does not have access to `var/www/qbittorrent/Downloads`
Is it permission or else ?
[18:14:29]
<tituspijean> surely... what's the output of `ls -ld /var/www/qbittorrent/Downloads` ?
[19:04:47]
<laguill13> > <@titus:pijean.ovh> surely... what's the output of `ls -ld /var/www/qbittorrent/Downloads` ?
Here is the output
`drwxr-xr-x 3 qbittorrent qbittorrent 4096 9 avril 19:06 /var/www/qbittorrent/Downloads/`
[21:42:00]
<tituspijean> @laguill13:matrix.orgI suggest you do: `chmod -R g+w /var/www/qbittorrent` and `usermod -a -G qbittorrent sonarr`
Restart both apps' services and try again.