feat(outline): Add smtp Options (#2754)

* add smtp

* Update charts/stable/outline/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
sagit
2022-05-25 23:40:58 +08:00
committed by GitHub
parent b69f4f8f34
commit 70eb51c5e9
2 changed files with 44 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ name: outline
sources:
- https://github.com/outline/outline
type: application
version: 1.0.27
version: 1.0.28
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -324,6 +324,49 @@ questions:
schema:
type: string
default: "private"
- variable: smtpenabled
label: "Enable SMTP Settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: SMTP_HOST
label: "SMTP_HOST"
schema:
type: string
default: ""
- variable: SMTP_PORT
label: "SMTP_PORT"
schema:
type: int
default: 587
- variable: SMTP_USERNAME
label: "SMTP_USERNAME"
schema:
type: string
default: ""
- variable: SMTP_PASSWORD
label: "SMTP_PASSWORD"
schema:
type: string
default: ""
private: true
- variable: SMTP_FROM_EMAIL
label: "SMTP_FROM_EMAIL"
schema:
type: string
default: ""
- variable: SMTP_REPLY_EMAIL
label: "SMTP_REPLY_EMAIL"
schema:
type: string
default: ""
- variable: SMTP_SECURE
label: "SMTP_SECURE"
schema:
type: boolean
default: true
# Include{containerConfig}
- variable: service