server: add matrix

This commit is contained in:
2022-12-24 15:11:02 +01:00
parent 5e2e2c8ccc
commit 92a56bff1c
3 changed files with 27 additions and 31 deletions

View File

@@ -15,37 +15,6 @@
extraConfigFiles = [
config.age.secrets."services/matrix/synapse.yml".path
];
admin_contact: "mailto:admin@kabtop.de";
retention:
enabled: true
default_policy:
min_lifetime: 1d
max_lifetime: 1y
federation_client_minimum_tls_version: 1.2
password_config:
policy:
enabled: true
minimum_length: 8
require_digit: true
require_lowercase: true
require_uppercase: true
email:
smtp_host: in-v3.mailjet.com
smtp_port: 587
smtp_user: "secret123"
smtp_pass: "secret123"
require_transport_security: true
enable_tls: true
notif_from: "%(app)s homeserver <postmaster@kabtop.de>"
app_name: "Kabtop Matrix"
enable_notifs: true
push:
include_content: false
database:
args:
password: "secret123"
host: localhost
};
}