Page 1 of 1

Open another port in Dashticx container

Posted: Tuesday 19 January 2021 20:40
by fargle
Hi Lokoni

As well as Dashticz running in Docker on port 8082 I have a Madsonic music server set up on the same device running directly on port 4040, both work fine. But when the player is accessed through Dashticz, only some music player features work. I see this in the accessibility logs:
Uncaught DOMException: Permission denied to access property "innerHeight" on cross-origin object
I figured its a CORS issue, but I guess the reason is that there's no port pass through mapped in the dtv3-8082 container.

Re: Open another port in Dashticx container

Posted: Tuesday 19 January 2021 22:18
by Lokonli
I assume you followed the automatic install.

First stop the Dashticz container by executing the following In the Dashticz folder:

Code: Select all

make stop
In the Dashticz folder you find a file titled 'Makefile.ini'

Edit this file with the new port number.

Then:

Code: Select all

make start

Re: Open another port in Dashticx container

Posted: Wednesday 20 January 2021 3:52
by fargle
Thanks for the quick response, but that only allows changing the port that Dashticz runs on. Ended up installing Dashticz manually without the Docker image, and it went fine but the complexities of Apache2 defeated my integration attempts.