Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

49 строки
2.7 KiB

  1. {#
  2. SPDX-FileCopyrightText: 2022 - 2025 Nikita Chernyi
  3. SPDX-FileCopyrightText: 2022 MDAD project contributors
  4. SPDX-FileCopyrightText: 2022 Slavi Pantaleev
  5. SPDX-FileCopyrightText: 2024 Suguru Hirahara
  6. SPDX-License-Identifier: AGPL-3.0-or-later
  7. #}
  8. HONOROIT_LOGIN={{ matrix_bot_honoroit_login }}
  9. HONOROIT_PASSWORD={{ matrix_bot_honoroit_password }}
  10. HONOROIT_HOMESERVER={{ matrix_bot_honoroit_homeserver }}
  11. HONOROIT_ROOMID={{ matrix_bot_honoroit_roomid }}
  12. HONOROIT_DB_DSN={{ matrix_bot_honoroit_database_connection_string }}
  13. HONOROIT_DB_DIALECT={{ matrix_bot_honoroit_database_dialect }}
  14. HONOROIT_PREFIX={{ matrix_bot_honoroit_prefix }}
  15. HONOROIT_NOENCRYPTIONWARNING={{ matrix_bot_honoroit_no_encryption_warning }}
  16. HONOROIT_AUTH_METRICS_LOGIN={{ matrix_bot_honoroit_auth_metrics_login }}
  17. HONOROIT_AUTH_METRICS_PASSWORD={{ matrix_bot_honoroit_auth_metrics_password }}
  18. HONOROIT_AUTH_METRICS_IPS={{ matrix_bot_honoroit_auth_metrics_ips | default([]) | join(' ') }}
  19. HONOROIT_REDMINE_HOST={{ matrix_bot_honoroit_redmine_host }}
  20. HONOROIT_REDMINE_APIKEY={{ matrix_bot_honoroit_redmine_apikey }}
  21. HONOROIT_REDMINE_PROJECT={{ matrix_bot_honoroit_redmine_project }}
  22. HONOROIT_REDMINE_TRACKERID={{ matrix_bot_honoroit_redmine_tracker_id }}
  23. HONOROIT_REDMINE_NEWSTATUSID={{ matrix_bot_honoroit_redmine_new_status_id }}
  24. HONOROIT_REDMINE_INPROGRESSSTATUSID={{ matrix_bot_honoroit_redmine_in_progress_status_id }}
  25. HONOROIT_REDMINE_DONESTATUSID={{ matrix_bot_honoroit_redmine_done_status_id }}
  26. HONOROIT_MONITORING_SENTRY_DSN={{ matrix_bot_honoroit_sentry }}
  27. HONOROIT_MONITORING_HEALTHCHECKS_URL={{ matrix_bot_honoroit_healthchecks_url }}
  28. HONOROIT_MONITORING_HEALTHCHECKS_UUID={{ matrix_bot_honoroit_healthchecks_uuid }}
  29. HONOROIT_MONITORING_HEALTHCHECKS_DURATION={{ matrix_bot_honoroit_healthchecks_duration }}
  30. HONOROIT_LOGLEVEL={{ matrix_bot_honoroit_loglevel }}
  31. HONOROIT_CACHESIZE={{ matrix_bot_honoroit_cachesize }}
  32. HONOROIT_IGNORENOTHREAD={{ matrix_bot_honoroit_ignorenothread }}
  33. HONOROIT_IGNOREDROOMS={{ matrix_bot_honoroit_ignoredrooms | join(' ') }}
  34. HONOROIT_ALLOWEDUSERS={{ matrix_bot_honoroit_allowedusers | join(' ') }}
  35. HONOROIT_TEXT_PREFIX_OPEN={{ matrix_bot_honoroit_text_prefix_open }}
  36. HONOROIT_TEXT_PREFIX_DONE={{ matrix_bot_honoroit_text_prefix_done }}
  37. HONOROIT_TEXT_NOENCRYPTION={{ matrix_bot_honoroit_text_noencryption }}
  38. HONOROIT_TEXT_GREETINGS={{ matrix_bot_honoroit_text_greetings }}
  39. HONOROIT_TEXT_INVITE={{ matrix_bot_honoroit_text_invite }}
  40. HONOROIT_TEXT_JOIN={{ matrix_bot_honoroit_text_join }}
  41. HONOROIT_TEXT_LEAVE={{ matrix_bot_honoroit_text_leave }}
  42. HONOROIT_TEXT_ERROR={{ matrix_bot_honoroit_text_error }}
  43. HONOROIT_TEXT_EMPTYROOM={{ matrix_bot_honoroit_text_emptyroom }}
  44. HONOROIT_TEXT_DONE={{ matrix_bot_honoroit_text_done }}
  45. {{ matrix_bot_honoroit_environment_variables_extension }}