mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 12:43:12 +01:00
updated jwt hostname.
This commit is contained in:
parent
f98a505df8
commit
d53c2428b8
@ -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/
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user