Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

32 wiersze
2.0 KiB

  1. POSTMOOGLE_LOGIN={{ matrix_bot_postmoogle_login }}
  2. POSTMOOGLE_PASSWORD={{ matrix_bot_postmoogle_password }}
  3. POSTMOOGLE_SHAREDSECRET={{ matrix_bot_postmoogle_sharedsecret }}
  4. POSTMOOGLE_HOMESERVER={{ matrix_bot_postmoogle_homeserver }}
  5. POSTMOOGLE_DOMAINS={{ matrix_bot_postmoogle_domains | join(' ') }}
  6. POSTMOOGLE_PORT={{ matrix_bot_postmoogle_port }}
  7. POSTMOOGLE_DB_DSN={{ matrix_bot_postmoogle_database_connection_string }}
  8. POSTMOOGLE_DB_DIALECT={{ matrix_bot_postmoogle_database_dialect }}
  9. POSTMOOGLE_PREFIX={{ matrix_bot_postmoogle_prefix }}
  10. POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }}
  11. POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
  12. POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }}
  13. POSTMOOGLE_TLS_PORT={{ matrix_bot_postmoogle_tls_port }}
  14. POSTMOOGLE_TLS_CERT={{ matrix_bot_postmoogle_tls_cert }}
  15. POSTMOOGLE_TLS_KEY={{ matrix_bot_postmoogle_tls_key }}
  16. POSTMOOGLE_TLS_REQUIRED={{ matrix_bot_postmoogle_tls_required }}
  17. POSTMOOGLE_DATA_SECRET={{ matrix_bot_postmoogle_data_secret }}
  18. POSTMOOGLE_PROXIES={{ matrix_bot_postmoogle_proxies | join(' ') }}
  19. POSTMOOGLE_RELAY_HOST={{ matrix_bot_postmoogle_relay_host }}
  20. POSTMOOGLE_RELAY_PORT={{ matrix_bot_postmoogle_relay_port }}
  21. POSTMOOGLE_RELAY_USERNAME={{ matrix_bot_postmoogle_relay_username }}
  22. POSTMOOGLE_RELAY_PASSWORD={{ matrix_bot_postmoogle_relay_password }}
  23. POSTMOOGLE_MONITORING_SENTRY_DSN={{ matrix_bot_postmoogle_monitoring_sentry_dsn }}
  24. POSTMOOGLE_MONITORING_SENTRY_RATE={{ matrix_bot_postmoogle_monitoring_sentry_rate }}
  25. POSTMOOGLE_MONITORING_HEALTHCHECKS_UUID={{ matrix_bot_postmoogle_monitoring_healthchecks_uuid }}
  26. POSTMOOGLE_MONITORING_HEALTHCHECKS_DURATION={{ matrix_bot_postmoogle_monitoring_healthchecks_duration }}
  27. POSTMOOGLE_MAILBOXES_FORWARDED={{ matrix_bot_postmoogle_mailboxes_forwarded | join(' ') }}
  28. POSTMOOGLE_MAILBOXES_RESERVED={{ matrix_bot_postmoogle_mailboxes_reserved | join(' ') }}
  29. POSTMOOGLE_MAILBOXES_ACTIVATION={{ matrix_bot_postmoogle_mailboxes_activation }}
  30. {{ matrix_bot_postmoogle_environment_variables_extension }}