Set up a working conduwuit server #2
2 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,13 @@
|
||||||
64738 # murmur tcp
|
64738 # murmur tcp
|
||||||
6700 # grafana web
|
6700 # grafana web
|
||||||
6750 # prometheus
|
6750 # prometheus
|
||||||
7893 # conduwuit
|
8448 # matrix/conduwuit
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
64738 # murmur udp
|
64738 # murmur udp
|
||||||
6700 # grafana web
|
6700 # grafana web
|
||||||
6750 # prometheus data ap
|
6750 # prometheus data ap
|
||||||
7893
|
8448 # matrix/conduwuit
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,5 +58,5 @@ https://grf.collective-conciousness.monster {
|
||||||
}
|
}
|
||||||
|
|
||||||
matrix.collective-conciousness.monter, matrix.collective-conciousness.monster:8448 {
|
matrix.collective-conciousness.monter, matrix.collective-conciousness.monster:8448 {
|
||||||
reverse_proxy 10.24.1.4:7893
|
reverse_proxy 10.24.1.4:8448
|
||||||
}
|
}
|
Loading…
Reference in a new issue