magnetikonline / docker-acestream-server

Ace Stream server Docker image and playback CLI for media players.
https://hub.docker.com/r/magnetikonline/acestream-server/
MIT License
129 stars 35 forks source link

WebUI #5

Closed malakhovks closed 4 years ago

malakhovks commented 4 years ago

Hey!

Is the web user interface (WebUI) available in this assembly? For example as in this repo: acestream-armv7: http://<IP>:6878/webui/app/ReplaceMe/server#proxy-server-settings

magnetikonline commented 4 years ago

From the readme of that repo, it seems you need to set the --access-token argument, which then becomes the ReplaceMe part in your URL above.

If you were to modify run.sh to pass the final arguments of --client-console --access-token apples as a final line to the docker run command then it might do the trick.

E.g http://<IP>:6878/webui/app/apples/server#proxy-server-settings

See how you go, if you don't have any luck - I'll have a try myself, but it seems it shouldn't be a problem with the right options passed - you will probably need --login and --password given as well, after looking at androidfs/acestream.engine/acestream.conf in that repo you've given.

albertfg97 commented 1 year ago

Hi, Im trying the same and I dont see how to do it, I have a stack in portainer and is not using the access-token.

@magnetikonline