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

26 строки
1.1 KiB

  1. # matrix-synapse-admin is a web UI for mananging the Synapse Matrix server
  2. # See: https://github.com/Awesome-Technologies/synapse-admin
  3. matrix_synapse_admin_enabled: true
  4. matrix_synapse_admin_docker_image: "awesometechnologies/synapse-admin:0.4.1"
  5. matrix_synapse_admin_docker_image_force_pull: "{{ matrix_synapse_admin_docker_image.endswith(':latest') }}"
  6. # A list of extra arguments to pass to the container
  7. matrix_synapse_admin_container_extra_arguments: []
  8. # List of systemd services that matrix-synapse-admin.service depends on
  9. matrix_synapse_admin_systemd_required_services_list: ['docker.service']
  10. # List of systemd services that matrix-synapse-admin.service wants
  11. matrix_synapse_admin_systemd_wanted_services_list: []
  12. # Controls whether the matrix-synapse-admin container exposes its HTTP port (tcp/80 in the container).
  13. #
  14. # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8766"), or empty string to not expose.
  15. matrix_synapse_admin_container_http_host_bind_port: ''
  16. # The path at which Synapse Admin will be exposed on `matrix.DOMAIN`
  17. # (only applies when matrix-nginx-proxy is used).
  18. matrix_synapse_admin_public_endpoint: /synapse-admin