xactmon: Deploy Invoice Ninja importer for HLC
Bank notifications sent to Tabitha's mailbox are now processed by `xactmon` and imported into Invoice Ninja as expenses for Hatch Learning Center.
This commit is contained in:
@@ -1,16 +1,25 @@
|
||||
processor_rules = "/etc/xactmon/rules.toml"
|
||||
|
||||
[jmap]
|
||||
url = "https://api.fastmail.com"
|
||||
[[jmap]]
|
||||
name = "default"
|
||||
token_file = "/run/secrets/xactmon/fastmail.token"
|
||||
|
||||
[[jmap]]
|
||||
name = "hlc"
|
||||
token_file = "/run/secrets/xactmon/hlc.fastmail.token"
|
||||
mailbox_name = "NEW/CommerceBank Alerts"
|
||||
|
||||
[amqp]
|
||||
url = "amqps://xactmon@rabbitmq.pyrocufflink.blue?auth_mechanism=external"
|
||||
clientcert = "/run/secrets/rabbitmq/cert/keystore.p12"
|
||||
clientcert_password = "/run/secrets/rabbitmq/password"
|
||||
cacert = "/run/dch-ca/dch-root-ca.crt"
|
||||
|
||||
[firefly]
|
||||
[firefly.default]
|
||||
url = "https://firefly.pyrocufflink.blue"
|
||||
token_file = "/run/secrets/xactmon/firefly.token"
|
||||
error_if_duplicate_hash = false
|
||||
|
||||
[invoiceninja.hlc]
|
||||
url = "https://invoiceninja.pyrocufflink.blue"
|
||||
token_file = "/run/secrets/xactmon/invoiceninja.token"
|
||||
|
||||
Reference in New Issue
Block a user