Andreas Tsarida
Andreas Tsarida
can you post all information required to set this up please ?
I haven't tested myself but I do remember making it work with rewrite module in nginx. example : https://github.com/psyb0t/safe-stremio/blob/master/nginx/default.conf
the default url of the server is hardcoded in the wasm file and that cannot be changed on the fly by doing some sed. only way I can see now...
> * Add the ability by environment variable to set the server url, eg `SERVER_URL=https://stremio-server.domain.tld` > * Add the ability to install/activate custom plugins, eg torrentio, opensubtitles etc. @jkaberg the...
> Hey there, I have a quick question! Stremio Docker has been working great so far, and recently, I started experimenting with environment variables like SERVER_URL. However, I’ve noticed that...
@Goldenfreddy0703 can you give it a try with latest release ? thnx
@jkaberg I create a new image with nginx and which one can setup server as the same url or automatically setup server with ``` SERVER_URL=https://stremio-server.domain.tld/ ``` Would you be able...
you don't need to setup SERVER_URL if you are using the file trick I showed you as long as you setup the server url correctly on two places on the...
I believe the issue is that stremio server needs to be in https if you try to connect from a player that uses https. try to either have the player...
The subtitles are a different addon so I doubt it’s a problem with the image. They do need the docker image ( server.js ) to have access to the internet...