clanModules: init matrix-synapse #1017

Merged
clan-bot merged 2 commits from matrix-synapse into main 2024-03-22 11:39:50 +00:00
Owner
No description provided.
Mic92 was assigned by lassulus 2024-03-19 13:38:07 +00:00
kenji was assigned by lassulus 2024-03-19 13:38:07 +00:00
Mic92 reviewed 2024-03-19 13:42:13 +00:00
@ -0,0 +12,4 @@
services.matrix-synapse = {
enable = true;
settings = {
server_name = cfg.domain;
Owner

Use extraConfigFiles to store the registration secret.

Use extraConfigFiles to store the registration secret.
lassulus marked this conversation as resolved
Mic92 reviewed 2024-03-19 18:16:47 +00:00
@ -0,0 +70,4 @@
};
"matrix.${cfg.domain}" = {
forceSSL = true;
enableACME = true;
Owner

I think acme also wants an email to be set?

I think acme also wants an email to be set?
Author
Owner

yeah, but we probably do that at some other location

yeah, but we probably do that at some other location
lassulus force-pushed matrix-synapse from e5a467ab99 to b3d67e0cfd 2024-03-20 09:54:38 +00:00 Compare
lassulus force-pushed matrix-synapse from b3d67e0cfd to 8b38104f79 2024-03-22 11:14:50 +00:00 Compare
lassulus changed title from WIP: clanModules: init matrix-synapse to clanModules: init matrix-synapse 2024-03-22 11:15:56 +00:00
clan-bot was assigned by lassulus 2024-03-22 11:16:01 +00:00
lassulus force-pushed matrix-synapse from 8b38104f79 to 786a4586a6 2024-03-22 11:35:51 +00:00 Compare
clan-bot merged commit 1d6cc49da5 into main 2024-03-22 11:39:50 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clan/clan-core#1017
No description provided.