From 1f56c1d05b9b298569407d072c7218060c3988dd Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 23 Mar 2026 14:03:00 +0500 Subject: [PATCH] Update file testtalk.yml --- host_vars/testtalk.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 host_vars/testtalk.yml diff --git a/host_vars/testtalk.yml b/host_vars/testtalk.yml new file mode 100644 index 0000000..f1f6bab --- /dev/null +++ b/host_vars/testtalk.yml @@ -0,0 +1,35 @@ +--- +# Snikket variables for testtalk (192.168.1.215) +# Внутренний тест - без проброса портов на роутер + +snikket_domain: "testtalk.local" +snikket_admin_email: "zailon@bk.ru" +snikket_external_ip: "192.168.1.215" + +# Порты (можно те же, т.к. это другой хост) +snikket_http_port: 8080 +snikket_https_port: 8443 +snikket_xmpp_port: 5222 +snikket_component_port: 5349 +snikket_turn_port: 3478 +snikket_turn_tls_port: 5349 +snikket_rtp_min_port: 50000 +snikket_rtp_max_port: 50100 + +# SSL/ACME - отключаем для теста +snikket_enable_acme: false +snikket_disable_tls: true +snikket_trusted_proxy: "*" + +# Файлы +snikket_max_file_size: "500M" +snikket_image_tag: "dev" + +# Приглашение для теста +snikket_create_initial_invite: true +snikket_initial_invite_group: "default" +snikket_initial_invite_expires: 86400 + +# Бэкап +snikket_backup_enabled: true +snikket_backup_retention_days: 7 \ No newline at end of file