Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Manage your Stremio addons like a pro. StreamSync lets you install, update, and remove Stremio addons with ease — now with portable config sync. Upload a single config file containing usernames, passwords, or session keys, and replicate your exact setup across multiple Stremio instances effortlessly.

Notifications You must be signed in to change notification settings

KazeFreeze/StreamSync

 
 

Repository files navigation

StreamSync

Manage your Stremio addons like a pro. StreamSync lets you install, update, and remove Stremio addons with ease — now with portable config sync. Upload a single config file containing usernames, passwords, or session keys, and replicate your exact setup across multiple Stremio instances effortlessly.

WARNING: Use this at your own risk. This is not an official Stremio product and may break your Stremio installation. No support or warranty is given.

Features

  • Drag & Drop Reordering: Easily reorder your addons to customize your Stremio home screen.
  • Addon Management: Add or remove addons from your Stremio account without reinstalling everything.
  • Portable Configuration:
    • Export Config: Save all your account credentials (logins and auth keys) to a single, secure .json file.
    • Import Config: Load your configuration file on any machine to instantly set up all your accounts.
  • Multi-Account Sync: Apply a single addon configuration across multiple Stremio accounts in one go.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Docker

Run the following commands to build and run the app in a Docker container:

# Build the docker image
$ docker build -t streamsync .

# Run the container
$ docker run -p 8080:80 streamsync

The app will be accessible at http://localhost:8080.

Attribution and Thanks

This project is a fork of the original Stremio Addon Manager created by pancake3000. Many thanks to the original author for their foundational work.

Big thank you as well to Sleeyax and <Code/> for the conversations and code snippets that made the original project easy to implement.

About

Manage your Stremio addons like a pro. StreamSync lets you install, update, and remove Stremio addons with ease — now with portable config sync. Upload a single config file containing usernames, passwords, or session keys, and replicate your exact setup across multiple Stremio instances effortlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 87.3%
  • CSS 6.4%
  • HTML 2.6%
  • Nix 1.5%
  • JavaScript 1.2%
  • Dockerfile 0.6%
  • Shell 0.4%