Skip to content

Commit

Permalink
disable jitsi open calls
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Oct 2, 2024
1 parent cc24e42 commit 8d651d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/jitsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.5.4
version: 1.5.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
12 changes: 6 additions & 6 deletions charts/jitsi/files/meet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ location = /oidc/auth {
}

# /oidc/yolo
location = /oidc/yolo {
proxy_pass {{ .Env.ADAPTER_INTERNAL_URL }};
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
}
#location = /oidc/yolo {
# proxy_pass {{ .Env.ADAPTER_INTERNAL_URL }};
# proxy_http_version 1.1;
# proxy_set_header X-Forwarded-For $remote_addr;
# proxy_set_header Host $http_host;
#}

set $region 'eu';

Expand Down
4 changes: 3 additions & 1 deletion charts/jitsi/files/oidc-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,20 @@ <h1>Ethereum Foundation Jitsi - Authentication</h1>

<button class="button" onclick="login()">Login with EF Google account</button>
<button class="button" onclick="guest()">Continue as guest</button>
<button class="button" onclick="make_it_yolo()">Create open call</button>
<!--<button class="button" onclick="make_it_yolo()">Create open call</button>-->

<p>
<i>Note: Some rooms might only allow moderator rights to certain individuals.</i><br>
Contact EF DevOps for setting up moderator allow-lists for your room.
</p>

<!--
<p>
<h4>Regarding open calls</h4>
They will allow **everyone** to start calls and be a moderator without authentication.
The room name will be altered by this.
</p>
-->

<h3 id="redirect" style="display:none;">Redirecting...</h3>
</div>
Expand Down

0 comments on commit 8d651d8

Please sign in to comment.