Commit Graph

9 Commits

Author SHA1 Message Date
Jorge Manrubia 9bf0663941 Merge pull request #2219 from jmporchet/patch-1
Add signup info when email config is not available
2026-03-03 11:44:24 +01:00
Jorge Manrubia ffb80ea3e0 Merge pull request #2216 from creslinux/docs/clarify-triage-endpoint
Clarify API docs for triage endpoint and S3 configuration
2026-03-03 11:42:51 +01:00
Brandon e861e149c0 fix: docker run uses --env 2025-12-23 15:48:04 +13:00
Jean-Marie Porchet f6e9898dab docs: add signup info when email config is not available 2025-12-20 11:48:07 +01:00
creslinux 40b1bb769c Add CSP_CONNECT_SRC to S3 configuration docs 2025-12-20 00:15:30 -08:00
Kevin McConnell 407f2a3a6a Add BASE_URL environment variable
When running a Docker deployment, we need a way to set the app's base
URL. Otherwise links in emails, or generated in jobs etc., can not be
correctly constructed.
2025-12-19 12:21:37 +00:00
Francisco Merino-Casallo 440b8a7dbf Clarify S3 storage wording in Docker deployment guide 2025-12-18 11:30:59 +01:00
nu-wa 472dbeee8c SMTP: support SMTPS on port 465 (#2132)
* Add more configuration options for the SMTP connection

* Add SMTP_TLS option for implicit TLS connections

For SMTPS servers (typically port 465), set SMTP_TLS=true.
Port auto-defaults to 465 when TLS is enabled, 587 otherwise.
STARTTLS is used by default and automatically disabled when TLS is on.

Fixes boolean conversion bug in original PR (string "false" is truthy)
and removes insecure default for certificate verification.

---------

Co-authored-by: Jeremy Daer <jeremy@37signals.com>
2025-12-13 10:57:08 -08:00
Kevin McConnell 4218f2e161 Document Docker image deployment
Also split the README a bit, to move the details under /docs.
2025-12-12 17:26:50 +00:00