server: add matrix
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user