From e1a85e8c6ff5cf8b7a1419c34336312bd79899ac Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 9 Oct 2024 12:57:30 -0600 Subject: [PATCH] update GTS with SMTP config --- roles/docker/templates/gotosocial-compose.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/docker/templates/gotosocial-compose.yml.j2 b/roles/docker/templates/gotosocial-compose.yml.j2 index 7dfe94d..e5e89fa 100644 --- a/roles/docker/templates/gotosocial-compose.yml.j2 +++ b/roles/docker/templates/gotosocial-compose.yml.j2 @@ -19,6 +19,12 @@ services: GTS_OIDC_CLIENT_ID: {{ gts_oidc_client_id }} GTS_OIDC_CLIENT_SECRET: {{ gts_oidc_client_secret }} GTS_OIDC_LINK_EXISTING: "true" + GTS_HTTP_CLIENT: "20s" + GTS_SMTP_HOST: "smtp.resend.com" + GTS_SMTP_PORT: "587" + GTS_SMTP_USERNAME: "resend" + GTS_SMTP_PASSWORD: {{ resend_key }} + GTS_SMTP_FROM: "social@updates.thesatelliteoflove.com" TZ: UTC volumes: - gotosocial:/gotosocial/storage