Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 regels
1.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_SENTRY={{ matrix_bot_honoroit_sentry }}
  9. HONOROIT_LOGLEVEL={{ matrix_bot_honoroit_loglevel }}
  10. HONOROIT_CACHESIZE={{ matrix_bot_honoroit_cachesize }}
  11. HONOROIT_NOENCRYPTION={{ matrix_bot_honoroit_noencryption }}
  12. HONOROIT_IGNORENOTHREAD={{ matrix_bot_honoroit_ignorenothread }}
  13. HONOROIT_IGNOREDROOMS={{ matrix_bot_honoroit_ignoredrooms|join(' ') }}
  14. HONOROIT_TEXT_PREFIX_OPEN={{ matrix_bot_honoroit_text_prefix_open }}
  15. HONOROIT_TEXT_PREFIX_DONE={{ matrix_bot_honoroit_text_prefix_done }}
  16. HONOROIT_TEXT_NOENCRYPTION={{ matrix_bot_honoroit_text_noencryption }}
  17. HONOROIT_TEXT_GREETINGS={{ matrix_bot_honoroit_text_greetings }}
  18. HONOROIT_TEXT_INVITE={{ matrix_bot_honoroit_text_invite }}
  19. HONOROIT_TEXT_JOIN={{ matrix_bot_honoroit_text_join }}
  20. HONOROIT_TEXT_LEAVE={{ matrix_bot_honoroit_text_leave }}
  21. HONOROIT_TEXT_ERROR={{ matrix_bot_honoroit_text_error }}
  22. HONOROIT_TEXT_EMPTYROOM={{ matrix_bot_honoroit_text_emptyroom }}
  23. HONOROIT_TEXT_DONE={{ matrix_bot_honoroit_text_done }}
  24. {{ matrix_bot_honoroit_environment_variables_extension }}