Skip to content

Commit

Permalink
feat: adapted jitsi to latest integration
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Dec 5, 2022
1 parent 2309670 commit 2f15e6d
Show file tree
Hide file tree
Showing 58 changed files with 597 additions and 2,239 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea/
/customization/jitsi-resources/node_modules/
2 changes: 0 additions & 2 deletions charts/videobackend/templates/jvb/jvb-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ spec:
value: "true"
- name: JVB_PORT
value: "30300"
- name: JVB_TCP_PORT
value: "4443"
- name: JVB_TCP_MAPPED_PORT
value: "4443"
- name: JVB_BREWERY_MUC
Expand Down
9 changes: 4 additions & 5 deletions charts/videobackend/templates/prosody/prosody-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ spec:
- name: XMPP_INTERNAL_MUC_MODULES
value: ""
- name: XMPP_MODULES
value: ""
value: "persistent_lobby"
- name: XMPP_MUC_MODULES
value: "token_moderation,close_room,create_room"
value: "create_room,token_moderation,token_lobby_bypass,close_room,lobby_autostart"
- name: XMPP_RECORDER_DOMAIN
value: "recorder.meet.jitsi"
- name: ENABLE_END_CONFERENCE
value: "0"
- name: JICOFO_COMPONENT_SECRET
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -170,9 +172,6 @@ spec:
volumeMounts:
- mountPath: /prosody-plugins-custom/
name: prosody-plugins-custom
- mountPath: /prosody-plugins/mod_muc_lobby_rooms.lua
name: prosody-plugins-custom
subPath: "mod_muc_lobby_rooms.lua"
- mountPath: /config/conf.d/statistics.cfg.lua
name: prosody-statistics-plugin
subPath: "statistics.cfg.lua"
Expand Down
44 changes: 14 additions & 30 deletions charts/videobackend/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,52 +53,36 @@ spec:
value: "1"
- name: JVB_TCP_HARVESTER_DISABLED
value: "true"
- name: ENABLE_END_CONFERENCE
value: "0"
- name: PUBLIC_URL
valueFrom:
configMapKeyRef:
key: VIDEOCALL_SERVER_URL
name: jitsi-prosody-{{ .Release.Name }}-env
volumeMounts:
- mountPath: /usr/share/jitsi-meet/css/styles-merged.css
name: jitsi-web-css
subPath: "styles-merged.css"
- mountPath: /usr/share/jitsi-meet/fonts/custom/Nunito/static
name: jitsi-web-fonts
- mountPath: /config
name: jitsi-web-config
- mountPath: /usr/share/jitsi-meet/images/custom
name: jitsi-web-images
- mountPath: /usr/share/jitsi-meet/static/authError.html
name: jitsi-web-static
subPath: "authError.html"
- mountPath: /usr/share/jitsi-meet/static/close2.html
name: jitsi-web-static
subPath: "close2.html"
- mountPath: /usr/share/jitsi-meet/static/close3.html
name: jitsi-web-static
subPath: "close3.html"
- mountPath: /usr/share/jitsi-meet/static/js/
name: jitsi-web-static
- mountPath: /usr/share/jitsi-meet/dynamicBranding.json
name: jitsi-web-html
subPath: "dynamicBranding.json"
- mountPath: /usr/share/jitsi-meet/body.html
name: jitsi-web-html
subPath: "body.html"
- mountPath: /usr/share/jitsi-meet/title.html
- mountPath: /usr/share/jitsi-meet/static
name: jitsi-web-static
- mountPath: /usr/share/jitsi-meet/dynamicBranding.json
name: jitsi-web-html
subPath: "title.html"
- mountPath: /config/custom-config.js
name: jitsi-web-config
subPath: "custom-config.js"
- mountPath: /config/custom-interface_config.js
name: jitsi-web-config
subPath: "custom-interface_config.js"
subPath: "dynamicBranding.json"
- mountPath: /usr/share/jitsi-meet/css/styles.css
name: jitsi-web-css
subPath: "styles.css"
- mountPath: /usr/share/jitsi-meet/css/styles.css.map
name: jitsi-web-css
subPath: "styles.css.map"
volumes:
- name: jitsi-web-css
configMap:
name: jitsi-web-css-{{ .Release.Name }}-configmap
- name: jitsi-web-fonts
configMap:
name: web-custom-fonts-{{ .Release.Name }}-configmap
- name: jitsi-web-images
configMap:
name: jitsi-web-images-{{ .Release.Name }}-configmap
Expand Down
72 changes: 0 additions & 72 deletions customization/jitsi-resources/beratungCustom/css/_alerts.scss

This file was deleted.

41 changes: 0 additions & 41 deletions customization/jitsi-resources/beratungCustom/css/_colors.scss

This file was deleted.

19 changes: 0 additions & 19 deletions customization/jitsi-resources/beratungCustom/css/_dialog.scss

This file was deleted.

12 changes: 0 additions & 12 deletions customization/jitsi-resources/beratungCustom/css/_filmstrip.scss

This file was deleted.

17 changes: 0 additions & 17 deletions customization/jitsi-resources/beratungCustom/css/_fonts.scss

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2f15e6d

Please sign in to comment.