lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
173 stars 42 forks source link

Command in docker doesn't work #79

Closed johnwig closed 1 year ago

johnwig commented 1 year ago

I run StreaMonitor with docker using command docker-compose up

But no command is working in it

Screenshot_20230509-001413_Termux

You can see I tried command status with no result.

DerBunteBall commented 1 year ago

CLI is disabled in Docker.

Make sure the ZeroMQ Port is exposed to localhost and use Controller.py to control it.

johnwig commented 1 year ago

Oh so that is what port 6969 is for in docker-compose.yml.

Would be great if we can configure the port. 6969 is already being used in my system. Had to edit Controller.py to another port to make it working.

Thank you

DerBunteBall commented 1 year ago

Downlaoder.py as well as Controller.py are not really configurable actually that's true.

You could also workaround this by creating a one time running Docker Container for Controller.py and create a bash wrapper to start it up for commands. The Containers could have there own network.