Update to 2020-06-10 10:00

master
Daniel Berteaud 4 years ago
parent 63bbdca44c
commit d2076ad64a
  1. 4
      roles/jitsi/defaults/main.yml
  2. 4
      roles/lemonldap_ng/templates/llng-fastcgi-server.service.j2
  3. 11
      roles/matrix_riot/templates/config.json.j2
  4. 2
      roles/matrix_synapse/defaults/main.yml

@ -139,8 +139,8 @@ jitsi_meet_interface_conf_base:
- profile - profile
- info - info
- chat - chat
- recording #- recording
- livestreaming #- livestreaming
- etherpad - etherpad
- sharedvideo - sharedvideo
- settings - settings

@ -9,7 +9,7 @@ User=apache
Group=apache Group=apache
Environment=PM_MAX_REQUESTS=5000 Environment=PM_MAX_REQUESTS=5000
Environment=PM_SIZECHECK_NUM_REQUESTS=100 Environment=PM_SIZECHECK_NUM_REQUESTS=100
Environment=PM_MAX_SIZE=400000 Environment=PM_MAX_SIZE=800000
Environment=SOCKET=/var/run/llng-fastcgi-server/llng-fastcgi.sock Environment=SOCKET=/var/run/llng-fastcgi-server/llng-fastcgi.sock
Environment=PID=/var/run/llng-fastcgi-server/llng-fastcgi-server.pid Environment=PID=/var/run/llng-fastcgi-server/llng-fastcgi-server.pid
Environment=PERL_LWP_ENV_PROXY={{ llng_reload_use_proxy | ternary('1','0') }} Environment=PERL_LWP_ENV_PROXY={{ llng_reload_use_proxy | ternary('1','0') }}
@ -21,7 +21,7 @@ PrivateDevices=yes
ProtectSystem=full ProtectSystem=full
ProtectHome=yes ProtectHome=yes
NoNewPrivileges=yes NoNewPrivileges=yes
MemoryLimit=2048M MemoryLimit=3072M
Restart=on-failure Restart=on-failure
StartLimitInterval=0 StartLimitInterval=0
RestartSec=1 RestartSec=1

@ -2,8 +2,15 @@
"default_hs_url": "{{ riot_default_home_server | default('https://' + synapse_server_name) | default('https://matrix.org') }}", "default_hs_url": "{{ riot_default_home_server | default('https://' + synapse_server_name) | default('https://matrix.org') }}",
"default_is_url": "{{ riot_default_identity_server }}", "default_is_url": "{{ riot_default_identity_server }}",
"brand": "Riot", "brand": "Riot",
"integrations_ui_url": "", "integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "", "integrations_rest_url": "https://scalar.vector.im/api",
"integrations_widgets_urls": [
"https://scalar.vector.im/_matrix/integrations/v1",
"https://scalar.vector.im/api",
"https://scalar-staging.vector.im/_matrix/integrations/v1",
"https://scalar-staging.vector.im/api",
"https://scalar-staging.riot.im/scalar/api"
],
"bug_report_endpoint_url": "https://riot.im/bugreports/submit", "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"enableLabs": true, "enableLabs": true,
"roomDirectory": { "roomDirectory": {

@ -94,7 +94,7 @@ synapse_app_name: Matrix
#synapse_riot_base_url: https://messenger.example.com #synapse_riot_base_url: https://messenger.example.com
# Log level # Log level
synapse_log_level: ERROR synapse_log_level: INFO
# Can be internal, ldap, rest or oidc # Can be internal, ldap, rest or oidc
synapse_auth: internal synapse_auth: internal

Loading…
Cancel
Save