server-docker icon indicating copy to clipboard operation
server-docker copied to clipboard

Builds and publishes Docker image for new releases of server.js

Results 35 server-docker issues
Sort by recently updated
recently updated
newest added

Everything works fine but I always got this notification. I'm running the container with the following parameters as a podman systemd unit. ``` [Unit] Description=The Stremio streaming Server Docker image...

As I tested with live stream URL with latest image, The container raises an error ``` Error: Live media is not supported at Object.get (/stremio/server.js:73176:67) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async...

Hi, I am trying to make stremio work with reversed proxy, but stremio server just don't work, it seams that url is not correct. ``` ProxyPass http://localhost:7080/ ProxyPassReverse http://localhost:7080/ ProxyPass...

The server is able to create valid SSL certificates given a LAN IP, but there is no way to set this outside of the Stremio app settings. (when connected to...

Initial commit of docker-compose file.

I would like to set cache limit and other settings

As I gather currently the server is meant to be used only while on LAN. However obviously one can circumvent that, and while doing so you take a risk with...

First of all, thanks for the dockerized version of the Stremio Service. Was able to follow documentation and run it in [Unraid](https://unraid.net/) (if you're not familiar, it is a Linux-based...

Across the repos I keep seeing mentions of `server.js` but I can't figure out how to build it locally. https://github.com/Stremio/server-docker/blob/69f7e0608f4af087e45696c32641029090e827a0/download_server.sh#L25 Does anyone knows where it comes from? It's a big...