get_iplayer-docker
get_iplayer-docker copied to clipboard
User other than root
Hi, is it possible to run this as a user and group id other than root?
No idea. I'd assume so if the account had read write permissions for the data areas required. Give it a try, I'm curious to know.
On Mon, 11 Oct 2021, 04:46 Nurgus, @.***> wrote:
Hi, is it possible to run this as a user and group id other than root?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kolonuk/get_iplayer-docker/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALFVQDJBJ5GCMNL2AQE5MITUGGYO7ANCNFSM5FWTEV5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Sorry I should have said I already tried --user 1002:1002 with no joy. It keeps restarting over and over with "/bin/bash: /root/start.sh: Permission denied"
No reason why it shouldn't work, you just need to pull the scripts out of /root/.
However, I don't see there isn't any requirement to do so at present. If your goal is security, the web interface for get_iplayer is NOT secure anyway, and as that is actually "public" facing, that should really be your first improvement. If you get your changes to get_iplayer accepted and merged to make it much more secure, I'll certainly make any required security changes to this.