summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-29 23:03:39 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-29 23:03:39 +0200
commit7e3120aea0de1b4936649c1665da1dee7ffaaac6 (patch)
tree8d54df36746d2af1544922c7e11ed6abaefb6da3
parentFix (diff)
downloadRory-Open-Architecture-7e3120aea0de1b4936649c1665da1dee7ffaaac6.tar.xz
Fix jitsi?
-rwxr-xr-xhost/Rory-nginx/services/jitsi.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/host/Rory-nginx/services/jitsi.nix b/host/Rory-nginx/services/jitsi.nix
index 27ce78b..e4d0091 100755
--- a/host/Rory-nginx/services/jitsi.nix
+++ b/host/Rory-nginx/services/jitsi.nix
@@ -5,7 +5,7 @@
     enable = true;
     nginx.enable = false;
     interfaceConfig = {
-      APP_NAME = 'Rory&'s Jitsi Meet Instance';
+      APP_NAME = "Rory&"s Jitsi Meet Instance";
       AUDIO_LEVEL_PRIMARY_COLOR = "rgba(255,0,255,0.5)";
       AUDIO_LEVEL_SECONDARY_COLOR = "rgba(255,0,255,0.25)";
       AUTO_PIN_LATEST_SCREEN_SHARE = true;
@@ -33,8 +33,8 @@
       OPTIMAL_BROWSERS = [ "firefox" ];
       POLICY_LOGO = "";
       PROVIDER_NAME = "Rory&'s Jitsi Meet Instance";
-      SETTINGS_SECTIONS = [ 'devices' 'language' 'moderator' 'profile' 'calendar' 'sounds' 'more' ];
-      SHARING_FEATURES = [ 'url' 'embed' ];
+      SETTINGS_SECTIONS = [ "devices" "language" "moderator" "profile" "calendar" "sounds" "more" ];
+      SHARING_FEATURES = [ "url" "embed" ];
       SHOW_BRAND_WATERMARK = true;
       SHOW_CHROME_EXTENSION_BANNER = false;
       SHOW_JITSI_WATERMARK = false;
@@ -43,12 +43,6 @@
       VERTICAL_FILMSTRIP = false;
       VIDEO_LAYOUT_FIT = "nocrop";
       VIDEO_QUALITY_LABEL_DISABLED = false;
-      INDICATOR_FONT_SIZES = {
-        'localParticipantDisplayName' = 16,
-        'remoteParticipantDisplayName' = 16,
-        'remoteParticipantAudioIndicator' = 12,
-        'remoteParticipantVideoIndicator' = 12,
-      };
     };
     config = {
       #hosts.domain = "jitsi.rory.gay";