Andreas Tsarida
Andreas Tsarida
so the problem is that it add a newline because of the length. I'm guessing if your disks were smaller you wouldn't have the issue
which version of the container are you using ? can you post logs ?
check https://github.com/tsaridas/stremio-docker/issues/40
> > which version of the container are you using ? can you post logs ? > > I'm on the `:latest`, and it doesn't seem to have occurred in...
can you please check with :latest
hi, i think you can setup the streaming server on the url but never tried it. something like : 192.168.1.10:8080/?streamingServer=http%3A%2F%2F192.168.1.10%3A11470 you can ask for support in discord. maybe someone there...
what I did is have an nginx open at port 80 and have the links from all the services I run. maybe you can also specify WEBUI_LOCATION env variable in...
its the stremio server (server.js). I have been struggling with it for some time. if you start the container and don't watch a movie it doesn't do anything but after...
hi the first and last features can be achieved by settings up nginx infront of this container and settings everything up. A good example of this is https://github.com/Zaarrg/stremio-docker-prefix I could...
I remember I did setup nginx as a proxy and it worked fine but it had issues with basic auth when trying to setup the server. Haven't tested in a...