fork 0k-charms
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.
 
 
Boris Gallet 81768fd0f8 new: [discourse] add charm 6 months ago
..
hooks new: [discourse] add charm 6 months ago
README.org new: [discourse] add charm 6 months ago
metadata.yml new: [discourse] add charm 6 months ago

README.org

Usage

Need a complete SMTP config to be functionnal

rallly:
  charm: rallly
  docker-compose:
  options:
    secret: <>
    support_email:   # email used for support  
    # OPTIONAL                                           
    allowed_emails: "*@example.coop, test@example2.com"   # All by default if not set 
    

smtp-extern:
  charm: smtp-extern
  options:
    host: <smtp.host>
    port: <465>
    secure: "true"
    user: <smtp user>
    password: <smtp password>