move mautrix-signal to module
This commit is contained in:
parent
08ed5fa57c
commit
7a85f55a52
@ -251,6 +251,68 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
mautrix-signal = {
|
||||||
|
enable = true;
|
||||||
|
registerToSynapse = true;
|
||||||
|
environmentFile = config.age.secrets."services/matrix/mautrix-signal.env".path;
|
||||||
|
settings = {
|
||||||
|
homeserver = {
|
||||||
|
address = "http://localhost:8008";
|
||||||
|
domain = "kabtop.de";
|
||||||
|
};
|
||||||
|
appservice = {
|
||||||
|
hostname = "127.0.0.1";
|
||||||
|
provisioning.enabled = false;
|
||||||
|
id = "signal";
|
||||||
|
public = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
database = {
|
||||||
|
type = "postgres";
|
||||||
|
uri = "$MAUTRIX_SIGNAL_APPSERVICE_DATABASE"
|
||||||
|
bridge = {
|
||||||
|
sync_channel_members = true;
|
||||||
|
startup_sync = true;
|
||||||
|
public_portals = true;
|
||||||
|
double_puppet_server_map = {
|
||||||
|
"kabtop.de" = "https://kabtop.de";
|
||||||
|
};
|
||||||
|
encryption = {
|
||||||
|
allow = true;
|
||||||
|
default = true;
|
||||||
|
verification_levels = {
|
||||||
|
receive = "cross-signed-untrusted";
|
||||||
|
send = "cross-signed-untrusted";
|
||||||
|
};
|
||||||
|
pickle_key = "$MAUTRIX_SIGNAL_ENCRYPTION_PICKLE_KEY";
|
||||||
|
};
|
||||||
|
private_chat_portal_meta = "default";
|
||||||
|
backfill = {
|
||||||
|
disable_notifications = true;
|
||||||
|
};
|
||||||
|
permissions = {
|
||||||
|
"@kabbone:kabtop.de" = "admin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
logging = {
|
||||||
|
loggers = {
|
||||||
|
mau = {
|
||||||
|
level = "WARN";
|
||||||
|
};
|
||||||
|
telethon = {
|
||||||
|
level = "WARN";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
root = {
|
||||||
|
handlers = [
|
||||||
|
"console"
|
||||||
|
];
|
||||||
|
level = "WARN";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets."services/matrix/synapse.yml" = {
|
age.secrets."services/matrix/synapse.yml" = {
|
||||||
|
@ -68,10 +68,11 @@ in
|
|||||||
"services/coturn/static-auth.age".publicKeys = servers ++ users;
|
"services/coturn/static-auth.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/synapse.age".publicKeys = servers ++ users;
|
"services/matrix/synapse.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/mautrix-telegram.age".publicKeys = servers ++ users;
|
"services/matrix/mautrix-telegram.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/telegram-registration.age".publicKeys = servers ++ users;
|
#"services/matrix/telegram-registration.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/mautrix-whatsapp.age".publicKeys = servers ++ users;
|
"services/matrix/mautrix-whatsapp.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/whatsapp-registration.age".publicKeys = servers ++ users;
|
"services/matrix/whatsapp-registration.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/mautrix-signal.age".publicKeys = servers ++ users;
|
"services/matrix/mautrix-signal.age".publicKeys = servers ++ users;
|
||||||
|
"services/matrix/mautrix-signal.old.age".publicKeys = servers ++ users;
|
||||||
"services/matrix/signal-registration.age".publicKeys = servers ++ users;
|
"services/matrix/signal-registration.age".publicKeys = servers ++ users;
|
||||||
"services/nextcloud/adminpassFile.age".publicKeys = servers ++ users;
|
"services/nextcloud/adminpassFile.age".publicKeys = servers ++ users;
|
||||||
"services/nextcloud/dbpassFile.age".publicKeys = servers ++ users;
|
"services/nextcloud/dbpassFile.age".publicKeys = servers ++ users;
|
||||||
|
Binary file not shown.
BIN
secrets/services/matrix/mautrix-signal.old.age
Normal file
BIN
secrets/services/matrix/mautrix-signal.old.age
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user