ooh there's a separate conduwuit package
Some checks are pending
/ Check formatting (push) Waiting to run
Some checks are pending
/ Check formatting (push) Waiting to run
This commit is contained in:
parent
094a819f4d
commit
eb5cb48c9f
2 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue