Updated Docker repository and logo for EmailEngine (#951)

This commit is contained in:
Andris Reinman 2023-06-12 23:47:11 +03:00 committed by GitHub
parent da837ae2c9
commit a14ea994b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ services:
$$cap_appname: $$cap_appname:
depends_on: depends_on:
- $$cap_appname-redis - $$cap_appname-redis
image: andris9/emailengine:$$cap_emailengine_version image: postalsys/emailengine:$$cap_emailengine_version
restart: always restart: always
environment: environment:
WAIT_HOSTS: srv-captain--$$cap_appname-redis:6379 WAIT_HOSTS: srv-captain--$$cap_appname-redis:6379
@ -25,7 +25,7 @@ caproverOneClickApp:
- id: $$cap_emailengine_version - id: $$cap_emailengine_version
label: EmailEngine Version label: EmailEngine Version
defaultValue: 'v2' 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^\/])+$/ validRegex: /^([^\s^\/])+$/
- id: $$cap_redis_version - id: $$cap_redis_version
label: 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. 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: >- end: >-
You're done! 🤗 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' displayName: 'EmailEngine'
isOfficial: true 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. 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 39 KiB