MinimServer Forum
Minimserver on a Terramaster - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Minimserver on a Terramaster (/showthread.php?tid=6403)



Minimserver on a Terramaster - dinegredin - 03-12-2021 15:48

Hello,
I'm trying to install Minimserver as a docker container on my Terramaster F5-422 with TNOS 4.2 installed.
It worked but i cannot set the proper media folder

It accepts a folder contained at the root ( ex: /media or /mnt ) but it won't accept a folder inside ( ex : /mnt/media or anything) .
Unfortunately i cannot put my media on those accepted folder ( that are not sharable)
My shared folder is called Musique
I've tried different combination
/mnt/Musique
/mnt/md0/Musique

Minimserver returns always content directory error

When i connect to my NAS via SSh i can go inside my musique folder at this path /mnt/Musique

I'm stuck
As anyone had the same issue ?
Is there a way to arrange miniserver configuration inside the terminal ?

Thanks for your time


RE: Minimserver on a Terramaster - simoncn - 03-12-2021 16:16

You need to set the content directory to a path that is valid inside the container (mounted from a host folder). When you created the container, did you specify a container mount point for your music folder?


RE: Minimserver on a Terramaster - dinegredin - 03-12-2021 23:51

(03-12-2021 16:16)simoncn Wrote:  You need to set the content directory to a path that is valid inside the container (mounted from a host folder). When you created the container, did you specify a container mount point for your music folder?

Thanks for your answer.
No I didn’t specify anything when I’ve created the container.
Sorry but I’m really new to docker how can I do that ?
Shall I change the place of my music folder ?


RE: Minimserver on a Terramaster - simoncn - 04-12-2021 09:31

There are detailed instructions in this section for how to do this.


RE: Minimserver on a Terramaster - dinegredin - 05-12-2021 01:03

Thanks a lot
I've succesfully mapped the media folder.
Now minimserver is running but is invisible on the network.
Minimwatch doesn't see it.


RE: Minimserver on a Terramaster - simoncn - 05-12-2021 07:32

Did you specify --network host (see step 3) when you created the container? This is needed for the Docker instance of MinimServer to be visible on your network.


RE: Minimserver on a Terramaster - dinegredin - 05-12-2021 18:31

(05-12-2021 07:32)simoncn Wrote:  Did you specify --network host (see step 3) when you created the container? This is needed for the Docker instance of MinimServer to be visible on your network.

Thanks it works now indeed !