From bfe35232855512ac44e286134391df0d95a82ea3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 10 Dec 2023 08:37:26 -0600 Subject: [PATCH] firefly: importer: Set VANITY_URL The Firefly III Data Importer uses the value of `FIREFLY_III_URL` to constuct links to transactions in email notifications. Since this URL points to the internal Kubernetes service rather than the canonical URL used by clients, these links are invalid. Fortunately, there is another setting, `VANITY_URL`, that the Data Importer will use only when constructing public-facing links. --- firefly-iii/firefly-iii-importer.env | 1 + 1 file changed, 1 insertion(+) diff --git a/firefly-iii/firefly-iii-importer.env b/firefly-iii/firefly-iii-importer.env index 8a928a7..e01f727 100644 --- a/firefly-iii/firefly-iii-importer.env +++ b/firefly-iii/firefly-iii-importer.env @@ -1,6 +1,7 @@ TZ=America/Chicago TRUSTED_PROXIES=172.30.0.160/28 +VANITY_URL=https://firefly.pyrocufflink.blue CAN_POST_FILES=true