Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

7 řádky
481 B

  1. ---
  2. # Like `matrix_authentication_service_config_http_public_base` but a private base URL only accessible from within the container network.
  3. matrix_authentication_service_http_base_container_url: "http://matrix-authentication-service:8080{{ '/' if matrix_authentication_service_path_prefix == '/' else (matrix_authentication_service_path_prefix + '/') }}"
  4. matrix_authentication_service_account_management_url: "{{ matrix_authentication_service_config_http_public_base }}account"