mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-29 06:17:56 +01:00 
			
		
		
		
	* Jitsi control sentry dns using vars
* renaming variables
* Revert "renaming variables"
This reverts commit 4146c48f6a.
* set to connection string or 0 to disable
* Update comments
* Use empty string for default Sentry DSN variables
Both should work identically, but an empty string seems better
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| AUTH_TYPE={{ matrix_jitsi_auth_type }}
 | |
| BRIDGE_AVG_PARTICIPANT_STRESS
 | |
| BRIDGE_STRESS_THRESHOLD
 | |
| ENABLE_AUTH={{ 1 if matrix_jitsi_enable_auth else 0 }}
 | |
| ENABLE_AUTO_OWNER
 | |
| ENABLE_CODEC_VP8
 | |
| ENABLE_CODEC_VP9
 | |
| ENABLE_CODEC_H264
 | |
| ENABLE_OCTO
 | |
| ENABLE_RECORDING
 | |
| ENABLE_SCTP
 | |
| ENABLE_AUTO_LOGIN
 | |
| JICOFO_AUTH_USER={{ matrix_jitsi_jicofo_auth_user }}
 | |
| JICOFO_AUTH_PASSWORD={{ matrix_jitsi_jicofo_auth_password }}
 | |
| JICOFO_ENABLE_BRIDGE_HEALTH_CHECKS
 | |
| JICOFO_CONF_INITIAL_PARTICIPANT_WAIT_TIMEOUT
 | |
| JICOFO_CONF_SINGLE_PARTICIPANT_TIMEOUT
 | |
| JICOFO_ENABLE_HEALTH_CHECKS
 | |
| JICOFO_SHORT_ID
 | |
| JICOFO_RESERVATION_ENABLED
 | |
| JICOFO_RESERVATION_REST_BASE_URL
 | |
| JIBRI_BREWERY_MUC={{ matrix_jitsi_jibri_brewery_muc }}
 | |
| JIBRI_REQUEST_RETRIES
 | |
| JIBRI_PENDING_TIMEOUT={{ matrix_jitsi_jibri_pending_timeout }}
 | |
| JIGASI_BREWERY_MUC
 | |
| JIGASI_SIP_URI
 | |
| JVB_BREWERY_MUC={{ matrix_jitsi_jvb_brewery_muc }}
 | |
| MAX_BRIDGE_PARTICIPANTS
 | |
| OCTO_BRIDGE_SELECTION_STRATEGY
 | |
| SENTRY_DSN={{ matrix_jitsi_jicofo_sentry_dsn }}
 | |
| SENTRY_ENVIRONMENT
 | |
| SENTRY_RELEASE
 | |
| TZ={{ matrix_jitsi_timezone }}
 | |
| XMPP_DOMAIN={{ matrix_jitsi_xmpp_domain }}
 | |
| XMPP_AUTH_DOMAIN={{ matrix_jitsi_xmpp_auth_domain }}
 | |
| XMPP_INTERNAL_MUC_DOMAIN={{ matrix_jitsi_xmpp_internal_muc_domain }}
 | |
| XMPP_MUC_DOMAIN={{ matrix_jitsi_xmpp_muc_domain }}
 | |
| XMPP_SERVER={{ matrix_jitsi_xmpp_server }}
 |