Change capitalization per author's preference: Conduwuit → conduwuit
See: e8508d16e1
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
			
			
This commit is contained in:
		| @@ -14,7 +14,7 @@ | ||||
|  | ||||
| - name: Fail if Matrix Client API not working | ||||
|   ansible.builtin.fail: | ||||
|     msg: "Failed checking Matrix Client API is up at `{{ matrix_server_fqn_matrix }}` (checked endpoint: `{{ matrix_conduwuit_client_api_url_endpoint_public }}`). Is Conduwuit running? Is port 443 open in your firewall? Full error: {{ result_matrix_conduwuit_client_api }}" | ||||
|     msg: "Failed checking Matrix Client API is up at `{{ matrix_server_fqn_matrix }}` (checked endpoint: `{{ matrix_conduwuit_client_api_url_endpoint_public }}`). Is conduwuit running? Is port 443 open in your firewall? Full error: {{ result_matrix_conduwuit_client_api }}" | ||||
|   when: "matrix_conduwuit_enabled | bool and (result_matrix_conduwuit_client_api.failed or 'json' not in result_matrix_conduwuit_client_api)" | ||||
|  | ||||
| - name: Report working Matrix Client API | ||||
|   | ||||
| @@ -870,7 +870,7 @@ turn_password = {{ matrix_conduwuit_config_turn_password | to_json }} | ||||
| # 0 = AbsoluteConsistency | ||||
| # 1 = TolerateCorruptedTailRecords (default) | ||||
| # 2 = PointInTime (use me if trying to recover) | ||||
| # 3 = SkipAnyCorruptedRecord (you now voided your Conduwuit warranty) | ||||
| # 3 = SkipAnyCorruptedRecord (you now voided your conduwuit warranty) | ||||
| # | ||||
| # For more information on these modes, see: | ||||
| # https://github.com/facebook/rocksdb/wiki/WAL-Recovery-Modes | ||||
|   | ||||
| @@ -134,7 +134,7 @@ traefik.http.routers.matrix-conduwuit-public-federation-api.tls.certResolver={{ | ||||
| {% if matrix_conduwuit_container_labels_public_conduwuit_api_enabled %} | ||||
| ############################################################ | ||||
| #                                                          # | ||||
| # Public Conduwuit-API (/_conduwuit)                       # | ||||
| # Public conduwuit-API (/_conduwuit)                       # | ||||
| #                                                          # | ||||
| ############################################################ | ||||
|  | ||||
| @@ -154,7 +154,7 @@ traefik.http.routers.matrix-conduwuit-public-conduwuit-api.tls.certResolver={{ m | ||||
|  | ||||
| ############################################################ | ||||
| #                                                          # | ||||
| # /Public Conduwuit-API (/_conduwuit)                      # | ||||
| # /Public conduwuit-API (/_conduwuit)                      # | ||||
| #                                                          # | ||||
| ############################################################ | ||||
| {% endif %} | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
|  | ||||
| - name: Ensure Conduwuit user registered - {{ user.username | quote }} | ||||
| - name: Ensure conduwuit user registered - {{ user.username | quote }} | ||||
|   ansible.builtin.debug: | ||||
|     msg: "Not registering user. To register Conduwuit users, message the Conduwuit bot" | ||||
|     msg: "Not registering user. To register conduwuit users, message the conduwuit bot" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user