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.

32 lines
679 B

  1. # -*- ispell-local-dictionary: "english" -*-
  2. * Info
  3. From: https://github.com/lukevella/rallly
  4. * Usage
  5. Config info : https://support.rallly.co/self-hosting/configuration-options
  6. Need a complete SMTP config to be functionnal
  7. #+begin_src yaml
  8. rallly:
  9. charm: rallly
  10. docker-compose:
  11. options:
  12. secret: <>
  13. support_email: # email used for support
  14. # OPTIONAL
  15. allowed_emails: "*@example.coop, test@example2.com" # All by default if not set
  16. smtp-extern:
  17. charm: smtp-extern
  18. options:
  19. host: <smtp.host>
  20. port: <465>
  21. secure: "true"
  22. user: <smtp user>
  23. password: <smtp password>
  24. #+end_src