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

36 строки
1.5 KiB

  1. matrix_riot_web_enabled: true
  2. matrix_riot_web_docker_image: "bubuntux/riot-web:v0.17.9"
  3. matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"
  4. matrix_riot_web_container_expose_port: false
  5. # List of systemd services that matrix-riot-web.service depends on
  6. matrix_riot_web_systemd_required_services_list: ['docker.service']
  7. # Riot config.json customizations
  8. matrix_riot_web_default_hs_url: ""
  9. matrix_riot_web_default_is_url: ~
  10. matrix_riot_web_disable_custom_urls: true
  11. matrix_riot_web_disable_guests: true
  12. matrix_riot_web_integrations_ui_url: "https://scalar.vector.im/"
  13. matrix_riot_web_integrations_rest_url: "https://scalar.vector.im/api"
  14. matrix_riot_web_integrations_widgets_urls: ["https://scalar.vector.im/api"]
  15. matrix_riot_web_integrations_jitsi_widget_url: "https://scalar.vector.im/api/widgets/jitsi.html"
  16. # Riot public room directory server(s)
  17. matrix_riot_web_roomdir_servers: ['matrix.org']
  18. matrix_riot_web_welcome_user_id: "@riot-bot:matrix.org"
  19. # Riot home.html customizations
  20. # Default home.html template file
  21. matrix_riot_web_homepage_template: "{{ role_path }}/templates/home.html.j2"
  22. # Show general discussion about Matrix and Riot row
  23. matrix_riot_web_homepage_template_general: true
  24. # Show Matrix technical discussions row
  25. matrix_riot_web_homepage_template_technical: true
  26. # Show building services on Matrix row
  27. matrix_riot_web_homepage_template_building: true
  28. # Show contributing code to Matrix and Riot row
  29. matrix_riot_web_homepage_template_contributing: true