rix1337 / docker-ripper

The best way to automatically rip optical disks using docker!
MIT License
247 stars 50 forks source link

Folder Permission Issues #63

Closed pcwii closed 3 years ago

pcwii commented 3 years ago

The application works as expected but whenever a directory is created for the rip storage it does not use the permission of the docker user but creates all files / folders with permission '99' image

rix1337 commented 3 years ago

Sounds like an issue specific to your docker host.

Best way forward is you fix this in your local ripper.sh

I will gladly review and merge a pull request of your solution

pcwii commented 3 years ago

Thanks, I will have a look. I thought that I could fix it by adding the user: 1000:1000 to the container but that only resulted in issues accessing the cd-drive image

pcwii commented 3 years ago

Changing the ripper.sh file did the trick for me. Is there a way to change/reduce the polling time for the inserted disk.

rix1337 commented 3 years ago

Sound great! What exactly did you change? A pull request will gladly be reviewed ;)

The polling time of 60 seconds is also part of the ripper.sh (just change the sleep 1m line to your liking