mirror of
https://github.com/Viren070/stremio-addon-manager.git
synced 2025-12-01 17:25:50 -05:00
main
Stremio Addon Manager
Manage your Stremio addons with ease.
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
- Re-order your addons (including Cinemeta)
- Remove non-protected addons
Recommended IDE Setup
VSCode + Volar (and disable Vetur)
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:
$ docker build -t stremio-addon-manager .
$ docker run -p 8080:80 stremio-addon-manager
The app will be accessible at http://localhost:8080.
Thanks
Big thank you to Sleeyax and <Code/> for the conversations and code snippets that made this really easy to implement.
Description
Languages
Vue
93.7%
Nix
1.6%
HTML
1.5%
JavaScript
1.3%
CSS
1.2%
Other
0.7%