Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- ---
-
- # Like `matrix_authentication_service_config_http_public_base` but a private base URL only accessible from within the container network.
- matrix_authentication_service_http_base_container_url: "http://matrix-authentication-service:8080{{ '/' if matrix_authentication_service_path_prefix == '/' else (matrix_authentication_service_path_prefix + '/') }}"
-
- matrix_authentication_service_account_management_url: "{{ matrix_authentication_service_config_http_public_base }}account"
|