updated jwt hostname.

This commit is contained in:
wjbeckett 2024-10-01 12:29:35 +10:00
parent f98a505df8
commit d53c2428b8
2 changed files with 4 additions and 5 deletions

View File

@ -5953,9 +5953,9 @@ matrix_livekit_server_livekit_dev_key: "{{ matrix_livekit_server_dev_key }}" #
matrix_jwt_service_enabled: false # Default is false; should be enabled in host_vars as needed matrix_jwt_service_enabled: false # Default is false; should be enabled in host_vars as needed
matrix_jwt_service_version: "latest-ci" # Default version; can be overridden in host_vars matrix_jwt_service_version: "latest-ci" # Default version; can be overridden in host_vars
matrix_jwt_service_scheme: "https" # Scheme for Element Call (e.g., https) matrix_jwt_service_scheme: "https" # Scheme for Element Call (e.g., https)
matrix_jwt_service_hostname: "lk-jwt-service" # Default hostname; should be overridden in host_vars if different matrix_jwt_service_hostname: "{{ matrix_jwt_service_hostname }}" # Default hostname; should be overridden in host_vars if different
matrix_jwt_service_path_prefix: "/" # Path prefix for Element Call matrix_jwt_service_path_prefix: "/" # Path prefix for Element Call
matrix_jwt_service_base_path: "{{ matrix_base_data_path }}/jwt-service" # Base path for storing Element Call-related files matrix_jwt_service_base_path: "{{ matrix_base_data_path }}/matrix-jwt-service" # Base path for storing Element Call-related files
matrix_jwt_service_container_image: "ghcr.io/element-hq/lk-jwt-service:{{ matrix_jwt_service_version }}" matrix_jwt_service_container_image: "ghcr.io/element-hq/lk-jwt-service:{{ matrix_jwt_service_version }}"
matrix_jwt_service_container_image_name_prefix: ghcr.io/ matrix_jwt_service_container_image_name_prefix: ghcr.io/
matrix_jwt_service_container_image_registry_prefix: ghcr.io/ matrix_jwt_service_container_image_registry_prefix: ghcr.io/

View File

@ -4,11 +4,10 @@ matrix_jwt_service_enabled: false
# Base path configuration # Base path configuration
matrix_jwt_service_base_path: "{{ matrix_base_data_path }}/jwt-service" matrix_jwt_service_base_path: "{{ matrix_base_data_path }}/jwt-service"
matrix_homeserver_config_path: "{{ matrix_base_data_path }}/synapse/config/homeserver.yaml"
# Docker network configuration # Docker network configuration
matrix_jwt_service_container_network: '' matrix_jwt_service_container_network: ''
matrix_jwt_service_container_http_host_bind_port: '' matrix_jwt_service_container_http_host_bind_port: '8881'
matrix_jwt_service_container_additional_networks: [] # No additional networks by default matrix_jwt_service_container_additional_networks: [] # No additional networks by default
# Docker images # Docker images
@ -115,4 +114,4 @@ matrix_jwt_service_floc_optout_enabled: true
# - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security # - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
# - https://hstspreload.org/#opt-in # - https://hstspreload.org/#opt-in
# See: `matrix_jwt_service_http_header_strict_transport_security` # See: `matrix_jwt_service_http_header_strict_transport_security`
matrix_jwt_service_hsts_preload_enabled: false matrix_jwt_service_hsts_preload_enabled: true