feat(kutt): move to stable and require smtp (#2308)

This commit is contained in:
Stavros Kois 2022-03-27 18:10:38 +03:00 committed by GitHub
parent 5b983765ad
commit 34983617c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,7 @@ name: kutt
sources:
- https://github.com/thedevs-network/kutt
type: application
version: 0.0.7
version: 1.0.0
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -139,6 +139,7 @@ questions:
label: "DEFAULT_DOMAIN"
schema:
type: string
required: true
default: ""
- variable: LINK_LENGTH
label: "LINK_LENGTH"
@ -194,12 +195,14 @@ questions:
label: "MAIL_HOST"
schema:
type: string
required: true
default: ""
- variable: MAIL_PORT
label: "MAIL_PORT"
schema:
type: int
default: 567
required: true
- variable: MAIL_FROM
label: "MAIL_FROM"
schema: