fix(synapse): update questions.yaml to beter reflect values.yaml

This commit is contained in:
kjeld Schouten-Lebbing
2022-01-31 11:38:50 +01:00
parent 5b0aba7365
commit d00baa1128
3 changed files with 59 additions and 64 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ maintainers:
name: synapse
sources: []
type: application
version: 0.0.3
version: 0.0.4
annotations:
truecharts.org/catagories: |
- cloud
+58 -58
View File
@@ -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:
-5
View File
@@ -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.