fix(anonaddy) fix duplicate and update mail encryption variable. (#12351)
This commit is contained in:
@@ -26,7 +26,7 @@ name: anonaddy
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
|
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
|
||||||
- https://github.com/anonaddy/docker
|
- https://github.com/anonaddy/docker
|
||||||
version: 15.0.4
|
version: 15.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- email
|
- email
|
||||||
|
|||||||
@@ -39,11 +39,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: MAIL_FROM_ADDRESS
|
|
||||||
label: "Mail From Address"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: MAIL_HOST
|
- variable: MAIL_HOST
|
||||||
label: "Mail Host"
|
label: "Mail Host"
|
||||||
schema:
|
schema:
|
||||||
@@ -59,6 +54,11 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "tls"
|
default: "tls"
|
||||||
|
enum:
|
||||||
|
- value: ""
|
||||||
|
description: "none"
|
||||||
|
- value: tls
|
||||||
|
description: "tls"
|
||||||
- variable: MAIL_EHLO_DOMAIN
|
- variable: MAIL_EHLO_DOMAIN
|
||||||
label: "Mail Ehlo Domain"
|
label: "Mail Ehlo Domain"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user