mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-12-28 14:00
This commit is contained in:
parent
7dba8634a5
commit
dbf96fa6b2
@ -71,77 +71,47 @@ jitsi_meet_conf_base:
|
|||||||
websocket: wss://{{ jitsi_domain }}/xmpp-websocket
|
websocket: wss://{{ jitsi_domain }}/xmpp-websocket
|
||||||
clientNode: http://jitsi.org/jitsimeet
|
clientNode: http://jitsi.org/jitsimeet
|
||||||
focusUserJid: "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}"
|
focusUserJid: "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}"
|
||||||
disableSimulcast: False
|
|
||||||
constraints:
|
|
||||||
video:
|
|
||||||
height:
|
|
||||||
ideal: 720
|
|
||||||
max: 720
|
|
||||||
min: 180
|
|
||||||
width:
|
|
||||||
ideal: 1280
|
|
||||||
max: 1280
|
|
||||||
min: 320
|
|
||||||
disableAudioLevels: True
|
|
||||||
enableNoAudioDetection: True
|
enableNoAudioDetection: True
|
||||||
enableNoisyMicDetection: False
|
enableNoisyMicDetection: True
|
||||||
startAudioMuted: 15
|
startAudioMuted: 10
|
||||||
startVideoMuted: 15
|
startVideoMuted: 10
|
||||||
enableLayerSuspension: True
|
enableOpusRed: True
|
||||||
enableUnifiedOnChrome: True
|
|
||||||
maxFullResolutionParticipants: -1
|
|
||||||
desktopSharingFrameRate:
|
desktopSharingFrameRate:
|
||||||
min: 5
|
min: 5
|
||||||
max: 30
|
max: 30
|
||||||
disableRtx: False
|
|
||||||
liveStreamingEnabled: False
|
|
||||||
channelLastN: 25
|
channelLastN: 25
|
||||||
videoQuality:
|
#useNewBandwidthAllocationStrategy: True
|
||||||
preferredCodec: 'VP9'
|
enableUnifiedOnChrome: True
|
||||||
maxBitratesVideo:
|
|
||||||
VP8:
|
|
||||||
low: 200000
|
|
||||||
standard: 500000
|
|
||||||
high: 1500000
|
|
||||||
VP9:
|
|
||||||
low: 100000
|
|
||||||
standard: 300000
|
|
||||||
high: 1200000
|
|
||||||
useNewBandwidthAllocationStrategy: True
|
|
||||||
startBitrate: 800
|
|
||||||
requireDisplayName: False
|
requireDisplayName: False
|
||||||
prejoinPageEnabled: True
|
prejoinConfig:
|
||||||
|
enabled: True
|
||||||
enableInsecureRoomNameWarning: True
|
enableInsecureRoomNameWarning: True
|
||||||
disableThirdPartyRequests: True
|
disableThirdPartyRequests: True
|
||||||
enableWelcomePage: True
|
welcomePage:
|
||||||
useStunTurn: True
|
disabled: False
|
||||||
localRecording:
|
localRecording:
|
||||||
notifyAllParticipants: True
|
notifyAllParticipants: True
|
||||||
disableSelfRecording: True
|
|
||||||
recordingService:
|
recordingService:
|
||||||
enabled: "{{ (jitsi_jibri_recordings_base_url is defined) | ternary(True, False) }}"
|
enabled: "{{ (jitsi_jibri_recordings_base_url is defined) | ternary(True, False) }}"
|
||||||
p2p:
|
p2p:
|
||||||
enabled: True
|
enabled: False
|
||||||
enableUnifiedOnChrome: True
|
enableUnifiedOnChrome: True
|
||||||
preferredCodec: 'VP9'
|
|
||||||
disableH264: True
|
|
||||||
useStunTurn: True
|
|
||||||
analytics:
|
analytics:
|
||||||
disabled: True
|
disabled: True
|
||||||
testing:
|
|
||||||
enableThumbnailReordering: True
|
|
||||||
capScreenshareBitrate: 0
|
|
||||||
toolbarButtons:
|
toolbarButtons:
|
||||||
- camera
|
- camera
|
||||||
- chat
|
- chat
|
||||||
|
- closedcaptions
|
||||||
- desktop
|
- desktop
|
||||||
|
- download
|
||||||
|
- embedmeeting
|
||||||
- etherpad
|
- etherpad
|
||||||
- fullscreen
|
- fullscreen
|
||||||
- hangup
|
- hangup
|
||||||
|
- highlight
|
||||||
- invite
|
- invite
|
||||||
- microphone
|
- microphone
|
||||||
- mute-everyone
|
- noisesuppression
|
||||||
- mute-video-everyone
|
|
||||||
- participants-pane
|
- participants-pane
|
||||||
- profile
|
- profile
|
||||||
- raisehand
|
- raisehand
|
||||||
@ -155,75 +125,54 @@ jitsi_meet_conf_base:
|
|||||||
- tileview
|
- tileview
|
||||||
- toggle-camera
|
- toggle-camera
|
||||||
- videoquality
|
- videoquality
|
||||||
|
- whiteboard
|
||||||
dialInNumbersUrl: https://{{ jitsi_domain }}/phoneNumberList
|
dialInNumbersUrl: https://{{ jitsi_domain }}/phoneNumberList
|
||||||
dialInConfCodeUrl: https://{{ jitsi_domain }}/conferenceMapper
|
dialInConfCodeUrl: https://{{ jitsi_domain }}/conferenceMapper
|
||||||
|
screenshotCapture:
|
||||||
|
enabled: True
|
||||||
|
transcription:
|
||||||
|
enabled: False
|
||||||
|
useTurnUdp: True
|
||||||
|
defaultLanguage: fr
|
||||||
|
gravatar:
|
||||||
|
disabled: True
|
||||||
|
giphy:
|
||||||
|
enabled: True
|
||||||
|
|
||||||
jitsi_meet_conf_extra: {}
|
jitsi_meet_conf_extra: {}
|
||||||
jitsi_meet_conf: "{{ jitsi_meet_conf_base | combine(jitsi_meet_conf_extra, recursive=True) }}"
|
jitsi_meet_conf: "{{ jitsi_meet_conf_base | combine(jitsi_meet_conf_extra, recursive=True) }}"
|
||||||
|
|
||||||
# Meet interface configuration. Will be converted to JSON
|
# Meet interface configuration. Will be converted to JSON
|
||||||
# See https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js for available settings and their meaning
|
# See https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js for available settings and their meaning
|
||||||
jitsi_meet_interface_conf_base:
|
jitsi_meet_interface_conf_base:
|
||||||
DEFAULT_BACKGROUND: '#474747'
|
APP_NAME: Jitsi Meet
|
||||||
DISABLE_VIDEO_BACKGROUND: False
|
AUDIO_LEVEL_PRIMARY_COLOR: 'rgba(255,255,255,0.4)'
|
||||||
INITIAL_TOOLBAR_TIMEOUT: 20000
|
AUDIO_LEVEL_SECONDARY_COLOR: 'rgba(255,255,255,0.2)'
|
||||||
TOOLBAR_TIMEOUT: 4000
|
AUTO_PIN_LATEST_SCREEN_SHARE: remote-only
|
||||||
TOOLBAR_ALWAYS_VISIBLE: False
|
BRAND_WATERMARK_LINK: https://www.ehtrace.com
|
||||||
DEFAULT_REMOTE_DISPLAY_NAME: Happy User
|
CLOSE_PAGE_GUEST_HINT: False
|
||||||
DEFAULT_LOCAL_DISPLAY_NAME: Me
|
DEFAULT_BACKGROUND: '#040404'
|
||||||
SHOW_JITSI_WATERMARK: False
|
|
||||||
JITSI_WATERMARK_LINK: 'https://jitsi.org'
|
|
||||||
SHOW_BRAND_WATERMARK: False
|
|
||||||
BRAND_WATERMARK_LINK: 'https://www.firewall-services.com'
|
|
||||||
DEFAULT_WELCOME_PAGE_LOGO_URL: 'images/watermark.svg'
|
DEFAULT_WELCOME_PAGE_LOGO_URL: 'images/watermark.svg'
|
||||||
DEFAULT_LOGO_URL: 'images/watermark.svg'
|
DISABLE_DOMINANT_SPEAKER_INDICATOR: False
|
||||||
PROVIDER_NAME: 'Firewall Services'
|
DISABLE_JOIN_LEAVE_NOTIFICATIONS: False
|
||||||
SHOW_POWERED_BY: False
|
DISABLE_PRESENCE_STATUS: False
|
||||||
SHOW_DEEP_LINKING_IMAGE: False
|
DISABLE_RINGING: False
|
||||||
DISPLAY_WELCOME_FOOTER: True,
|
DISABLE_TRANSCRIPTION_SUBTITLES: True
|
||||||
|
DISABLE_VIDEO_BACKGROUND: False
|
||||||
|
DISPLAY_WELCOME_FOOTER: True
|
||||||
DISPLAY_WELCOME_PAGE_ADDITIONAL_CARD: False
|
DISPLAY_WELCOME_PAGE_ADDITIONAL_CARD: False
|
||||||
DISPLAY_WELCOME_PAGE_CONTENT: False
|
DISPLAY_WELCOME_PAGE_CONTENT: False
|
||||||
DISPLAY_WELCOME_PAGE_TOOLBAR_ADDITIONAL_CONTENT: False
|
DISPLAY_WELCOME_PAGE_TOOLBAR_ADDITIONAL_CONTENT: False
|
||||||
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: True
|
ENABLE_DIAL_OUT: "{{ (jitsi_jigasi_sip_server is defined) | ternary(True, False) }}"
|
||||||
APP_NAME: Jitsi Meet
|
|
||||||
NATIVE_APP_NAME: Jitsi Meet
|
|
||||||
INVITATION_POWERED_BY: True
|
|
||||||
LANG_DETECTION: True
|
|
||||||
AUTHENTICATION_ENABLE: True
|
|
||||||
SETTINGS_SECTIONS:
|
|
||||||
- devices
|
|
||||||
- language
|
|
||||||
- moderator
|
|
||||||
- profile
|
|
||||||
- calendar
|
|
||||||
VIDEO_LAYOUT_FIT: both
|
|
||||||
VERTICAL_FILMSTRIP: True
|
|
||||||
CLOSE_PAGE_GUEST_HINT: False
|
|
||||||
SHOW_PROMOTIONAL_CLOSE_PAGE: False
|
|
||||||
RANDOM_AVATAR_URL_PREFIX: False
|
|
||||||
RANDOM_AVATAR_URL_SUFFIX: False
|
|
||||||
FILM_STRIP_MAX_HEIGHT: 120
|
|
||||||
ENABLE_FEEDBACK_ANIMATION: False
|
ENABLE_FEEDBACK_ANIMATION: False
|
||||||
DISABLE_FOCUS_INDICATOR: False
|
FILM_STRIP_MAX_HEIGHT: 120
|
||||||
DISABLE_DOMINANT_SPEAKER_INDICATOR: False
|
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: True
|
||||||
DISABLE_TRANSCRIPTION_SUBTITLES: True
|
HIDE_INVITE_MORE_HEADER: False
|
||||||
DISABLE_RINGING: False
|
JITSI_WATERMARK_LINK: https://www.ehtrace.com
|
||||||
AUDIO_LEVEL_PRIMARY_COLOR: 'rgba(255,255,255,0.4)'
|
LANG_DETECTION: True
|
||||||
AUDIO_LEVEL_SECONDARY_COLOR: 'rgba(255,255,255,0.2)'
|
LOCAL_THUMBNAIL_RATIO: 16 / 9
|
||||||
POLICY_LOGO: Null
|
|
||||||
LOCAL_THUMBNAIL_RATIO: '16 / 9' # 16:9
|
|
||||||
REMOTE_THUMBNAIL_RATIO: 1 # 1:1
|
|
||||||
LIVE_STREAMING_HELP_LINK: 'https://jitsi.org/live'
|
|
||||||
MOBILE_APP_PROMO: True
|
|
||||||
MOBILE_DOWNLOAD_LINK_ANDROID: 'https://play.google.com/store/apps/details?id=org.jitsi.meet'
|
|
||||||
MOBILE_DOWNLOAD_LINK_F_DROID: 'https://f-droid.org/en/packages/org.jitsi.meet/'
|
|
||||||
MOBILE_DOWNLOAD_LINK_IOS: 'https://itunes.apple.com/us/app/jitsi-meet/id1165103905'
|
|
||||||
MAXIMUM_ZOOMING_COEFFICIENT: 1.3
|
MAXIMUM_ZOOMING_COEFFICIENT: 1.3
|
||||||
SUPPORT_URL: https://community.jitsi.org/
|
MOBILE_APP_PROMO: True
|
||||||
CONNECTION_INDICATOR_AUTO_HIDE_ENABLED: True
|
|
||||||
CONNECTION_INDICATOR_AUTO_HIDE_TIMEOUT: 5000
|
|
||||||
CONNECTION_INDICATOR_DISABLED: False
|
|
||||||
VIDEO_QUALITY_LABEL_DISABLED: False
|
|
||||||
RECENT_LIST_ENABLED: True
|
|
||||||
OPTIMAL_BROWSERS:
|
OPTIMAL_BROWSERS:
|
||||||
- chrome
|
- chrome
|
||||||
- chromium
|
- chromium
|
||||||
@ -231,28 +180,43 @@ jitsi_meet_interface_conf_base:
|
|||||||
- nwjs
|
- nwjs
|
||||||
- electron
|
- electron
|
||||||
- safari
|
- safari
|
||||||
UNSUPPORTED_BROWSERS: []
|
POLICY_LOGO: null
|
||||||
AUTO_PIN_LATEST_SCREEN_SHARE: remote-only
|
PROVIDER_NAME: Ehtrace
|
||||||
DISABLE_PRESENCE_STATUS: False
|
RECENT_LIST_ENABLED: True
|
||||||
DISABLE_JOIN_LEAVE_NOTIFICATIONS: False
|
REMOTE_THUMBNAIL_RATIO: 1
|
||||||
|
SETTINGS_SECTIONS:
|
||||||
|
- devices
|
||||||
|
- language
|
||||||
|
- moderator
|
||||||
|
- profile
|
||||||
|
- sounds
|
||||||
|
- more
|
||||||
|
SHOW_BRAND_WATERMARK: False
|
||||||
SHOW_CHROME_EXTENSION_BANNER: False
|
SHOW_CHROME_EXTENSION_BANNER: False
|
||||||
ENABLE_DIAL_OUT: "{{ (jitsi_jigasi_sip_server is defined) | ternary(True, False) }}"
|
SHOW_JITSI_WATERMARK: False
|
||||||
|
SHOW_POWERED_BY: False
|
||||||
|
SHOW_PROMOTIONAL_CLOSE_PAGE: False
|
||||||
|
SUPPORT_URL: 'mailto:support@ehtrace.com'
|
||||||
|
UNSUPPORTED_BROWSERS: []
|
||||||
|
VERTICAL_FILMSTRIP: True
|
||||||
|
VIDEO_LAYOUT_FIT: both
|
||||||
|
VIDEO_QUALITY_LABEL_DISABLED: False
|
||||||
|
|
||||||
jitsi_meet_interface_conf_extra: {}
|
jitsi_meet_interface_conf_extra: {}
|
||||||
jitsi_meet_interface_conf: "{{ jitsi_meet_interface_conf_base | combine(jitsi_meet_interface_conf_extra, recursive=True) }}"
|
jitsi_meet_interface_conf: "{{ jitsi_meet_interface_conf_base | combine(jitsi_meet_interface_conf_extra, recursive=True) }}"
|
||||||
|
|
||||||
# You can customize strings here (lang/main-XX.json)
|
# You can customize strings here (lang/main-XX.json)
|
||||||
jitsi_meet_custom_lang:
|
jitsi_meet_custom_lang: {}
|
||||||
fr:
|
# fr:
|
||||||
welcomepage:
|
# welcomepage:
|
||||||
headerSubtitle: >-
|
# headerSubtitle: >-
|
||||||
La vidéoconférence simple, sécurisée, libre
|
# La vidéoconférence simple, sécurisée, libre
|
||||||
startMeeting: >-
|
# startMeeting: >-
|
||||||
C'est parti !
|
# C'est parti !
|
||||||
appDescription: >-
|
# appDescription: >-
|
||||||
Choisissez un nom ou bien laisser le système en créer un pour vous,
|
# Choisissez un nom ou bien laisser le système en créer un pour vous,
|
||||||
partagez le lien avec qui vous voulez.
|
# partagez le lien avec qui vous voulez.
|
||||||
Jamais la vidéoconférence n'a été aussi simple
|
# Jamais la vidéoconférence n'a été aussi simple
|
||||||
|
|
||||||
|
|
||||||
# If jitsi_auth is ldap
|
# If jitsi_auth is ldap
|
||||||
|
@ -1 +1,20 @@
|
|||||||
|
var subdir = '<!--# echo var="subdir" default="" -->';
|
||||||
|
var subdomain = '<!--# echo var="subdomain" default="" -->';
|
||||||
|
|
||||||
|
if (subdomain) {
|
||||||
|
subdomain = subdomain.substr(0, subdomain.length - 1).split('.')
|
||||||
|
.join('_')
|
||||||
|
.toLowerCase() + '.';
|
||||||
|
}
|
||||||
|
|
||||||
|
// In case of no ssi provided by the webserver, use empty strings
|
||||||
|
if (subdir.startsWith('<!--')) {
|
||||||
|
subdir = '';
|
||||||
|
}
|
||||||
|
if (subdomain.startsWith('<!--')) {
|
||||||
|
subdomain = '';
|
||||||
|
}
|
||||||
|
|
||||||
|
var enableJaaS = false;
|
||||||
|
|
||||||
var config = {{ jitsi_meet_conf | to_nice_json(indent=4) }};
|
var config = {{ jitsi_meet_conf | to_nice_json(indent=4) }};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user