mirror of
https://github.com/element-hq/ess-helm.git
synced 2026-01-11 20:06:45 +00:00
Licensing to AGPL-3.0-only
This commit is contained in:
parent
4b8b51e5ba
commit
273099b421
274 changed files with 281 additions and 293 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/actions-linting.yml
vendored
2
.github/workflows/actions-linting.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/artifact-hub.yml
vendored
2
.github/workflows/artifact-hub.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/changelog_check.yml
vendored
2
.github/workflows/changelog_check.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
2
.github/workflows/licensing.yml
vendored
2
.github/workflows/licensing.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
6
.github/workflows/matrix-tools.yml
vendored
6
.github/workflows/matrix-tools.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/releasing.yml
vendored
2
.github/workflows/releasing.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/scripts-linting.yml
vendored
2
.github/workflows/scripts-linting.yml
vendored
|
|
@ -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
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-->
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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">
|
||||
|
|
|
|||
12
REUSE.toml
12
REUSE.toml
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Reference in a new issue