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 d47482a1f3 chg: [rallly] update from v3.3.0 to v3.7.0 1 month ago
..
hooks fix: [rallly] add missing ``version_gt`` 3 months ago
resources/app new: [rallly] add charm 5 months ago
README.org new: [rallly] add charm 5 months ago
metadata.yml chg: [rallly] update from v3.3.0 to v3.7.0 2 weeks ago

README.org

Usage

Config info: https://support.rallly.co/self-hosting/configuration-options

Requires a smtp-server provider to be functional, you can use smtp-stub charm to provide information to externally managed SMTP.

rallly:
  options:
    support-email: support@myhost.com  # is used as the sender of auth emails
    #allowed-emails: "*@example.coop, test@example2.com"

smtp-stub:
  options:
    host: smtp.myhost.com
    port: 465
    connection-security: "ssl/tls"
    auth-method: password
    user: myuser
    password: myp4ssw0rd