Skip to content

Commit

Permalink
Bookmark remote speaker Jitsi URLs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Nov 8, 2024
1 parent 8a95821 commit fc05587
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/seagl-setup-app
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ elif [ "$arg" == nextcloud ]; then
elif [ "$arg" == firefox ]; then
sudo sed -i "s;AV_TEST_RESULTS_PLACEHOLDER;$(get_config_value .avTestResultsSheetURL);" /etc/firefox/policies/policies.json
sudo sed -i "s;__ATTEND_PORTAL_CREDENTIALS__=t;userId=%40$(get_config_value .matrixCredentials.$room_id.user)%3A2024.seagl.org&password=$(get_config_value .matrixCredentials.$room_id.password);" /etc/firefox/policies/policies.json
sudo sed -i "s;__REMOTE_SPEAKER_TALK_URLS_PLACEHOLDER__;$(get_config_value .remoteSpeakerJitsiURLs);" /etc/firefox/policies/policies.json
start_and_link_app org.mozilla.firefox
elif [ "$arg" == rclone ]; then
rclone config create seagl_s3 s3 provider=AWS access_key_id=$(get_config_value .awsCreds.accessKey) secret_access_key=$(get_config_value .awsCreds.secretAccessKey) env_auth=false region=us-west-2 endpoint= location_constraint=us-west-2 acl=private
Expand Down
Binary file modified config-data/production.json.age
Binary file not shown.
1 change: 1 addition & 0 deletions config-data/production.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"nextcloudAppPassword": "XXX",
"avTestResultsSheetURL": "XXX",
"remoteSpeakerJitsiURLs": "XXX",
"awsCreds": {
"accessKey": "XXX",
"secretAccessKey": "XXX"
Expand Down
5 changes: 5 additions & 0 deletions etc/firefox/policies/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"URL": "AV_TEST_RESULTS_PLACEHOLDER",
"Placement": "toolbar"
},
{
"Title": "Remote speaker talk URLs",
"URL": "__REMOTE_SPEAKER_TALK_URLS_PLACEHOLDER__",
"Placement": "toolbar"
},
{
"Title": "Stream Manager manual",
"URL": "https://cloud.seagl.org/index.php/s/4a7nBNBs2jD7oGX",
Expand Down

0 comments on commit fc05587

Please sign in to comment.