Set up a working conduwuit server #2

Merged
Ittihadyya merged 22 commits from conduit into trunk 2025-01-13 19:24:42 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit eb5cb48c9f - Show all commits

View file

@ -43,6 +43,7 @@
64738 # murmur udp
6700 # grafana web
6750 # prometheus data ap
7893
];
};
}
@ -56,7 +57,7 @@
80 # http
222 # forgejo ssh
443 # https
8448 # matrix/conduit port, i think ?
8448 # matrix/conduwuit port, i think ?
64738 # murmur tcp
];
interfaces.eth0.allowedUDPPorts = [

View file

@ -5,12 +5,11 @@
config,
...
}: {
services.matrix-conduit = {
services.conduwuit = {
enable = true;
package = conduwuit.packages.x86_64-linux.default;
settings.global = {
server_name = "collective-conciousness.monster";
database_backend = "rocksdb";
server_name = "noösphere";
max_request_size = 1024 * 1024 * 1024;
address = "127.0.0.1";
port = 7893;