Web-based Stremio addon for nCore search + TorBox resolve (Node.js hosting, cPanel/CloudLinux).
npm install
npm startConfigure page: http://localhost:3000/configure
- Streams come from nCore IMDb search.
- For series (
tt...:season:episode) filtering is strict:- only torrents containing the requested episode are kept
- filtering is based on parsed video filenames from torrent metadata
- parser:
@ctrl/video-filename-parser
- Resolve flow is TorBox-style find-or-create.
- Application root: repository root (where
server.jsandpackage.jsonare) - Application URL:
/or/addon-path - Application startup file:
server.js - Node.js version:
14+(example:24) - Environment variables:
APP_BASE_PATH= empty for root URL, or/addon-pathwhen using a subpathPORT= optional (usually set by hosting automatically)TORBOX_DEBUG=true|false(default:true)ENABLE_STREAM_CACHE_PRECHECK=true|false(default:true)NCORE_RESULT_LIMIT= max nCore rows before enrichment (default:120)NCORE_META_CONCURRENCY= parallel torrent metadata fetches (default:6)
After deploy:
- Configure page:
https://<domain>/configureorhttps://<domain>/<addon-path>/configure - Manifest:
https://<domain>/<token>/manifest.jsonorhttps://<domain>/<addon-path>/<token>/manifest.json
user:passdata is tokenized into the URL.- The token is not encrypted (only base64url-encoded), so use it in a trusted environment.
- If you run behind a reverse proxy/CDN, make sure encoded stream IDs are passed through unchanged.