chore: Adds Dendrite for Matrix.

This commit is contained in:
imterah 2024-12-12 10:54:53 -05:00
parent 00146edc51
commit c0b85e3268
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,33 @@
[meta]
format_ver = 1
[matrix_dendrite_personal_repo]
description = Personal Dendrite Matrix Instance Repository
mode = helm
depends_on = traefik:longhorn_storage_class
[#matrix_dendrite_personal_repo/helm]
mode = add_repo
name = dendrite
repo = https://matrix-org.github.io/dendrite/
[matrix_dendrite_personal]
mode = helm
depends_on = matrix_dendrite_personal_repo
[#matrix_dendrite_personal/helm]
mode = upgrade
name = dendrite
repo = dendrite/dendrite
options_file = dendrite.yml
variable_file = ../../secrets/matrix/personal.env
create_namespace = yes
namespace = matrix-dendrite-personal
[matrix_dendrite_personal_ingress]
depends_on = matrix_dendrite_personal
mode = k3s
[#matrix_dendrite_personal_ingress/k3s]
mode = install
yml_path = ./ingress.yml