From 7e3120aea0de1b4936649c1665da1dee7ffaaac6 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 29 Sep 2023 23:03:39 +0200 Subject: Fix jitsi? --- host/Rory-nginx/services/jitsi.nix | 12 +++--------- 1 file 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"; -- cgit 1.4.1