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:
@@ -28,7 +28,7 @@ name: outline
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/outline/outline
|
- https://github.com/outline/outline
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.27
|
version: 1.0.28
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|||||||
@@ -324,6 +324,49 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "private"
|
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}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
|
|||||||
Reference in New Issue
Block a user