Stremio Bootstrapper Addons [repack] -

const PORT = process.env.PORT || 7000; app.listen(PORT, () => console.log( Bootstrapper running on http://localhost:$PORT ); ); You can accept query parameters to modify the list of bootstrapped addons.

app.get('/manifest.json', (req, res) => let addons = [...BOOTSTRAP_ADDONS]; if (req.query.include === 'debrid') addons.push( transportUrl: "https://realdebrid.strem.fun/manifest.json", transportName: "http" ); stremio bootstrapper addons

// Health check app.get('/health', (req, res) => res.send('ok')); const PORT = process

const addonBuilder, serveHTTP = require('stremio-addon-sdk'); const builder = new addonBuilder( id: "org.example.sdk-bootstrapper", version: "1.0.0", name: "SDK Bootstrapper", resources: [], types: [], catalogs: [], addons: [ transportUrl: "https://torrentio.strem.fun/manifest.json", transportName: "http" ] ); const PORT = process.env.PORT || 7000

Example: ?include=debrid

app.listen(7000);