Licensing to AGPL-3.0-only

This commit is contained in:
Gaël Goinvic 2025-03-20 14:15:02 +01:00
parent 4b8b51e5ba
commit 273099b421
No known key found for this signature in database
GPG key ID: 1432A13D0F88CEAF
274 changed files with 281 additions and 293 deletions

2
.github/CODEOWNERS vendored
View file

@ -1,5 +1,5 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
* @element-hq/server-products-developers

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
---
version: 2
updates:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: GitHub Actions linting

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Artifact Hub Metadata

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Helm Chart Building tests
on:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Changelog
on: [pull_request]

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Licensing checks

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Build matrix-tool Docker Images
@ -87,9 +87,9 @@ jobs:
type=raw,value=${{ env.VERSION }},enable=${{ github.ref_type == 'tag' }}
type=sha,prefix=sha-,format=short
labels: |
org.opencontainers.image.licenses=AGPL-3.0-only OR LicenseRef-Element-Commercial
org.opencontainers.image.licenses=AGPL-3.0-only
annotations: |
org.opencontainers.image.licenses=AGPL-3.0-only OR LicenseRef-Element-Commercial
org.opencontainers.image.licenses=AGPL-3.0-only
- name: Build and Push Image
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # v6

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Run Pytest tests

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Helm Chart packaging and releasing
on:

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
name: Scripts linting

2
.gitignore vendored
View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
__pycache__
.ca

View file

@ -1,7 +1,7 @@
<!--
Copyright 2025 New Vector Ltd
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
SPDX-License-Identifier: AGPL-3.0-only
-->
<!-- towncrier release notes start -->

View file

@ -1,7 +1,7 @@
<!--
Copyright 2024 New Vector Ltd
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
SPDX-License-Identifier: AGPL-3.0-only
-->

View file

@ -1,6 +0,0 @@
Licensees holding a valid commercial license with Element may use this
software in accordance with the terms contained in a written agreement
between you and Element.
To purchase a commercial license please contact our sales team at
licensing@element.io

View file

@ -1,6 +0,0 @@
Licensees holding a valid commercial license with Element may use this
software in accordance with the terms contained in a written agreement
between you and Element.
To purchase a commercial license please contact our sales team at
licensing@element.io

View file

@ -1,7 +1,7 @@
<!--
Copyright 2024 New Vector Ltd
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
SPDX-License-Identifier: AGPL-3.0-only
-->
<p align="center">

View file

