marcopeocchi / yt-dlp-web-ui

A terrible web ui for yt-dlp. Designed to be self-hosted.
Mozilla Public License 2.0
657 stars 67 forks source link

Default file permissions #159

Open rogueai opened 2 weeks ago

rogueai commented 2 weeks ago

Hi, I wanted to ask if there's a way to set default permissions for downloaded files? I'm using the docker image and I've set the correct UID and GID and that works fine, but it seems all files get 777 permissions, which is undesirable.

Thanks!

marcopeocchi commented 2 weeks ago

Hello @rogueai,

File permission are not handled by my web-ui. I've tested on my system, with correct UID and GID, files are set to 644.

Maybe it's a misconfiguration on something else? How is mounted the volume where you're storing the downloaded files?