Skip to content

Commit

Permalink
BC-8221 pull default bbb presentation from nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 19, 2024
1 parent 82ead1c commit 6b9c703
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ansible/group_vars/all/x_ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ default_ingress:
serviceName: nuxtclient-svc
servicePort: "{{ NUXTCLIENT_PORT }}"
path: "/favicon.png"
bbb_presentation_pdf:
serviceName: nuxtclient-svc
servicePort: "{{ NUXTCLIENT_PORT }}"
path: "/bbb-presentation.pdf"
runtime:
path: /runtime.config.json
serviceName: nuxtclient-svc
Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/brb/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ group_ingress:
servicePort: "{{ PORT_FWU_LEARNING_CONTENTS }}"

# BigBlueButton
VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://s3.hidrive.strato.com/cloud-instances/brb/bbb/presentation.pdf
VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://{{ DOMAIN }}/bbb-presentation.pdf
2 changes: 1 addition & 1 deletion ansible/group_vars/dbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ COLUMN_BOARD_FEEDBACK_LINK: https://easy-feedback.de/umfrage/1683495/cWgx4T
group_ingress:

# BigBlueButton
VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://s3.hidrive.strato.com/cloud-instances/default/bbb/presentation.pdf
VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://{{ DOMAIN }}/bbb-presentation.pdf
2 changes: 1 addition & 1 deletion ansible/group_vars/thr/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ACCESSIBILITY_REPORT_EMAIL: [email protected]
ES_MERLIN_AUTH_URL: http://merlin.nibis.de/auth.php

# BigBlueButton
VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://s3.hidrive.strato.com/cloud-instances/thr/bbb/presentation.pdf
VIDEOCONFERENCE_DEFAULT_PRESENTATION: https://{{ DOMAIN }}/bbb-presentation.pdf

# Nextcloud
COLLABORATIVE_STORAGE_PROVIDER: Nextcloud
Expand Down

0 comments on commit 6b9c703

Please sign in to comment.