I deployed n8n in ubuntu22.04 docker. Now I want to use yt-dlp to download videos. My yaml file is shown at the end. I need to change the yt-dlp download path from the original /home/node/ to the /root/videos path under the host, so that I can automatically delete these mp3 or mp4 files later.
- How to modify this path?
- I found that there is no sudo permission under /home/node/ during the process. What should I do?
- How to regularly clear n8n logs and these downloaded video files?
Thank you and have a good day