|
|
|
@ -8,7 +8,7 @@ matrix_bot_buscarron_container_image_self_build: false
|
|
|
|
|
matrix_bot_buscarron_docker_repo: "https://gitlab.com/etke.cc/buscarron.git"
|
|
|
|
|
matrix_bot_buscarron_docker_src_files_path: "{{ matrix_base_data_path }}/buscarron/docker-src"
|
|
|
|
|
|
|
|
|
|
matrix_bot_buscarron_version: v1.0.0
|
|
|
|
|
matrix_bot_buscarron_version: v1.1.0
|
|
|
|
|
matrix_bot_buscarron_docker_image: "{{ matrix_bot_buscarron_docker_image_name_prefix }}buscarron:{{ matrix_bot_buscarron_version }}"
|
|
|
|
|
matrix_bot_buscarron_docker_image_name_prefix: "{{ 'localhost/' if matrix_bot_buscarron_container_image_self_build else 'registry.gitlab.com/etke.cc/' }}"
|
|
|
|
|
matrix_bot_buscarron_docker_image_force_pull: "{{ matrix_bot_buscarron_docker_image.endswith(':latest') }}"
|
|
|
|
@ -88,6 +88,21 @@ matrix_bot_buscarron_spam_hosts: []
|
|
|
|
|
# spam email addresses
|
|
|
|
|
matrix_bot_buscarron_spam_emails: []
|
|
|
|
|
|
|
|
|
|
# Ban duration in hours
|
|
|
|
|
matrix_bot_buscarron_ban_duration: 24
|
|
|
|
|
|
|
|
|
|
# Banlist size
|
|
|
|
|
matrix_bot_buscarron_ban_size: 10000
|
|
|
|
|
|
|
|
|
|
# Postmark token (confirmation emails)
|
|
|
|
|
matrix_bot_buscarron_pm_token:
|
|
|
|
|
|
|
|
|
|
# Postmark sender signature
|
|
|
|
|
matrix_bot_buscarron_pm_from:
|
|
|
|
|
|
|
|
|
|
# Postmark confirmation email's reply-to
|
|
|
|
|
matrix_bot_buscarron_pm_replyto:
|
|
|
|
|
|
|
|
|
|
# Additional environment variables to pass to the buscarron container
|
|
|
|
|
#
|
|
|
|
|
# Example:
|
|
|
|
|