Adds keila app.

This commit is contained in:
2025-08-04 13:58:05 -07:00
parent 5ca8c010e5
commit 4c14744a32
9 changed files with 273 additions and 0 deletions

29
apps/keila/manifest.yaml Normal file
View File

@@ -0,0 +1,29 @@
name: keila
description: Keila is an open-source email marketing platform that allows you to send newsletters and manage mailing lists with privacy and control.
version: 1.0.0
icon: https://www.keila.io/images/logo.svg
requires:
- name: postgres
defaultConfig:
image: pentacent/keila:latest
port: 4000
storage: 1Gi
domain: keila.{{ .cloud.domain }}
dbHostname: postgres.postgres.svc.cluster.local
dbName: keila
dbUsername: keila
disableRegistration: "true"
adminUser: admin@{{ .cloud.domain }}
smtp:
host: {{ .cloud.smtp.host }}
port: {{ .cloud.smtp.port }}
from: {{ .cloud.smtp.from }}
user: {{ .cloud.smtp.user }}
sslTlsOrStartTls: {{ .cloud.smtp.sslTlsOrStartTls }}
requiredSecrets:
- apps.keila.secretKeyBase
- apps.keila.dbPassword
- apps.keila.dbUrl
- apps.keila.adminPassword
- apps.keila.smtpPassword
- apps.postgres.password