@ -3,29 +3,29 @@ version = 1
[[annotations]]
path = "charts/**/Chart.lock"
SPDX-FileCopyrightText = "Copyright 2024 New Vector Ltd"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Element-Commercial"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = "charts/**/*.json"
SPDX-FileCopyrightText = "Copyright 2024 New Vector Ltd"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Element-Commercial"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = "poetry.lock"
SPDX-FileCopyrightText = "Copyright 2024 New Vector Ltd"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Element-Commercial"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = "scripts/testdata/**/*.json"
SPDX-FileCopyrightText = "Copyright 2024 New Vector Ltd"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Element-Commercial"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = "newsfragments/*.md"
SPDX-FileCopyrightText = "Copyright 2025 New Vector Ltd"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Element-Commercial"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = "docs/assets/images/*.png"
SPDX-FileCopyrightText = "Copyright 2025 New Vector Ltd"
SPDX-License-Identifier = "AGPL-3.0-only OR LicenseRef-Element-Commercial"
SPDX-License-Identifier = "AGPL-3.0-only"

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
repositoryID: f900b890-eb67-4328-9100-336301f7cefe
owners:

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
.helmignore
matrix-stack-*.tgz

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
apiVersion: v2
name: matrix-stack

View file

@ -1,7 +1,7 @@
<!--
Copyright 2024 New Vector Ltd
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
SPDX-License-Identifier: AGPL-3.0-only
-->
# Matrix Stack Chart

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: element-web-minimal.yaml element-web-checkov.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: element-web-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: element-web-minimal.yaml synapse-minimal.yaml matrix-authentication-service-minimal.yaml init-secrets-minimal.yaml postgres-minimal.yaml well-known-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
elementWeb:
annotations:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
elementWeb:
enabled: true

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
serverName: ess.localhost

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
haproxy:
annotations:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
initSecrets:
annotations:

View file

@ -1,4 +1,4 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
initSecrets:
annotations:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
annotations:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
additional:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
enabled: true

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
extraEnv:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
synapseSharedSecret:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
postgres:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
postgres:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
matrixAuthenticationService:
postgres:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
postgres:
enabled: true

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
postgres:
essPasswords:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
postgres:
essPasswords:

View file

@ -1,4 +1,4 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
postgres:
enabled: true

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
postgres:
enabled: true

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
postgres:
essPasswords:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
postgres:
essPasswords:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
elementWeb:
enabled: true

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
elementWeb:
ingress:

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
elementWeb:
ingress:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
certManager:
clusterIssuer: letsencrypt-prod

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
postgres:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
ingress:
tlsSecret: ess-certificate

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
workers:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
annotations:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
ingress:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# The secrets listed here are ones that `initSecrets` can't generate yet.
# Postgres details are also required but this fragment will be combined with

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
ingress:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
additional:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
registrationSharedSecret:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
registrationSharedSecret:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
workers:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
postgres:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
postgres:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
synapse:
postgres:

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
serverName: ess.localhost

View file

@ -1,6 +1,6 @@
# Copyright 2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
global:
baseDomain: ess.localhost

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-checkov.yaml init-secrets-minimal.yaml init-secrets-checkov.yaml postgres-minimal.yaml postgres-checkov.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-external-synapse.yaml init-secrets-minimal.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: matrix-authentication-service-minimal.yaml init-secrets-minimal.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-secrets-externally.yaml postgres-secrets-externally.yaml postgres-matrix-authentication-service-secrets-externally.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-secrets-externally.yaml postgres-secrets-in-helm.yaml postgres-matrix-authentication-service-secrets-in-helm.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-test-postgres.yaml matrix-authentication-service-test-postgres-secrets-externally.yaml matrix-authentication-service-secrets-externally.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: matrix-authentication-service-minimal.yaml matrix-authentication-service-test-postgres.yaml matrix-authentication-service-test-postgres-secrets-in-helm.yaml matrix-authentication-service-secrets-in-helm.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
elementWeb:
enabled: false

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: element-web-minimal.yaml element-web-pytest-extras.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-pytest-base-extras.yaml matrix-authentication-service-minimal.yaml matrix-authentication-service-pytest-extras.yaml init-secrets-minimal.yaml init-secrets-pytest-extras.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-pytest-base-extras.yaml synapse-pytest-self-extras.yaml init-secrets-minimal.yaml init-secrets-pytest-extras.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: well-known-minimal.yaml well-known-pytest-extras.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-certificates.yaml quick-setup-postgresql.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-certificates.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-letsencrypt.yaml quick-setup-postgresql.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-letsencrypt.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-wildcard-cert.yaml quick-setup-postgresql.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: quick-setup-all-enabled.yaml quick-setup-hostnames.yaml quick-setup-wildcard-cert.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-some-workers-running.yaml synapse-checkov.yaml haproxy-checkov.yaml init-secrets-minimal.yaml init-secrets-checkov.yaml postgres-minimal.yaml postgres-checkov.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-ingress-additional-paths.yaml init-secrets-minimal.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml init-secrets-minimal.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-secrets-externally.yaml postgres-secrets-externally.yaml postgres-synapse-secrets-externally.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-secrets-in-helm.yaml postgres-secrets-in-helm.yaml postgres-synapse-secrets-in-helm.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-test-postgres.yaml synapse-test-postgres-secrets-externally.yaml synapse-secrets-externally.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-test-postgres.yaml synapse-test-postgres-secrets-in-helm.yaml synapse-secrets-in-helm.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: synapse-minimal.yaml synapse-all-workers-running.yaml init-secrets-minimal.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
# This value file is not complete on its own.
# It is a mixin to be used with other values file to enable

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: well-known-minimal.yaml haproxy-checkov.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: well-known-minimal.yaml element-web-minimal.yaml init-secrets-minimal.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: well-known-minimal.yaml matrix-authentication-service-minimal.yaml init-secrets-minimal.yaml postgres-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

View file

@ -1,6 +1,6 @@
# Copyright 2024-2025 New Vector Ltd
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# SPDX-License-Identifier: AGPL-3.0-only
#
# source_fragments: well-known-minimal.yaml
# DO NOT EDIT DIRECTLY. Edit the fragment files to add / modify / remove values

Some files were not shown because too many files have changed in this diff Show more