Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

40 строки
1.6 KiB

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