Reorganized for new stable/waypoint versioning design.
This commit is contained in:
5
matrix/app.yaml
Normal file
5
matrix/app.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: matrix
|
||||
is: matrix
|
||||
description: Matrix is an open standard for secure, decentralized, real-time communication. This deploys the Synapse homeserver for self-hosted Matrix federation and messaging.
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/matrix.svg
|
||||
latest: "v1"
|
||||
@@ -1,12 +1,8 @@
|
||||
name: matrix
|
||||
is: matrix
|
||||
description: Matrix is an open standard for secure, decentralized, real-time communication. This deploys the Synapse homeserver for self-hosted Matrix federation and messaging.
|
||||
version: v1.144.0-2
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/matrix.svg
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: redis
|
||||
- name: smtp
|
||||
- name: postgres
|
||||
- name: redis
|
||||
- name: smtp
|
||||
defaultConfig:
|
||||
namespace: matrix
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
@@ -29,11 +25,11 @@ defaultConfig:
|
||||
user: '{{ .apps.smtp.user }}'
|
||||
requireTls: '{{ .apps.smtp.tls }}'
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
- key: registrationSharedSecret
|
||||
- key: macaroonSecretKey
|
||||
- key: formSecret
|
||||
- key: dbPassword
|
||||
- key: registrationSharedSecret
|
||||
- key: macaroonSecretKey
|
||||
- key: formSecret
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- redis.password
|
||||
- smtp.password
|
||||
- postgres.password
|
||||
- redis.password
|
||||
- smtp.password
|
||||
Reference in New Issue
Block a user