Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 609 Bytes

File metadata and controls

42 lines (26 loc) · 609 Bytes

stremio-subdivx

Description

Stremio addon for getting subtitles from SubX API (search and download API for Subdivx).

Website & Install

https://stremio-subdivx.xor.ar/

Configuration

The following environment variables can be used to configure the addon:

  • ADDON_HOST: Public URL where the addon is accessible (default: http://127.0.0.1:3593)
  • SERVER_LISTEN_ADDR: Network address the HTTP server listens on (default: :3593)

Build

make build

Run

make run

Docker

Build

make docker-build

Run

make docker-run