Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

43 righe
1.8 KiB

  1. matrix_riot_web_enabled: true
  2. matrix_riot_web_docker_image: "bubuntux/riot-web:v1.2.0"
  3. matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"
  4. # Controls whether the matrix-riot-web container exposes its HTTP port (tcp/8080 in the container).
  5. #
  6. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8765"), or empty string to not expose.
  7. matrix_riot_web_container_http_host_bind_port: ''
  8. # A list of extra arguments to pass to the container
  9. matrix_riot_web_container_extra_arguments: []
  10. # List of systemd services that matrix-riot-web.service depends on
  11. matrix_riot_web_systemd_required_services_list: ['docker.service']
  12. # Riot config.json customizations
  13. matrix_riot_web_default_hs_url: ""
  14. matrix_riot_web_default_is_url: ~
  15. matrix_riot_web_disable_custom_urls: true
  16. matrix_riot_web_disable_guests: true
  17. matrix_riot_web_integrations_ui_url: "https://scalar.vector.im/"
  18. matrix_riot_web_integrations_rest_url: "https://scalar.vector.im/api"
  19. matrix_riot_web_integrations_widgets_urls: ["https://scalar.vector.im/api"]
  20. matrix_riot_web_integrations_jitsi_widget_url: "https://scalar.vector.im/api/widgets/jitsi.html"
  21. # Riot public room directory server(s)
  22. matrix_riot_web_roomdir_servers: ['matrix.org']
  23. matrix_riot_web_welcome_user_id: "@riot-bot:matrix.org"
  24. # By default, there's no Riot homepage (when logged in). If you wish to have one,
  25. # point this to a `home.html` template file on your local filesystem.
  26. matrix_riot_web_embedded_pages_home_path: ~
  27. # Controls whether the self-check feature should validate SSL certificates.
  28. matrix_riot_web_self_check_validate_certificates: true
  29. # don't show the registration button on welcome page
  30. matrix_riot_web_registration_enabled: false
  31. # Controls whether Riot shows the presence features
  32. matrix_riot_web_enable_presence_by_hs_url: ~