Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

12 lignes
666 B

  1. ---
  2. # etherpad-proxy-connect is a compatibility role connecting the new Etherpad role with matrix-nginx-proxy.
  3. # It adds back support for serving Etherpad under the Dimension domain (`matrix_server_fqn_dimension`).
  4. # Controls whether Etherpad will be hosted under the Dimension domain when matrix-nginx-proxy is used (depending on matrix_playbook_reverse_proxy_type).
  5. # If you're not using matrix-nginx-proxy, then this value has no effect.
  6. etherpad_nginx_proxy_dimension_integration_enabled: false
  7. # Controls the path at which Etherpad will be exposed on the Dimension domain.
  8. etherpad_nginx_proxy_dimension_integration_path_prefix: "{{ etherpad_path_prefix }}"