How to mount a share folder for Plex

Hi, @Jozu @notaseraf

To achieve it, there are two important things to remember.

First, you need to understand how Docker handles folders both inside and outside containers. We have a simplified article about it.

Second, after mounting the shared folders from the LAN, you need to refer to them correctly. The correct path of shared folders will be mounted under the /media folder on ZimaOS, and you can list them by ls /media.

For example:

When you configure the path in the settings panel, you will find that only some of the folders under /media are displayed in the settings panel. We may tune the design of this panel in future versions.

Tips:

Useful steps for the SSH/CLI:

Enter CLI:
Settings-> General-> Developer mode view-> SSH Access enable → Web-based terminal

Log in

Run these commands after logging in:

    # If you want to switch to root
    # You may need to type the password again
    # sudo -i

    # run the commands you need
    ls /media

Hope this is helpful.

Look forward to your feedback.