summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAndris Reinman <[email protected]>2023-06-12 23:47:11 +0300
committerGitHub <[email protected]>2023-06-12 13:47:11 -0700
commita14ea994b0a104bf0be753c1c56a68951b99cb6c (patch)
tree7255b82cafea07eb7cc93c7a34be849529593312 /public
parentda837ae2c921215b307ef76e096a4184c93448e8 (diff)
downloadcaprover-one-click-apps-a14ea994b0a104bf0be753c1c56a68951b99cb6c.tar.gz
caprover-one-click-apps-a14ea994b0a104bf0be753c1c56a68951b99cb6c.zip
Updated Docker repository and logo for EmailEngine (#951)
Diffstat (limited to 'public')
-rw-r--r--public/v4/apps/emailengine.yml8
-rw-r--r--public/v4/logos/emailengine.pngbin16220 -> 39867 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/public/v4/apps/emailengine.yml b/public/v4/apps/emailengine.yml
index f1a6a82..c7a504c 100644
--- a/public/v4/apps/emailengine.yml
+++ b/public/v4/apps/emailengine.yml
@@ -4,7 +4,7 @@ services:
$$cap_appname:
depends_on:
- $$cap_appname-redis
- image: andris9/emailengine:$$cap_emailengine_version
+ image: postalsys/emailengine:$$cap_emailengine_version
restart: always
environment:
WAIT_HOSTS: srv-captain--$$cap_appname-redis:6379
@@ -25,7 +25,7 @@ caproverOneClickApp:
- id: $$cap_emailengine_version
label: EmailEngine Version
defaultValue: 'v2'
- description: Check out their docker page for the valid tags https://hub.docker.com/r/andris9/emailengine/tags
+ description: Check out their docker page for the valid tags https://hub.docker.com/r/postalsys/emailengine/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_redis_version
label: Redis Version
@@ -37,8 +37,8 @@ caproverOneClickApp:
IMAP and SMTP are hard, so let EmailEngine handle these for you. Run REST API calls to interact with email servers and receive webhooks for changes on tracked email accounts. With EmailEngine, you can focus on building features that matter instead of spending time rolling custom IMAP and SMTP connectivity logic.
end: >-
You're done! 🤗
- Your EmailEngine is available at http://$$cap_appname.$$cap_root_domain:3000
+ Your EmailEngine is available at http://$$cap_appname.$$cap_root_domain
displayName: 'EmailEngine'
isOfficial: true
description: Self-hosted application that opens a permanent IMAP connection against every registered email account to translate API requests to IMAP commands and monitor changes on these accounts.
- documentation: Taken from https://hub.docker.com/r/andris9/emailengine
+ documentation: Taken from https://hub.docker.com/r/postalsys/emailengine
diff --git a/public/v4/logos/emailengine.png b/public/v4/logos/emailengine.png
index 5e073b1..a204de1 100644
--- a/public/v4/logos/emailengine.png
+++ b/public/v4/logos/emailengine.png
Binary files differ