Can't edit configs in Emby docker


Recommended Posts

I have my Emby docker set up on an appdata folder that I have created on an Unassigned Device.  The problem is that I cannot make changes or delete files from within Windows Explorer over SMB.  I also cannot delete files from the Krusader docker.

 

The only way I can make modifications to any file in the config directory of the emby docker is to ssh into the server and run midnight commander through CLI.

 

I don't think that docker safe permissions will help since the file I'm trying to gain access to is in a docker directory.  How can I regain access to the config directory from within Windows Explorer?

 

Thanks.

Link to comment

chmod -R 0777 /mnt/disks/pathToEmby

 

But, big caveat is that by changing the permissions to something you can utilize over SMB you may impact the ability of Emby to operate as it may check for and expect certain permissions.  This is why docker safe new perms doesn't touch anything in appdata.  Whether or not emby will actually have problems or not is not something I can answer

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.