fix(synapse): update questions.yaml to beter reflect values.yaml
This commit is contained in:
@@ -24,7 +24,7 @@ maintainers:
|
||||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
||||
@@ -107,42 +107,44 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: from
|
||||
label: "From: "
|
||||
schema:
|
||||
type: string
|
||||
default: "Matrix <matrix@example.com>"
|
||||
- variable: riotUrl
|
||||
label: "Riot URL"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: host
|
||||
label: "Host"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: port
|
||||
label: "Port"
|
||||
schema:
|
||||
type: int
|
||||
default: 25
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
private: true
|
||||
- variable: requireTransportSecurity
|
||||
label: "Require Transport Security"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: from
|
||||
label: "From: "
|
||||
schema:
|
||||
type: string
|
||||
default: "Matrix <matrix@example.com>"
|
||||
- variable: riotUrl
|
||||
label: "Riot URL"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: host
|
||||
label: "Host"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: port
|
||||
label: "Port"
|
||||
schema:
|
||||
type: int
|
||||
default: 25
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
private: true
|
||||
- variable: requireTransportSecurity
|
||||
label: "Require Transport Security"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
- variable: matrix
|
||||
group: "Container Configuration"
|
||||
@@ -156,11 +158,13 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: disabledMessage
|
||||
label: "Disabled Message"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: disabledMessage
|
||||
label: "Disabled Message"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: serverName
|
||||
label: "Server Name"
|
||||
schema:
|
||||
@@ -259,17 +263,19 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: maxPixels
|
||||
label: "Max Pixels"
|
||||
schema:
|
||||
type: string
|
||||
default: "32M"
|
||||
- variable: sharedSecret
|
||||
label: "Shared Secret"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
private: true
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: maxPixels
|
||||
label: "Max Pixels"
|
||||
schema:
|
||||
type: string
|
||||
default: "32M"
|
||||
- variable: sharedSecret
|
||||
label: "Shared Secret"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
private: true
|
||||
# TODO: required3PIDs
|
||||
# TODO: autoJoinRooms
|
||||
- variable: security
|
||||
@@ -278,12 +284,6 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: macaroonSecretKey
|
||||
label: "Macaroon Secret Key"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
private: true
|
||||
- variable: surpressKeyServerWarning
|
||||
label: "Surpress Key Server Warning"
|
||||
schema:
|
||||
|
||||
@@ -211,11 +211,6 @@ matrix:
|
||||
retentionPeriod: 7d
|
||||
|
||||
security:
|
||||
# a secret which is used to sign access tokens. If none is specified,
|
||||
# the registration_shared_secret is used, if one is given; otherwise,
|
||||
# a secret key is derived from the signing key.
|
||||
#
|
||||
# macaroonSecretKey: <PRIVATE STRING>
|
||||
|
||||
# This disables the warning that is emitted when the
|
||||
# trustedKeyServers include 'matrix.org'. See below.
|
||||
|
||||
Reference in New Issue
Block a user