Set up a working conduwuit server #2
2 changed files with 4 additions and 4 deletions
|
@ -43,6 +43,7 @@
|
||||||
64738 # murmur udp
|
64738 # murmur udp
|
||||||
6700 # grafana web
|
6700 # grafana web
|
||||||
6750 # prometheus data ap
|
6750 # prometheus data ap
|
||||||
|
7893
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,7 +57,7 @@
|
||||||
80 # http
|
80 # http
|
||||||
222 # forgejo ssh
|
222 # forgejo ssh
|
||||||
443 # https
|
443 # https
|
||||||
8448 # matrix/conduit port, i think ?
|
8448 # matrix/conduwuit port, i think ?
|
||||||
64738 # murmur tcp
|
64738 # murmur tcp
|
||||||
];
|
];
|
||||||
interfaces.eth0.allowedUDPPorts = [
|
interfaces.eth0.allowedUDPPorts = [
|
||||||
|
|
|
@ -5,12 +5,11 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
services.matrix-conduit = {
|
services.conduwuit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = conduwuit.packages.x86_64-linux.default;
|
package = conduwuit.packages.x86_64-linux.default;
|
||||||
settings.global = {
|
settings.global = {
|
||||||
server_name = "collective-conciousness.monster";
|
server_name = "noösphere";
|
||||||
database_backend = "rocksdb";
|
|
||||||
max_request_size = 1024 * 1024 * 1024;
|
max_request_size = 1024 * 1024 * 1024;
|
||||||
address = "127.0.0.1";
|
address = "127.0.0.1";
|
||||||
port = 7893;
|
port = 7893;
|
||||||
|
|
Loading…
Reference in a new issue