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.
 
 
Valentin Lab 5b529de8dd new: [odoo-tecnativa] add ``update`` action 1 day 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 new: [rallly] add charm 5 months 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