Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e2e527111f
commit
b31c47eff6
|
@ -1,6 +1,11 @@
|
||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [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
|
|
||||||
|
|
|
@ -6,4 +6,4 @@ dependencies:
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 7.0.50
|
version: 7.0.50
|
||||||
digest: sha256:e5b71cff47161f1d43f23e13e27fbb5965a85a997039e0b92ebd37a97c339b83
|
digest: sha256:e5b71cff47161f1d43f23e13e27fbb5965a85a997039e0b92ebd37a97c339b83
|
||||||
generated: "2022-04-26T19:59:11.909779097Z"
|
generated: "2022-05-01T20:39:43.034661024Z"
|
|
@ -24,7 +24,7 @@ maintainers:
|
||||||
name: synapse
|
name: synapse
|
||||||
sources: []
|
sources: []
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.24
|
version: 2.0.25
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
|
@ -321,6 +321,15 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "matrix.example.com"
|
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
|
- variable: presence
|
||||||
label: "Presence"
|
label: "Presence"
|
||||||
schema:
|
schema:
|
||||||
|
@ -400,6 +409,11 @@ questions:
|
||||||
# TODO: blacklist:
|
# TODO: blacklist:
|
||||||
- variable: registration
|
- variable: registration
|
||||||
label: "Registration Configuration"
|
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:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
@ -409,19 +423,16 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
show_subquestions_if: true
|
|
||||||
subquestions:
|
|
||||||
- variable: maxPixels
|
|
||||||
label: "Max Pixels"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "32M"
|
|
||||||
- variable: sharedSecret
|
- variable: sharedSecret
|
||||||
label: "Shared Secret"
|
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:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
private: true
|
private: true
|
||||||
|
required: true
|
||||||
# TODO: required3PIDs
|
# TODO: required3PIDs
|
||||||
# TODO: autoJoinRooms
|
# TODO: autoJoinRooms
|
||||||
- variable: security
|
- variable: security
|
||||||
|
@ -511,11 +522,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Matrix <matrix@example.com>"
|
default: "Matrix <matrix@example.com>"
|
||||||
- variable: riotUrl
|
|
||||||
label: "Riot URL"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: host
|
- variable: host
|
||||||
label: "Host"
|
label: "Host"
|
||||||
schema:
|
schema:
|
||||||
|
@ -2239,6 +2245,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 568
|
||||||
|
|
||||||
- variable: fsGroupChangePolicy
|
- variable: fsGroupChangePolicy
|
||||||
label: "When should we take ownership?"
|
label: "When should we take ownership?"
|
||||||
schema:
|
schema:
|
||||||
|
@ -2480,7 +2487,7 @@ questions:
|
||||||
- variable: exceptint
|
- variable: exceptint
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: string
|
||||||
- variable: namespaceSelector
|
- variable: namespaceSelector
|
||||||
label: "namespaceSelector"
|
label: "namespaceSelector"
|
||||||
schema:
|
schema:
|
||||||
|
@ -2649,7 +2656,7 @@ questions:
|
||||||
- variable: exceptint
|
- variable: exceptint
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: string
|
||||||
- variable: namespaceSelector
|
- variable: namespaceSelector
|
||||||
label: "namespaceSelector"
|
label: "namespaceSelector"
|
||||||
schema:
|
schema:
|
|
@ -14,6 +14,12 @@ data:
|
||||||
server_name: {{ .Values.matrix.serverName }}
|
server_name: {{ .Values.matrix.serverName }}
|
||||||
pid_file: /data/homeserver.pid
|
pid_file: /data/homeserver.pid
|
||||||
public_baseurl: {{ include "matrix.baseUrl" . | quote }}
|
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 }}
|
use_presence: {{ .Values.matrix.presence }}
|
||||||
|
|
||||||
allow_public_rooms_over_federation: {{ and .Values.matrix.federation.enabled .Values.matrix.federation.allowPublicRooms }}
|
allow_public_rooms_over_federation: {{ and .Values.matrix.federation.enabled .Values.matrix.federation.allowPublicRooms }}
|
|
@ -31,11 +31,11 @@ stringData:
|
||||||
email:
|
email:
|
||||||
enable_notifs: {{ .Values.mail.enabled }}
|
enable_notifs: {{ .Values.mail.enabled }}
|
||||||
notif_from: {{ .Values.mail.from }}
|
notif_from: {{ .Values.mail.from }}
|
||||||
smtp_host: {{ .Values.mail.external.host }}
|
smtp_host: {{ .Values.mail.host }}
|
||||||
smtp_port: {{ .Values.mail.external.port }}
|
smtp_port: {{ .Values.mail.port }}
|
||||||
smtp_user: {{ .Values.mail.external.username }}
|
smtp_user: {{ .Values.mail.username }}
|
||||||
smtp_pass: {{ .Values.mail.external.password }}
|
smtp_pass: {{ .Values.mail.password }}
|
||||||
require_transport_security: {{ .Values.mail.external.requireTransportSecurity }}
|
require_transport_security: {{ .Values.mail.requireTransportSecurity }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
database:
|
database:
|
||||||
|
@ -50,8 +50,8 @@ stringData:
|
||||||
cp_max: 10
|
cp_max: 10
|
||||||
sslmode: "disable"
|
sslmode: "disable"
|
||||||
|
|
||||||
{{- if .Values.matrix.registration.sharedSecret }}
|
{{- if .Values.matrix.sharedSecret }}
|
||||||
registration_shared_secret: {{ .Values.matrix.registration.sharedSecret }}
|
registration_shared_secret: {{ .Values.matrix.sharedSecret }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
macaroon_secret_key: {{ $msk }}
|
macaroon_secret_key: {{ $msk }}
|
Loading…
Reference in New Issue