Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-05-01 20:47:41 +00:00
parent e2e527111f
commit b31c47eff6
19 changed files with 47 additions and 34 deletions

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="synapse-2.0.25"></a>
### [synapse-2.0.25](https://github.com/truecharts/apps/compare/synapse-2.0.24...synapse-2.0.25) (2022-05-01)
<a name="synapse-2.0.24"></a>
### [synapse-2.0.24](https://github.com/truecharts/apps/compare/synapse-2.0.23...synapse-2.0.24) (2022-04-26)
@ -92,8 +97,3 @@
<a name="synapse-2.0.12"></a>
### [synapse-2.0.12](https://github.com/truecharts/apps/compare/synapse-2.0.11...synapse-2.0.12) (2022-03-31)
#### Chore

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 7.0.50
digest: sha256:e5b71cff47161f1d43f23e13e27fbb5965a85a997039e0b92ebd37a97c339b83
generated: "2022-04-26T19:59:11.909779097Z"
generated: "2022-05-01T20:39:43.034661024Z"

View File

@ -24,7 +24,7 @@ maintainers:
name: synapse
sources: []
type: application
version: 2.0.24
version: 2.0.25
annotations:
truecharts.org/catagories: |
- cloud

View File

@ -321,6 +321,15 @@ questions:
schema:
type: string
default: "matrix.example.com"
- variable: clientBaseUrl
label: Client Base URL
# Assigned to `client_base_url` formerly called `riot_base_url`
description: |
Custom URL for links within email notifications. If not set links will be
based on https://matrix.to
schema:
type: string
default: ""
- variable: presence
label: "Presence"
schema:
@ -400,6 +409,11 @@ questions:
# TODO: blacklist:
- variable: registration
label: "Registration Configuration"
# Enabling captcha instead of mail is also an option but currently only
# mail is configurable.
description: |
Enable registration. If enabled requires this will require enabling
and configuring mail for SMTP.
schema:
additional_attrs: true
type: dict
@ -409,19 +423,16 @@ questions:
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: maxPixels
label: "Max Pixels"
schema:
type: string
default: "32M"
- variable: sharedSecret
label: "Shared Secret"
description: |
If set, allows registration of standard or admin accounts by anyone who has the shared secret, even
if registration is otherwise disabled
schema:
type: string
default: ""
private: true
required: true
# TODO: required3PIDs
# TODO: autoJoinRooms
- variable: security
@ -511,11 +522,6 @@ questions:
schema:
type: string
default: "Matrix <matrix@example.com>"
- variable: riotUrl
label: "Riot URL"
schema:
type: string
default: ""
- variable: host
label: "Host"
schema:
@ -2239,6 +2245,7 @@ questions:
schema:
type: int
default: 568
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
@ -2480,7 +2487,7 @@ questions:
- variable: exceptint
label: ""
schema:
type: int
type: string
- variable: namespaceSelector
label: "namespaceSelector"
schema:
@ -2649,7 +2656,7 @@ questions:
- variable: exceptint
label: ""
schema:
type: int
type: string
- variable: namespaceSelector
label: "namespaceSelector"
schema:

View File

@ -14,6 +14,12 @@ data:
server_name: {{ .Values.matrix.serverName }}
pid_file: /data/homeserver.pid
public_baseurl: {{ include "matrix.baseUrl" . | quote }}
{{- if .Values.matrix.clientBaseURL -}}
# Client Base URL, Formerly riot_base_url
client_base_url: {{ .Values.matrix.clientBaseURL }}
{{- end}}
use_presence: {{ .Values.matrix.presence }}
allow_public_rooms_over_federation: {{ and .Values.matrix.federation.enabled .Values.matrix.federation.allowPublicRooms }}

View File

@ -31,11 +31,11 @@ stringData:
email:
enable_notifs: {{ .Values.mail.enabled }}
notif_from: {{ .Values.mail.from }}
smtp_host: {{ .Values.mail.external.host }}
smtp_port: {{ .Values.mail.external.port }}
smtp_user: {{ .Values.mail.external.username }}
smtp_pass: {{ .Values.mail.external.password }}
require_transport_security: {{ .Values.mail.external.requireTransportSecurity }}
smtp_host: {{ .Values.mail.host }}
smtp_port: {{ .Values.mail.port }}
smtp_user: {{ .Values.mail.username }}
smtp_pass: {{ .Values.mail.password }}
require_transport_security: {{ .Values.mail.requireTransportSecurity }}
{{- end }}
database:
@ -50,8 +50,8 @@ stringData:
cp_max: 10
sslmode: "disable"
{{- if .Values.matrix.registration.sharedSecret }}
registration_shared_secret: {{ .Values.matrix.registration.sharedSecret }}
{{- if .Values.matrix.sharedSecret }}
registration_shared_secret: {{ .Values.matrix.sharedSecret }}
{{- end }}
macaroon_secret_key: {{ $msk }}