ahmadalli / stremio-streaming-server

Small docker image to run Stremio's streaming server standalone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portable Streaming Server for Stremio

This docker image allows you to run Stremio's streaming server as a standalone server (i.e. separate from the desktop application).

Usage: docker run -p 11470:11470 -v ${PWD}:/root/.stremio-server --name=stremio-streaming-server sleeyax/stremio-streaming-server

FYI: you can build Stremio yourself by following instructions at the stremio-shell repository.

Developer commands

Multi arch builds: docker buildx build --platform linux/arm64,linux/arm/v7 -t sleeyax/stremio-streaming-server --push .

NOTE: this project is not maintained by or affiliated with Stremio. It's a community project.

About

Small docker image to run Stremio's streaming server standalone


Languages

Language:Dockerfile 100.0%