From d533ed428d174cd0c8b364898737fc7f2c82021f Mon Sep 17 00:00:00 2001 From: Ronald Loyko <108372764+ronaldloyko@users.noreply.github.com> Date: Sat, 3 Jun 2023 07:38:50 +0700 Subject: [PATCH] fix(penpot): adjust SMTP settings (#944) Co-authored-by: Ronald Loyko --- public/v4/apps/penpot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/v4/apps/penpot.yml b/public/v4/apps/penpot.yml index 87c3109..22bbdee 100644 --- a/public/v4/apps/penpot.yml +++ b/public/v4/apps/penpot.yml @@ -40,7 +40,6 @@ services: environment: PENPOT_PUBLIC_URI: $$cap_public_uri PENPOT_TELEMETRY_ENABLED: $$cap_enable_telemetry - PENPOT_SMTP_ENABLED: 'true' PENPOT_SMTP_DEFAULT_FROM: $$cap_smtp_from PENPOT_SMTP_DEFAULT_REPLY_TO: $$cap_smtp_reply_to PENPOT_SMTP_HOST: $$cap_smtp_host @@ -96,7 +95,7 @@ caproverOneClickApp: validRegex: /^([^\s^\/])+$/ - id: $$cap_flags label: Penpot Flags - defaultValue: enable-registration enable-login + defaultValue: enable-registration enable-login enable-smtp description: Add "disable-secure-session-cookies" if you are going to serve it without HTTPS. Checkout option on their documentation https://help.penpot.app/technical-guide/configuration - id: $$cap_registration_domain_whitelist label: Penpot Registration Domain Whitelist @@ -104,6 +103,7 @@ caproverOneClickApp: - id: $$cap_postgres_pass label: Postgres Database password description: 'Password for postgres' + defaultValue: $$cap_gen_random_hex(16) validRegex: /.{1,}/ - id: $$cap_public_uri label: Public URI @@ -130,7 +130,6 @@ caproverOneClickApp: defaultValue: user@example.com - id: $$cap_smtp_password label: SMTP password - defaultValue: validRegex: /.{1,}/ - id: $$cap_smtp_tls label: SMTP TLS support