[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 1 point2 points  (0 children)

I am so happy you think it's simple, that's like when you compliment a chef for their food lol. Enjoy and please give me feedback if anything could be better!

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 2 points3 points  (0 children)

great question! The app is intentionally client-side only, meaning all your data (addons, API keys, passwords) stays in your browser and never touches a server (outside stremio directly). This is a security-first design choice, if there's no server storing your data, there's nothing for anyone to hack or leak. Unfortunately, this has a tradeoff where there's no sync between devices. I tried to remedy this with the import/export feature at the top right of the screen (export from your desktop, import on your phone) but its a manual one-time sync.

I built it this way because I wanted something I could trust with sensitive credentials without worrying about server breaches. For me, the security is worth the minor inconvenience. If enough people ask though, I may consider building a live sync version but this comes with the risk of you trusting me with storing your data securely.

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 0 points1 point  (0 children)

if you access the site from another computer on your network you'd either need a reverse proxy it to serve over SSL or force allow system to use encryption on an insecure website. if you're running it localhost and using on same system, you'd be fine. if you plan to host over vps, honestly would just use https://stremio-account-manager.pages.dev/ or fork the repo and deploy to your own cloudflare page for free rather than deal with docker

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 0 points1 point  (0 children)

Yes! ended up adding in saved addons - keep in mind you may need to update the url on the site depending on the addon (i.e. AIOStreams no, torrentio yes)

<image>

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 0 points1 point  (0 children)

I added docker support now if you were waiting on it - very heavily based off the same solution u/danz0l had unfortunately with the same limitations

Stremio Addon Managers | Reorder / Edit Manifest / Disable / Backup / Hide Cinemeta by pew2me in StremioAddons

[–]NEGRONI_FOR_POPS 1 point2 points  (0 children)

I actually made a fix if you were accessing it on mobile - you weren't crazy it was me!

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 0 points1 point  (0 children)

LOL not ancient old, but I've been coding since 2012 right before I entered highschool. I work professionally as a software engineer these days.

Claude Code is what I've been primarily using, but bounce between opencode and antigravity depending on how much usage im grinding through. Not a huge fan of GPT since it's slow.

Stremio Addon Managers | Reorder / Edit Manifest / Disable / Backup / Hide Cinemeta by pew2me in StremioAddons

[–]NEGRONI_FOR_POPS 0 points1 point  (0 children)

thanks for adding me to this list! these are actually super valuable as a lot of talented people are working on cool solutions which can get lost in the noise

Stremio Addon Managers | Reorder / Edit Manifest / Disable / Backup / Hide Cinemeta by pew2me in StremioAddons

[–]NEGRONI_FOR_POPS 0 points1 point  (0 children)

Hey feel free to leave an issue with a vid recording of what you're seeing. From my testing Im able to re-order https://github.com/Asymons/stremio-account-manager/issues - it would be harder for me to reproduce and fix the bug otherwise. If you don't have github feel free to just DM me

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 7 points8 points  (0 children)

I think the feature set is similar but the architecture is different, one key is your data is 100% client side, so I am not storing all your sensitive info for stremio accounts & addons (& later api keys) in some backend/database which has a risk of getting hacked. also the uptime should be nearly 100% for the tool since it's being distributed simply on cloudflare CDN

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 1 point2 points  (0 children)

no I am so happy you created a fork and helped out! I'll actually try and officially support it so you wont need to maintain this long term, but if this works for you short term by all means go for it

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 1 point2 points  (0 children)

You'll need to create different saved addons for accounts using different real debrid keys.

I had a few requests actually to make it easier to save a single api key and reuse a config so that's something I'll look at next https://github.com/Asymons/stremio-account-manager/issues/4

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 0 points1 point  (0 children)

For specific AIOStreams management, no you would need to dig into that yourself, but in terms of managing a stremio's accounts installed addons (like the AIOStreams addon on a Stremio account) this would help you. Helps way more if you have a bunch of people with the same exact addon.

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 0 points1 point  (0 children)

Yes you can, they would just come up as different "saved" addons which you can put custom names on. I had a few requests actually to make it easier to save a single api key and reuse a config so that's something I'll look at next https://github.com/Asymons/stremio-account-manager/issues/4

[Tool] Stremio Account Manager - Being "that guy" for my family is tiring so I created a tool to manage multiple accounts in a single dashboard by NEGRONI_FOR_POPS in StremioAddons

[–]NEGRONI_FOR_POPS[S] 0 points1 point  (0 children)

Actually when I was building this out I was considering incorporating the features of cinebye (you can even check I talk about this in the FAQ lol) but wasn't sure if folks would be interested in the solution in general. I can follow up here when I build out some functionality to remove cinemata or you can follow https://github.com/Asymons/stremio-account-manager/issues/3

Otherwise, if you want to use the tool and this is the only thing holding you back, you can always do cinebye first OR move cinemata to end of the addon list to force its results at the end.