summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRonald Loyko <[email protected]>2023-06-03 07:38:50 +0700
committerGitHub <[email protected]>2023-06-02 17:38:50 -0700
commitd533ed428d174cd0c8b364898737fc7f2c82021f (patch)
treed770b2959c868fde233af09c9f56926842020551
parent0bbe3415268ee5772b7ae392a0dc3e128701c09e (diff)
downloadcaprover-one-click-apps-d533ed428d174cd0c8b364898737fc7f2c82021f.tar.gz
caprover-one-click-apps-d533ed428d174cd0c8b364898737fc7f2c82021f.zip
fix(penpot): adjust SMTP settings (#944)
Co-authored-by: Ronald Loyko <[email protected]>
-rw-r--r--public/v4/apps/penpot.yml5
1 files 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: [email protected]
- id: $$cap_smtp_password
label: SMTP password
- defaultValue:
validRegex: /.{1,}/
- id: $$cap_smtp_tls
label: SMTP TLS support