feat(stremio): add AIOStreams integration; deprecate built-in Prowlarr#720
Open
javi11 wants to merge 5 commits into
Open
feat(stremio): add AIOStreams integration; deprecate built-in Prowlarr#720javi11 wants to merge 5 commits into
javi11 wants to merge 5 commits into
Conversation
…tremio/setup endpoint
…ed collapsible - StremioConfigSection: add AIOStreams recommended card with 3-step setup guide - Fetch /api/stremio/setup via useQuery to show live AIOStreams UI/addon URLs - Move Prowlarr to collapsible <details> with Deprecated badge and warning alert - Add StremioSetupResponse type and getStremioSetup() to API client - Add deprecated: boolean to ProwlarrConfig; add service_api_key to StremioConfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker-compose.stremio.ymlfor optionalghcr.io/viren070/aiostreamscontainer; a pure-sh entrypoint reads AltMount's shared config file and auto-wiresALTMOUNT_URL/ALTMOUNT_API_KEYat container startup — no manual URL/key configuration neededStremioConfig; written toconfig/shared/aiostreams-init.jsonon startup; accepted byPOST /api/nzb/streams(X-Api-Key header) and byvalidateDownloadKeyfor stream URL auth/api/stremio/setupendpoint: returns AIOStreams UI URL, addon URL, NZB streams URL, and service API key for the frontend onboarding wizarddeprecated: truefield added to Prowlarr config and API response; built-in functionality kept working but clearly marked deprecatedStremioConfigSectionrewrites with an AIOStreams "Recommended" card (3-step guide, live addon URL, one-click Stremio install), Prowlarr moved to a collapsible<details>with a Deprecated badgeTest plan
docker compose -f docker-compose.yml -f docker-compose.stremio.yml up -d; confirm AIOStreams container starts with correct env varsconfig/shared/aiostreams-init.jsonis written with correct URL and service keyGET /api/stremio/setup(authenticated) returns AIOStreams URLs and service keyPOST /api/nzb/streamswithX-Api-Key: <service_key>returns 200; with bad key returns 401