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

* Use JELLYFIN_VERSION argument instead of using hard coded value * Detect OS version instead of hard coded value

Buster is old OS and without any more security fix. So I've tried to build with node 14 on buster but build will failed due to hard coded value for...

Replaces https://github.com/Stremio/server-docker/pull/40 (Fixes https://github.com/Stremio/server-docker/issues/41): - Use JELLYFIN_VERSION argument instead of using hard coded value - Detect OS version instead of hard coded value Reduces size of image by omitting apt...

Since entrypoint is set, CMD has no intended effect. In fact, it's passed to node program, which ignores it: ``` # docker-compose exec stremio bash root@64f0fbd0f863# ps axwuf USER PID...

service "server" refers to undefined network proxy: invalid compose project

Hello, I would like to configure the server to avoid anyone from modifying it and preinstall some addons but I cannot find any doc/wiki about server-settings.json values

In my logs i can see what videos are being pulled, but i cant see by who. I want a way to easily view what content is being loaded by...

I serve stremio server behind a reverse-proxy with https My server is available at: https://stremio.server.com if I open app.strem.io and specify https://stremio.server.com/ as my server then everything works perfectly if...

sadly its not avalible on unraid comunnity apps so i tried this: services: stremio-server: image: stremio/server container_name: stremio-server environment: - FFMPEG_BIN=/usr/local/bin/ffmpeg - FFPROBE_BIN=/usr/local/bin/ffprobe - APP_PATH=/config ports: - 8080:8080 - 11470:11470...

Hello, So in case if proxy url has redirection, there is no way to get host of that destination. Thanks!