Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable users allowed to stream and fix user parser #145

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

darioalessandro
Copy link
Member

@darioalessandro darioalessandro commented Nov 1, 2023

  1. Fix function to parse USERS_ALLOWED_TO_STREAM and logic to ensure that it is possible to disable this feature.
  2. Disable this feature by default.

@@ -6,8 +6,8 @@ ENV LOGIN_URL=""
ENV ACTIX_UI_BACKEND_URL="wss://api.rustlemania.com"
ENV WEBTRANSPORT_HOST="https://transport.rustlemania.com"
ENV WEBTRANSPORT_ENABLED="false"
ENV E2EE_ENABLED="true"
ENV USERS_ALLOWED_TO_STREAM="dario,griffin,hamdy"
ENV E2EE_ENABLED="false"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disable encryption for now

@darioalessandro darioalessandro merged commit 9deb407 into main Nov 1, 2023
@darioalessandro darioalessandro deleted the fix-users-allowed-to-stream branch November 1, 2023 00:27
@darioalessandro darioalessandro mentioned this pull request Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant