|
|
|
@@ -9,7 +9,7 @@ matrix_bot_postmoogle_docker_repo: "https://gitlab.com/etke.cc/postmoogle.git" |
|
|
|
matrix_bot_postmoogle_docker_repo_version: "{{ 'main' if matrix_bot_postmoogle_version == 'latest' else matrix_bot_postmoogle_version }}" |
|
|
|
matrix_bot_postmoogle_docker_src_files_path: "{{ matrix_base_data_path }}/postmoogle/docker-src" |
|
|
|
|
|
|
|
matrix_bot_postmoogle_version: v0.9.8 |
|
|
|
matrix_bot_postmoogle_version: v0.9.9 |
|
|
|
matrix_bot_postmoogle_docker_image: "{{ matrix_bot_postmoogle_docker_image_name_prefix }}postmoogle:{{ matrix_bot_postmoogle_version }}" |
|
|
|
matrix_bot_postmoogle_docker_image_name_prefix: "{{ 'localhost/' if matrix_bot_postmoogle_container_image_self_build else 'registry.gitlab.com/etke.cc/' }}" |
|
|
|
matrix_bot_postmoogle_docker_image_force_pull: "{{ matrix_bot_postmoogle_docker_image.endswith(':latest') }}" |
|
|
|
@@ -108,8 +108,12 @@ matrix_bot_postmoogle_loglevel: 'INFO' |
|
|
|
# Disable encryption |
|
|
|
matrix_bot_postmoogle_noencryption: false |
|
|
|
|
|
|
|
# deprecated, use matrix_bot_postmoogle_domains |
|
|
|
matrix_bot_postmoogle_domain: "{{ matrix_server_fqn_matrix }}" |
|
|
|
|
|
|
|
matrix_bot_postmoogle_domains: |
|
|
|
- "{{ matrix_bot_postmoogle_domain }}" # backward compatibility |
|
|
|
|
|
|
|
# Password (passphrase) to encrypt account data |
|
|
|
matrix_bot_postmoogle_data_secret: "" |
|
|
|
|
|
|
|
@@ -126,15 +130,15 @@ matrix_bot_postmoogle_submission_host_bind_port: '587' |
|
|
|
matrix_bot_postmoogle_ssl_path: "" |
|
|
|
|
|
|
|
## in-container SSL paths |
|
|
|
# matrix_bot_postmoogle_tls_cert is the SSL certificate's certificate. |
|
|
|
# This is likely set via group_vars/matrix_servers, so you don't need to set it. |
|
|
|
# matrix_bot_postmoogle_tls_cert is the SSL certificates' certificates. |
|
|
|
# This var is likely set via group_vars/matrix_servers, so you don't need to set certs manually. |
|
|
|
# If you do need to set it manually, note that this is an in-container path. |
|
|
|
# To mount a certificates volumes into the container, use matrix_bot_postmoogle_ssl_path |
|
|
|
# Example value: /ssl/live/{{ matrix_bot_postmoogle_domain }}/fullchain.pem |
|
|
|
matrix_bot_postmoogle_tls_cert: "" |
|
|
|
|
|
|
|
# matrix_bot_postmoogle_tls_key is the SSL certificate's key. |
|
|
|
# This is likely set via group_vars/matrix_servers, so you don't need to set it. |
|
|
|
# matrix_bot_postmoogle_tls_key is the SSL certificates' keys. |
|
|
|
# This var is likely set via group_vars/matrix_servers, so you don't need to set keys manually. |
|
|
|
# If you do need to set it manually, note that this is an in-container path. |
|
|
|
# To mount a certificates volumes into the container, use matrix_bot_postmoogle_ssl_path |
|
|
|
# Example value: /ssl/live/{{ matrix_bot_postmoogle_domain }}/privkey.pem |
|
|
|
|