Fix Stremio: resolve OIDC/Dex 500 error, remove hardcoded credentials, restore x-casaos metadata#72
Open
mjkuwari wants to merge 6 commits into
Open
Fix Stremio: resolve OIDC/Dex 500 error, remove hardcoded credentials, restore x-casaos metadata#72mjkuwari wants to merge 6 commits into
mjkuwari wants to merge 6 commits into
Conversation
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
oidc_onlytocredentials_onlyauth mode to remove the Dex dependency that was causing 500 errorsALLOW_HASH_CONTENT_PATHS: "true"— AppShield's built-in flag for Stremio's 40-char hex streaming pathsadmin/stremiocredentials with$DEFAULT_PWDx-casaosmetadata block (main, architectures, author, developer, screenshot_link) that was previously lostYundera/AppStore@mainrationale.mddocumenting the root container and auth deviationsRoot Cause
The original Stremio app used
appshieldinoidc_onlymode, which depends on Dex — a separate identity provider that can crash or lose its static IP (172.31.7.2) toauth-registraron restart. When Dex is unavailable, AppShield returns 500 on every request, making Stremio completely inaccessible. This was reproduced on both a production server and a Yundera demo server.Fix
credentials_onlymode removes the Dex dependency entirely while keeping AppShield authentication intact$DEFAULT_PWDuses the platform's per-user default password instead of a static hardcoded valueALLOW_HASH_CONTENT_PATHS=trueis AppShield's documented mechanism for apps like Stremio that use hash-based paths as access tokens for streamingTest Plan
admin/ Yundera default password