Matrix Docker Ansible eploy
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

39 рядки
2.4 KiB

  1. HONOROIT_LOGIN={{ matrix_bot_honoroit_login }}
  2. HONOROIT_PASSWORD={{ matrix_bot_honoroit_password }}
  3. HONOROIT_HOMESERVER={{ matrix_bot_honoroit_homeserver }}
  4. HONOROIT_ROOMID={{ matrix_bot_honoroit_roomid }}
  5. HONOROIT_DB_DSN={{ matrix_bot_honoroit_database_connection_string }}
  6. HONOROIT_DB_DIALECT={{ matrix_bot_honoroit_database_dialect }}
  7. HONOROIT_PREFIX={{ matrix_bot_honoroit_prefix }}
  8. HONOROIT_AUTH_METRICS_LOGIN={{ matrix_bot_honoroit_auth_metrics_login }}
  9. HONOROIT_AUTH_METRICS_PASSWORD={{ matrix_bot_honoroit_auth_metrics_password }}
  10. HONOROIT_AUTH_METRICS_IPS={{ matrix_bot_honoroit_auth_metrics_ips | default([]) | join(' ') }}
  11. HONOROIT_REDMINE_HOST={{ matrix_bot_honoroit_redmine_host }}
  12. HONOROIT_REDMINE_APIKEY={{ matrix_bot_honoroit_redmine_apikey }}
  13. HONOROIT_REDMINE_PROJECT={{ matrix_bot_honoroit_redmine_project }}
  14. HONOROIT_REDMINE_TRACKERID={{ matrix_bot_honoroit_redmine_tracker_id }}
  15. HONOROIT_REDMINE_NEWSTATUSID={{ matrix_bot_honoroit_redmine_new_status_id }}
  16. HONOROIT_REDMINE_INPROGRESSSTATUSID={{ matrix_bot_honoroit_redmine_in_progress_status_id }}
  17. HONOROIT_REDMINE_DONESTATUSID={{ matrix_bot_honoroit_redmine_done_status_id }}
  18. HONOROIT_MONITORING_SENTRY_DSN={{ matrix_bot_honoroit_sentry }}
  19. HONOROIT_MONITORING_HEALTHCHECKS_URL={{ matrix_bot_honoroit_healthchecks_url }}
  20. HONOROIT_MONITORING_HEALTHCHECKS_UUID={{ matrix_bot_honoroit_healthchecks_uuid }}
  21. HONOROIT_MONITORING_HEALTHCHECKS_DURATION={{ matrix_bot_honoroit_healthchecks_duration }}
  22. HONOROIT_LOGLEVEL={{ matrix_bot_honoroit_loglevel }}
  23. HONOROIT_CACHESIZE={{ matrix_bot_honoroit_cachesize }}
  24. HONOROIT_IGNORENOTHREAD={{ matrix_bot_honoroit_ignorenothread }}
  25. HONOROIT_IGNOREDROOMS={{ matrix_bot_honoroit_ignoredrooms | join(' ') }}
  26. HONOROIT_ALLOWEDUSERS={{ matrix_bot_honoroit_allowedusers | join(' ') }}
  27. HONOROIT_TEXT_PREFIX_OPEN={{ matrix_bot_honoroit_text_prefix_open }}
  28. HONOROIT_TEXT_PREFIX_DONE={{ matrix_bot_honoroit_text_prefix_done }}
  29. HONOROIT_TEXT_NOENCRYPTION={{ matrix_bot_honoroit_text_noencryption }}
  30. HONOROIT_TEXT_GREETINGS={{ matrix_bot_honoroit_text_greetings }}
  31. HONOROIT_TEXT_INVITE={{ matrix_bot_honoroit_text_invite }}
  32. HONOROIT_TEXT_JOIN={{ matrix_bot_honoroit_text_join }}
  33. HONOROIT_TEXT_LEAVE={{ matrix_bot_honoroit_text_leave }}
  34. HONOROIT_TEXT_ERROR={{ matrix_bot_honoroit_text_error }}
  35. HONOROIT_TEXT_EMPTYROOM={{ matrix_bot_honoroit_text_emptyroom }}
  36. HONOROIT_TEXT_DONE={{ matrix_bot_honoroit_text_done }}
  37. {{ matrix_bot_honoroit_environment_variables_extension }}