Page 1 of 1

Folder structure for Madsonic Docker

Posted: 03 Sep 2019, 17:03
by thechez
Hello all,
I'm attempting to set up a Docker instance of Madsonic in Virtualization Station of my QNAP NAS. I have successfully installed the Alpine instance of Madsonic and have it running. However, I am running into issues when attempting to access my folder structure for my media.

I followed the advice of this article:
https://blog.linuxserver.io/2017/09/17/how-to-setup-containers-on-qnap/

Unfortunately, it still shows "Folder Not Found" when I try to access the folder I created solely for the container. Does anyone have any ideas or links that are more useful?

Re: Folder structure for Madsonic Docker

Posted: 04 Sep 2019, 18:02
by thechez
Well, I got the structure set up for the folders. I switched to the Ubuntu build and put the /config and /media in separate folders.

Things are working well on my network but have no idea how I'm supposed to get the ports to forward. It says it's taking it from the local 32797 -> 4040. I have both ports forwarded just in case but I get the error: Failed to register web address. 302 (IOException). Does anybody have info about the port forwarding for Docker containers?

Re: Folder structure for Madsonic Docker

Posted: 05 Sep 2019, 05:36
by thechez
=========================================================================================
VERSION: MADSONIC 6.2 | BUILD: 9040
SERVLET: JETTY
SERVER: CPU: CORE2DUO | ARCH: X64 | MEMORY: 16GB | HDD: 3TB
OS: QNAP QTS 4.3
SYSTEM: SERVER
INSTALLER: DOCKER | UBUNTU
JAVA: ORACLE JDK 1.8 | ORACLE JRE 1.8
BROWSER: FIREFOX 68
CLIENT: MADSONIC 6.2
DESCRIPTION: Status: Failed to register web address. 302 (IOException)
REPRODUCIBLE: YES
=========================================================================================

Re: Folder structure for Madsonic Docker

Posted: 30 Sep 2019, 20:03
by KaeTuuN
Hmm... HTTP 302 means "Found" and is used for Redirection. It is not really an Error...
Do you have some Madsonic or Docker Logs?

Greetings Kae